Searched refs:notifyOne (Results 1 - 10 of 10) 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.cpp488 pSrv->mConnRequestEvent.notifyOne();
995 pClient->mConnectingEvent.notifyOne();
1001 pConn->mCongEvent.notifyOne (); //unblock send() if congested
1005 pConn->mReadEvent.notifyOne (); //unblock receive()
1171 mClients[ii]->mConnectingEvent.notifyOne();
1178 mClients[ii]->mClientConn->mCongEvent.notifyOne (); //unblock send()
1182 mClients[ii]->mClientConn->mReadEvent.notifyOne (); //unblock receive()
1238 pSrv->mRegServerEvent.notifyOne(); //unblock registerServer()
1276 pSrv->mConnRequestEvent.notifyOne(); //unblock accept()
1299 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 DSecureElement.cpp997 sSecElem.mEeSetModeEvent.notifyOne();
1144 mUiccInfoEvent.notifyOne ();
1248 sSecElem.mHciRegisterEvent.notifyOne();
1258 sSecElem.mAllocateGateEvent.notifyOne();
1267 sSecElem.mDeallocateGateEvent.notifyOne();
1278 sSecElem.mPipeListEvent.notifyOne();
1289 sSecElem.mCreatePipeEvent.notifyOne();
1298 sSecElem.mPipeOpenedEvent.notifyOne();
1324 sSecElem.mVerInfoEvent.notifyOne ();
1336 sSecElem.mTransceiveEvent.notifyOne ();
[all...]
H A DRoutingManager.cpp294 routingManager.mEeRegisterEvent.notifyOne();
310 routingManager.mRoutingEvent.notifyOne();
318 routingManager.mRoutingEvent.notifyOne();
H A DNativeNfcManager.cpp233 sNfaEnableDisablePollingEvent.notifyOne ();
242 sNfaEnableDisablePollingEvent.notifyOne ();
251 sNfaEnableDisablePollingEvent.notifyOne ();
260 sNfaEnableDisablePollingEvent.notifyOne ();
361 gDeactivatedEvent.notifyOne ();
640 sNfaEnableEvent.notifyOne ();
650 sNfaDisableEvent.notifyOne ();
658 sNfaSetConfigEvent.notifyOne();
677 sNfaGetConfigEvent.notifyOne();
707 sNfaEnableDisablePollingEvent.notifyOne();
[all...]
H A DNativeNfcTag.cpp135 sReadEvent.notifyOne ();
141 sTransceiveEvent.notifyOne ();
145 sReconnectEvent.notifyOne ();
197 sReadEvent.notifyOne ();
454 sReconnectEvent.notifyOne ();
473 sReconnectEvent.notifyOne ();
807 sTransceiveEvent.notifyOne ();
820 sTransceiveEvent.notifyOne ();
1270 gDeactivatedEvent.notifyOne ();
H A DPowerSwitch.cpp417 mPowerStateEvent.notifyOne ();
451 sPowerSwitch.mPowerStateEvent.notifyOne ();
H A DNfcTag.cpp112 mReadCompleteEvent.notifyOne ();
1336 mReadCompleteEvent.notifyOne ();

Completed in 88 milliseconds