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.cpp537 gDeactivatedEvent.notifyOne(); in stackCallback()
751 routingManager.mEeRegisterEvent.notifyOne(); in nfaEeCallback()
766 routingManager.mEeSetModeEvent.notifyOne(); in nfaEeCallback()
773 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
780 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
787 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
794 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
836 routingManager.mEeInfoEvent.notifyOne(); in nfaEeCallback()
850 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
855 routingManager.mRoutingEvent.notifyOne(); in nfaEeCallback()
[all …]
DNativeNfcTag.cpp142 sReadEvent.notifyOne(); in nativeNfcTag_abortWaits()
148 sTransceiveEvent.notifyOne(); in nativeNfcTag_abortWaits()
152 sReconnectEvent.notifyOne(); in nativeNfcTag_abortWaits()
158 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_abortWaits()
192 sReadEvent.notifyOne(); in nativeNfcTag_doReadCompleted()
512 sReconnectEvent.notifyOne(); in nativeNfcTag_doConnectStatus()
535 sReconnectEvent.notifyOne(); in nativeNfcTag_doDeactivateStatus()
913 if (sRxDataStatus == NFA_STATUS_OK) sTransceiveEvent.notifyOne(); in nativeNfcTag_doTransceiveStatus()
924 sTransceiveEvent.notifyOne(); in nativeNfcTag_notifyRfTimeout()
1344 sPresenceCheckEvent.notifyOne(); in nativeNfcTag_doPresenceCheckResult()
[all …]
DNativeNfcManager.cpp283 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
293 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
303 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
315 sNfaEnableDisablePollingEvent.notifyOne(); in nfaConnectionCallback()
452 gDeactivatedEvent.notifyOne(); in nfaConnectionCallback()
755 sNfaEnableEvent.notifyOne(); in nfaDeviceManagementCallback()
765 sNfaDisableEvent.notifyOne(); in nfaDeviceManagementCallback()
773 sNfaSetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
791 sNfaGetConfigEvent.notifyOne(); in nfaDeviceManagementCallback()
833 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.cpp124 mReadCompleteEvent.notifyOne(); in abort()
1421 mReadCompleteEvent.notifyOne(); in connectionEventHandler()