Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp499 pSrv->mConnRequestEvent.notifyOne(); in deregisterServer()
1011 pClient->mConnectingEvent.notifyOne(); in disconnectConnOriented()
1017 pConn->mCongEvent.notifyOne (); //unblock send() if congested in disconnectConnOriented()
1021 pConn->mReadEvent.notifyOne (); //unblock receive() in disconnectConnOriented()
1224 mClients[ii]->mConnectingEvent.notifyOne(); in handleNfcOnOff()
1231 mClients[ii]->mClientConn->mCongEvent.notifyOne (); //unblock send() in handleNfcOnOff()
1235 mClients[ii]->mClientConn->mReadEvent.notifyOne (); //unblock receive() in handleNfcOnOff()
1291 pSrv->mRegServerEvent.notifyOne(); //unblock registerServer() in nfaServerCallback()
1329 pSrv->mConnRequestEvent.notifyOne(); //unblock accept() in nfaServerCallback()
1352 pConn->mDisconnectingEvent.notifyOne (); in nfaServerCallback()
[all …]
DRoutingManager.cpp552 gDeactivatedEvent.notifyOne (); in stackCallback()
588 routingManager.mEeRegisterEvent.notifyOne(); in nfaEeCallback()
597 routingManager.mEeSetModeEvent.notifyOne(); in nfaEeCallback()
605 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
613 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
644 routingManager.mEeInfoEvent.notifyOne(); in nfaEeCallback()
675 routingManager.mEeUpdateEvent.notifyOne(); in nfaEeCallback()
755 routingManager.mRoutingEvent.notifyOne(); in nfcFCeCallback()
762 routingManager.mRoutingEvent.notifyOne(); in nfcFCeCallback()
DNativeNfcManager.cpp231 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
240 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
249 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
258 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
366 gDeactivatedEvent.notifyOne (); in nfaConnectionCallback()
630 sNfaEnableEvent.notifyOne (); in nfaDeviceManagementCallback()
640 sNfaDisableEvent.notifyOne (); in nfaDeviceManagementCallback()
648 sNfaSetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
667 sNfaGetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
706 sNfaEnableDisablePollingEvent.notifyOne(); in nfaDeviceManagementCallback()
[all …]
DNativeNfcTag.cpp139 sReadEvent.notifyOne (); in nativeNfcTag_abortWaits()
145 sTransceiveEvent.notifyOne (); in nativeNfcTag_abortWaits()
149 sReconnectEvent.notifyOne (); in nativeNfcTag_abortWaits()
155 sPresenceCheckEvent.notifyOne (); in nativeNfcTag_abortWaits()
189 sReadEvent.notifyOne (); in nativeNfcTag_doReadCompleted()
519 sReconnectEvent.notifyOne (); in nativeNfcTag_doConnectStatus()
545 sReconnectEvent.notifyOne (); in nativeNfcTag_doDeactivateStatus()
885 sTransceiveEvent.notifyOne (); in nativeNfcTag_doTransceiveStatus()
898 sTransceiveEvent.notifyOne (); in nativeNfcTag_notifyRfTimeout()
1350 sPresenceCheckEvent.notifyOne (); in nativeNfcTag_doPresenceCheckResult()
[all …]
DSyncEvent.h98 void notifyOne () in notifyOne() function
100 mCondVar.notifyOne (); in notifyOne()
DPowerSwitch.cpp456 mPowerStateEvent.notifyOne (); in abort()
490 sPowerSwitch.mPowerStateEvent.notifyOne (); in deviceManagementCallback()
DCondVar.h87 void notifyOne ();
DCondVar.cpp139 void CondVar::notifyOne () in notifyOne() function in CondVar
DNfcTag.cpp122 mReadCompleteEvent.notifyOne (); in abort()
1428 mReadCompleteEvent.notifyOne (); in connectionEventHandler()