Searched refs:notifyOne (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.h84 ** Function: notifyOne
91 void notifyOne ();
H A DSyncEvent.h95 ** Function: notifyOne
102 void notifyOne () function in class:SyncEvent
104 mCondVar.notifyOne ();
H A DHalAdaptation.cpp269 gOpenCompletedEvent.notifyOne ();
277 gPostInitCompletedEvent.notifyOne ();
285 gCloseCompletedEvent.notifyOne ();
294 gOpenCompletedEvent.notifyOne ();
298 gPostInitCompletedEvent.notifyOne ();
302 gCloseCompletedEvent.notifyOne ();
H A DCondVar.cpp134 ** Function: notifyOne
141 void CondVar::notifyOne () function in class:CondVar
146 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);

Completed in 85 milliseconds