OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P2pClient
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
PeerToPeer.h
32
class
P2pClient
;
185
** Description: Create a
P2pClient
object for a new out-bound connection.
408
// locked before any locks / guards in P2pServer /
P2pClient
411
android::sp<
P2pClient
> mClients [sMax];
525
android::sp<
P2pClient
> findClient (tNFA_HANDLE nfaConnHandle);
538
android::sp<
P2pClient
> findClient (tJNI_HANDLE jniHandle);
551
android::sp<
P2pClient
> findClientCon (tNFA_HANDLE nfaConnHandle);
740
** Name:
P2pClient
745
class
P2pClient
: public android::RefBase
757
** Function:
P2pClient
[
all
...]
PeerToPeer.cpp
524
** Description: Create a
P2pClient
object for a new out-bound connection.
539
sp<
P2pClient
> client = NULL;
544
mClients [i] = client = new
P2pClient
();
685
sp<
P2pClient
> pClient = NULL;
742
sp<
P2pClient
> PeerToPeer::findClient (tNFA_HANDLE nfaConnHandle)
764
sp<
P2pClient
> PeerToPeer::findClient (tJNI_HANDLE jniHandle)
786
sp<
P2pClient
> PeerToPeer::findClientCon (tNFA_HANDLE nfaConnHandle)
996
sp<
P2pClient
> pClient = NULL;
[
all
...]
Completed in 61 milliseconds