HomeSort by relevance Sort by last modified time
    Searched defs:notifyOne (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 133 ** Function: notifyOne
140 void CondVar::notifyOne ()
145 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
SyncEvent.h 95 ** Function: notifyOne
102 void notifyOne ()
104 mCondVar.notifyOne ();
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 131 ** Function: notifyOne
138 void CondVar::notifyOne ()
143 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
SyncEvent.h 91 ** Function: notifyOne
98 void notifyOne ()
100 mCondVar.notifyOne ();

Completed in 2084 milliseconds