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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h 84 ** Function: notifyOne
91 void notifyOne ();
SyncEvent.h 95 ** Function: notifyOne
102 void notifyOne ()
104 mCondVar.notifyOne ();
HalAdaptation.cpp 211 gOpenCompletedEvent.notifyOne ();
219 gPostInitCompletedEvent.notifyOne ();
227 gCloseCompletedEvent.notifyOne ();
236 gOpenCompletedEvent.notifyOne ();
240 gPostInitCompletedEvent.notifyOne ();
244 gCloseCompletedEvent.notifyOne ();
CondVar.cpp 134 ** Function: notifyOne
141 void CondVar::notifyOne ()
146 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
  /packages/apps/Nfc/nci/jni/
CondVar.h 80 ** Function: notifyOne
87 void notifyOne ();
SyncEvent.h 91 ** Function: notifyOne
98 void notifyOne ()
100 mCondVar.notifyOne ();
PeerToPeer.cpp 488 pSrv->mConnRequestEvent.notifyOne();
995 pClient->mConnectingEvent.notifyOne();
1001 pConn->mCongEvent.notifyOne (); //unblock send() if congested
1005 pConn->mReadEvent.notifyOne (); //unblock receive()
    [all...]
CondVar.cpp 130 ** Function: notifyOne
137 void CondVar::notifyOne ()
142 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
HostAidRouter.cpp 270 sHostAidRouter.mRegisterEvent.notifyOne();
279 sHostAidRouter.mDeregisterEvent.notifyOne();
PowerSwitch.cpp 390 mPowerStateEvent.notifyOne ();
419 sPowerSwitch.mPowerStateEvent.notifyOne ();
NativeNfcManager.cpp 234 sNfaEnableDisablePollingEvent.notifyOne ();
243 sNfaEnableDisablePollingEvent.notifyOne ();
252 sNfaEnableDisablePollingEvent.notifyOne ();
261 sNfaEnableDisablePollingEvent.notifyOne ();
616 sNfaEnableEvent.notifyOne ();
626 sNfaDisableEvent.notifyOne ();
634 sNfaSetConfigEvent.notifyOne();
653 sNfaGetConfigEvent.notifyOne();
683 sNfaEnableDisablePollingEvent.notifyOne();
688 sNfaEnableEvent.notifyOne();
    [all...]
SecureElement.cpp     [all...]
NativeNfcTag.cpp 132 sReadEvent.notifyOne ();
138 sTransceiveEvent.notifyOne ();
142 sReconnectEvent.notifyOne ();
193 sReadEvent.notifyOne ();
450 sReconnectEvent.notifyOne ();
469 sReconnectEvent.notifyOne ();
791 sTransceiveEvent.notifyOne ();
    [all...]
NfcTag.cpp 109 mReadCompleteEvent.notifyOne ();
    [all...]

Completed in 215 milliseconds