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 …]
DNativeNfcManager.cpp233 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
242 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
251 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
260 sNfaEnableDisablePollingEvent.notifyOne (); in nfaConnectionCallback()
368 gDeactivatedEvent.notifyOne (); in nfaConnectionCallback()
632 sNfaEnableEvent.notifyOne (); in nfaDeviceManagementCallback()
642 sNfaDisableEvent.notifyOne (); in nfaDeviceManagementCallback()
650 sNfaSetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
669 sNfaGetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
708 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 …]
DRoutingManager.cpp438 gDeactivatedEvent.notifyOne (); in stackCallback()
474 routingManager.mEeRegisterEvent.notifyOne(); in nfaEeCallback()
483 routingManager.mEeSetModeEvent.notifyOne(); in nfaEeCallback()
491 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
499 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
530 routingManager.mEeInfoEvent.notifyOne(); in nfaEeCallback()
561 routingManager.mEeUpdateEvent.notifyOne(); in nfaEeCallback()
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()
1425 mReadCompleteEvent.notifyOne (); in connectionEventHandler()