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

/packages/apps/Nfc/nci/jni/
H A DCondVar.h80 ** Function: notifyOne
87 void notifyOne ();
H A DSyncEvent.h91 ** Function: notifyOne
98 void notifyOne () function in class:SyncEvent
100 mCondVar.notifyOne ();
H A DPeerToPeer.cpp499 pSrv->mConnRequestEvent.notifyOne();
1011 pClient->mConnectingEvent.notifyOne();
1017 pConn->mCongEvent.notifyOne (); //unblock send() if congested
1021 pConn->mReadEvent.notifyOne (); //unblock receive()
1224 mClients[ii]->mConnectingEvent.notifyOne();
1231 mClients[ii]->mClientConn->mCongEvent.notifyOne (); //unblock send()
1235 mClients[ii]->mClientConn->mReadEvent.notifyOne (); //unblock receive()
1291 pSrv->mRegServerEvent.notifyOne(); //unblock registerServer()
1329 pSrv->mConnRequestEvent.notifyOne(); //unblock accept()
1352 pConn->mDisconnectingEvent.notifyOne ();
[all...]
H A DCondVar.cpp132 ** Function: notifyOne
139 void CondVar::notifyOne () function in class:CondVar
144 ALOGE("CondVar::notifyOne: fail signal; error=0x%X", res);
H A DRoutingManager.cpp552 gDeactivatedEvent.notifyOne ();
588 routingManager.mEeRegisterEvent.notifyOne();
597 routingManager.mEeSetModeEvent.notifyOne();
605 routingManager.mRoutingEvent.notifyOne();
613 routingManager.mRoutingEvent.notifyOne();
644 routingManager.mEeInfoEvent.notifyOne();
675 routingManager.mEeUpdateEvent.notifyOne();
757 routingManager.mRoutingEvent.notifyOne();
764 routingManager.mRoutingEvent.notifyOne();
H A DNativeNfcTag.cpp139 sReadEvent.notifyOne ();
145 sTransceiveEvent.notifyOne ();
149 sReconnectEvent.notifyOne ();
155 sPresenceCheckEvent.notifyOne ();
189 sReadEvent.notifyOne ();
519 sReconnectEvent.notifyOne ();
545 sReconnectEvent.notifyOne ();
885 sTransceiveEvent.notifyOne ();
898 sTransceiveEvent.notifyOne ();
1350 sPresenceCheckEvent.notifyOne ();
[all...]
H A DNativeNfcManager.cpp237 sNfaEnableDisablePollingEvent.notifyOne ();
246 sNfaEnableDisablePollingEvent.notifyOne ();
255 sNfaEnableDisablePollingEvent.notifyOne ();
264 sNfaEnableDisablePollingEvent.notifyOne ();
375 gDeactivatedEvent.notifyOne ();
642 sNfaEnableEvent.notifyOne ();
652 sNfaDisableEvent.notifyOne ();
660 sNfaSetConfigEvent.notifyOne();
679 sNfaGetConfigEvent.notifyOne();
718 sNfaEnableDisablePollingEvent.notifyOne();
[all...]
H A DPowerSwitch.cpp456 mPowerStateEvent.notifyOne ();
490 sPowerSwitch.mPowerStateEvent.notifyOne ();
H A DNfcTag.cpp122 mReadCompleteEvent.notifyOne ();
1428 mReadCompleteEvent.notifyOne ();

Completed in 795 milliseconds