Home
last modified time | relevance | path

Searched refs:mCV (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleProxyServer.h92 mCV(std::make_unique<std::condition_variable>()) {} in ConnectionDescriptor()
113 std::unique_ptr<std::condition_variable> mCV; member
DGRPCVehicleProxyServer.cpp306 mCV->wait(lck, [this] { return mShutdownFlag; }); in Wait()
314 mCV->notify_all(); in Shutdown()
/hardware/google/pixel/usb/include/pixelusb/
DUsbDpUtils.h59 pthread_cond_t mCV; variable
/hardware/google/pixel/usb/
DUsbDpUtils.cpp85 if (pthread_cond_init(&mCV, &attr)) { in UsbDp()
276 ret = pthread_cond_timedwait(&mCV, &mCVLock, &to); in setupDisplayPortPoll()
326 pthread_cond_signal(&mCV); in shutdownDisplayPortPollHelper()