HomeSort by: relevance | last modified time | path
    Searched defs:event_tostr (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/dev/audio/
audiotest.c 122 const char *event_tostr(int);
1124 event_tostr(int events) function in typeref:typename:const char *
1146 pfd[i].fd, event_tostr(pfd[i].events));
2962 DPRINTF(" > pfd.revents=%s\n", event_tostr(pfd.revents));
audiotest.c 122 const char *event_tostr(int);
1124 event_tostr(int events) function in typeref:typename:const char *
1146 pfd[i].fd, event_tostr(pfd[i].events));
2962 DPRINTF(" > pfd.revents=%s\n", event_tostr(pfd.revents));
audiotest.c 122 const char *event_tostr(int);
1124 event_tostr(int events) function in typeref:typename:const char *
1146 pfd[i].fd, event_tostr(pfd[i].events));
2962 DPRINTF(" > pfd.revents=%s\n", event_tostr(pfd.revents));

Completed in 43 milliseconds