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

  /packages/apps/Nfc/nci/jni/
CondVar.cpp 130 ** Function: notifyOne
137 void CondVar::notifyOne ()
142 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
SyncEvent.h 91 ** Function: notifyOne
98 void notifyOne ()
100 mCondVar.notifyOne ();
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.cpp 134 ** Function: notifyOne
141 void CondVar::notifyOne ()
146 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
SyncEvent.h 95 ** Function: notifyOne
102 void notifyOne ()
104 mCondVar.notifyOne ();

Completed in 391 milliseconds