OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConnectingEvent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
PeerToPeer.cpp
678
SyncEventGuard guard (pClient->
mConnectingEvent
);
690
ALOGD ("%s: wait for connected event
mConnectingEvent
: 0x%p", fn, pClient.get());
691
pClient->
mConnectingEvent
.wait();
994
SyncEventGuard guard (pClient->
mConnectingEvent
);
995
pClient->
mConnectingEvent
.notifyOne();
[
all
...]
PeerToPeer.h
728
SyncEvent
mConnectingEvent
; // for NFA_P2pConnectByName or Sap()
Completed in 26 milliseconds