Searched defs:notifyOne (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ | ||
D | SyncEvent.h | 84 void notifyOne() { mCondVar.notifyOne(); } in notifyOne() function |
D | CondVar.cpp | 130 void CondVar::notifyOne() { in notifyOne() function in CondVar |