HomeSort by relevance Sort by last modified time
    Searched refs:notifyOne (Results 1 - 9 of 9) sorted by null

  /packages/apps/Nfc/nci/jni/
CondVar.h 74 ** Function: notifyOne
81 void notifyOne();
SyncEvent.h 76 ** Function: notifyOne
84 void notifyOne() { mCondVar.notifyOne(); }
PeerToPeer.cpp 482 pSrv->mConnRequestEvent.notifyOne();
    [all...]
CondVar.cpp 123 ** Function: notifyOne
130 void CondVar::notifyOne() {
133 LOG(ERROR) << StringPrintf("CondVar::notifyOne: fail signal; error=0x%X",
RoutingManager.cpp 563 gDeactivatedEvent.notifyOne();
599 routingManager.mEeRegisterEvent.notifyOne();
607 routingManager.mEeSetModeEvent.notifyOne();
614 routingManager.mRoutingEvent.notifyOne();
621 routingManager.mRoutingEvent.notifyOne();
659 routingManager.mEeInfoEvent.notifyOne();
674 routingManager.mRoutingEvent.notifyOne();
681 routingManager.mRoutingEvent.notifyOne();
701 routingManager.mEeUpdateEvent.notifyOne();
820 routingManager.mRoutingEvent.notifyOne();
    [all...]
NativeNfcTag.cpp 138 sReadEvent.notifyOne();
144 sTransceiveEvent.notifyOne();
148 sReconnectEvent.notifyOne();
154 sPresenceCheckEvent.notifyOne();
187 sReadEvent.notifyOne();
488 sReconnectEvent.notifyOne();
511 sReconnectEvent.notifyOne();
848 if (sRxDataStatus == NFA_STATUS_OK) sTransceiveEvent.notifyOne();
859 sTransceiveEvent.notifyOne();
    [all...]
PowerSwitch.cpp 433 mPowerStateEvent.notifyOne();
467 sPowerSwitch.mPowerStateEvent.notifyOne();
NativeNfcManager.cpp 259 sNfaEnableDisablePollingEvent.notifyOne();
269 sNfaEnableDisablePollingEvent.notifyOne();
279 sNfaEnableDisablePollingEvent.notifyOne();
289 sNfaEnableDisablePollingEvent.notifyOne();
405 gDeactivatedEvent.notifyOne();
704 sNfaEnableEvent.notifyOne();
714 sNfaDisableEvent.notifyOne();
722 sNfaSetConfigEvent.notifyOne();
740 sNfaGetConfigEvent.notifyOne();
782 sNfaEnableDisablePollingEvent.notifyOne();
    [all...]
NfcTag.cpp 116 mReadCompleteEvent.notifyOne();
    [all...]

Completed in 88 milliseconds