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.
384
// locked before any locks / guards in P2pServer /
P2pClient
387
android::sp<
P2pClient
> mClients [sMax];
501
android::sp<
P2pClient
> findClient (tNFA_HANDLE nfaConnHandle);
514
android::sp<
P2pClient
> findClient (tJNI_HANDLE jniHandle);
527
android::sp<
P2pClient
> findClientCon (tNFA_HANDLE nfaConnHandle);
716
** Name:
P2pClient
721
class
P2pClient
: public android::RefBase
733
** Function:
P2pClient
[
all
...]
PeerToPeer.cpp
508
** Description: Create a
P2pClient
object for a new out-bound connection.
523
sp<
P2pClient
> client = NULL;
528
mClients [i] = client = new
P2pClient
();
669
sp<
P2pClient
> pClient = NULL;
726
sp<
P2pClient
> PeerToPeer::findClient (tNFA_HANDLE nfaConnHandle)
748
sp<
P2pClient
> PeerToPeer::findClient (tJNI_HANDLE jniHandle)
770
sp<
P2pClient
> PeerToPeer::findClientCon (tNFA_HANDLE nfaConnHandle)
980
sp<
P2pClient
> pClient = NULL;
[
all
...]
Completed in 49 milliseconds