Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/src/adaptation/
DCondVar.cpp40 CondVar::CondVar() { in CondVar() function in CondVar
60 CondVar::~CondVar() { in ~CondVar()
77 void CondVar::wait(Mutex& mutex) { in wait()
94 bool CondVar::wait(Mutex& mutex, long millisec) { in wait()
129 void CondVar::notifyOne() { in notifyOne()
/hardware/nxp/secure_element/snxxx/libese-spi/src/include/
DCondVar.h25 class CondVar {
36 CondVar();
47 ~CondVar();
DSyncEvent.h98 CondVar mCondVar;
/hardware/nxp/secure_element/snxxx/libese-spi/
DAndroid.bp29 "src/adaptation/CondVar.cpp",
/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc146 { ThreadCondVar CondVar; } in Thread() local
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
DEseAdaptation.cpp159 { ThreadCondVar CondVar; } in Thread() local