Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DPeerToPeer.cpp482 pSrv->mConnRequestEvent.notifyOne(); in deregisterServer()
980 pClient->mConnectingEvent.notifyOne(); in disconnectConnOriented()
986 pConn->mCongEvent.notifyOne(); // unblock send() if congested in disconnectConnOriented()
990 pConn->mReadEvent.notifyOne(); // unblock receive() in disconnectConnOriented()
1175 mClients[ii]->mConnectingEvent.notifyOne(); in handleNfcOnOff()
1181 ->mClientConn->mCongEvent.notifyOne(); // unblock send() in handleNfcOnOff()
1186 ->mClientConn->mReadEvent.notifyOne(); // unblock receive() in handleNfcOnOff()
1242 pSrv->mRegServerEvent.notifyOne(); // unblock registerServer() in nfaServerCallback()
1290 pSrv->mConnRequestEvent.notifyOne(); // unblock accept() in nfaServerCallback()
1316 pConn->mDisconnectingEvent.notifyOne(); in nfaServerCallback()
[all …]
DRoutingManager.cpp501 gDeactivatedEvent.notifyOne(); in stackCallback()
702 routingManager.mEeRegisterEvent.notifyOne(); in nfaEeCallback()
717 routingManager.mEeSetModeEvent.notifyOne(); in nfaEeCallback()
724 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
731 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
738 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
745 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
787 routingManager.mEeInfoEvent.notifyOne(); in nfaEeCallback()
801 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
806 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
[all …]
DNativeNfcTag.cpp138 sReadEvent.notifyOne(); in nativeNfcTag_abortWaits()
144 sTransceiveEvent.notifyOne(); in nativeNfcTag_abortWaits()
148 sReconnectEvent.notifyOne(); in nativeNfcTag_abortWaits()
154 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_abortWaits()
187 sReadEvent.notifyOne(); in nativeNfcTag_doReadCompleted()
488 sReconnectEvent.notifyOne(); in nativeNfcTag_doConnectStatus()
511 sReconnectEvent.notifyOne(); in nativeNfcTag_doDeactivateStatus()
848 if (sRxDataStatus == NFA_STATUS_OK) sTransceiveEvent.notifyOne(); in nativeNfcTag_doTransceiveStatus()
859 sTransceiveEvent.notifyOne(); in nativeNfcTag_notifyRfTimeout()
1279 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_doPresenceCheckResult()
[all …]
DNativeNfcManager.cpp269 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
279 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
289 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
299 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
420 gDeactivatedEvent.notifyOne(); in nfaConnectionCallback()
723 sNfaEnableEvent.notifyOne(); in nfaDeviceManagementCallback()
733 sNfaDisableEvent.notifyOne(); in nfaDeviceManagementCallback()
741 sNfaSetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
759 sNfaGetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
801 sNfaEnableDisablePollingEvent.notifyOne(); in nfaDeviceManagementCallback()
[all …]
DSyncEvent.h84 void notifyOne() { mCondVar.notifyOne(); } in notifyOne() function
DPowerSwitch.cpp433 mPowerStateEvent.notifyOne(); in abort()
467 sPowerSwitch.mPowerStateEvent.notifyOne(); in deviceManagementCallback()
DCondVar.h81 void notifyOne();
DCondVar.cpp130 void CondVar::notifyOne() { in notifyOne() function in CondVar
DNfcTag.cpp117 mReadCompleteEvent.notifyOne(); in abort()
1349 mReadCompleteEvent.notifyOne(); in connectionEventHandler()