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
694
SyncEventGuard guard (pClient->
mConnectingEvent
);
706
ALOGD ("%s: wait for connected event
mConnectingEvent
: 0x%p", fn, pClient.get());
707
pClient->
mConnectingEvent
.wait();
1010
SyncEventGuard guard (pClient->
mConnectingEvent
);
1011
pClient->
mConnectingEvent
.notifyOne();
[
all
...]
PeerToPeer.h
752
SyncEvent
mConnectingEvent
; // for NFA_P2pConnectByName or Sap()
Completed in 1398 milliseconds