Home
last modified time | relevance | path

Searched refs:mPoll (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/usb/1.0/default/
DUsb.h42 pthread_t mPoll;
DUsb.cpp438 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/
DUsb.h76 pthread_t mPoll;
DUsb.cpp726 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/
DUsbDpUtils.h68 pthread_t mPoll; variable
/hardware/google/pixel/usb/
DUsbDpUtils.cpp294 if (pthread_create(&mPoll, NULL, displayPortPollWork, this)) { in setupDisplayPortPoll()
323 pthread_join(mPoll, NULL); in shutdownDisplayPortPollHelper()