Searched refs:mPoll (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/usb/1.0/default/ |
D | Usb.h | 42 pthread_t mPoll;
|
D | Usb.cpp | 438 if (!pthread_kill(mPoll, SIGUSR1)) { in setCallback() 439 pthread_join(mPoll, NULL); in setCallback() 449 if (pthread_create(&mPoll, NULL, work, this)) { in setCallback()
|
/hardware/interfaces/usb/aidl/default/ |
D | Usb.h | 76 pthread_t mPoll;
|
D | Usb.cpp | 726 if (!pthread_kill(mPoll, SIGUSR1)) { in setCallback() 727 pthread_join(mPoll, NULL); in setCallback() 741 if (pthread_create(&mPoll, NULL, work, this)) { in setCallback()
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbDpUtils.h | 68 pthread_t mPoll; variable
|
/hardware/google/pixel/usb/ |
D | UsbDpUtils.cpp | 294 if (pthread_create(&mPoll, NULL, displayPortPollWork, this)) { in setupDisplayPortPoll() 323 pthread_join(mPoll, NULL); in shutdownDisplayPortPollHelper()
|