HomeSort by relevance Sort by last modified time
    Searched refs:notifyOne (Results 1 - 13 of 13) 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 270 gOpenCompletedEvent.notifyOne ();
278 gPostInitCompletedEvent.notifyOne ();
286 gCloseCompletedEvent.notifyOne ();
295 gOpenCompletedEvent.notifyOne ();
299 gPostInitCompletedEvent.notifyOne ();
303 gCloseCompletedEvent.notifyOne ();
CondVar.cpp 133 ** Function: notifyOne
140 void CondVar::notifyOne ()
145 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 131 ** Function: notifyOne
138 void CondVar::notifyOne ()
143 ALOGE ("CondVar::notifyOne: fail signal; error=0x%X", res);
RoutingManager.cpp 438 gDeactivatedEvent.notifyOne ();
474 routingManager.mEeRegisterEvent.notifyOne();
483 routingManager.mEeSetModeEvent.notifyOne();
491 routingManager.mRoutingEvent.notifyOne();
499 routingManager.mRoutingEvent.notifyOne();
530 routingManager.mEeInfoEvent.notifyOne();
561 routingManager.mEeUpdateEvent.notifyOne();
NativeNfcTag.cpp 135 sReadEvent.notifyOne ();
141 sTransceiveEvent.notifyOne ();
145 sReconnectEvent.notifyOne ();
151 sPresenceCheckEvent.notifyOne ();
184 sReadEvent.notifyOne ();
441 sReconnectEvent.notifyOne ();
460 sReconnectEvent.notifyOne ();
785 sTransceiveEvent.notifyOne ();
798 sTransceiveEvent.notifyOne ();
    [all...]
NativeNfcManager.cpp 230 sNfaEnableDisablePollingEvent.notifyOne ();
239 sNfaEnableDisablePollingEvent.notifyOne ();
248 sNfaEnableDisablePollingEvent.notifyOne ();
257 sNfaEnableDisablePollingEvent.notifyOne ();
355 gDeactivatedEvent.notifyOne ();
614 sNfaEnableEvent.notifyOne ();
624 sNfaDisableEvent.notifyOne ();
632 sNfaSetConfigEvent.notifyOne();
651 sNfaGetConfigEvent.notifyOne();
690 sNfaEnableDisablePollingEvent.notifyOne();
    [all...]
PowerSwitch.cpp 456 mPowerStateEvent.notifyOne ();
490 sPowerSwitch.mPowerStateEvent.notifyOne ();
NfcTag.cpp 120 mReadCompleteEvent.notifyOne ();
    [all...]

Completed in 125 milliseconds