OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pClient
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h
52
void delegate(NodeFactory&
pClient
) {
53
if (this == &
pClient
)
56
if (
pClient
.empty())
60
replace(
pClient
);
61
pClient
.renounce();
66
concatenate(
pClient
);
67
pClient
.renounce();
75
void replace(NodeFactory&
pClient
) {
76
Alloc::m_pRoot =
pClient
.Alloc::m_pRoot;
77
Alloc::m_pCurrent =
pClient
.Alloc::m_pCurrent
[
all
...]
BinTree.h
279
/// summon - change the final edges of
pClient
to our root
280
void summon(TreeImpl&
pClient
) {
281
if (this == &
pClient
)
285
iterator dEnd =
pClient
.end();
286
for (data =
pClient
.begin(); data != dEnd; ++data) {
287
if ((*data).left == &
pClient
.node)
289
if ((*data).right == &
pClient
.node)
/packages/apps/Nfc/nci/jni/
PeerToPeer.cpp
560
ALOGD ("%s:
pClient
: 0x%p assigned for client jniHandle: %u", fn, client.get(), jniHandle);
685
sp<P2pClient>
pClient
= NULL;
687
if ((
pClient
= findClient (jniHandle)) == NULL)
694
SyncEventGuard guard (
pClient
->mConnectingEvent);
695
pClient
->mIsConnecting = true;
698
nfaStat = NFA_P2pConnectByName (
pClient
->mNfaP2pClientHandle,
699
const_cast<char*>(serviceName),
pClient
->mClientConn->mMaxInfoUnit,
700
pClient
->mClientConn->mRecvWindow);
702
nfaStat = NFA_P2pConnectBySap (
pClient
->mNfaP2pClientHandle, destinationSap,
703
pClient
->mClientConn->mMaxInfoUnit, pClient->mClientConn->mRecvWindow)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h
666
IMMNotificationClient *
pClient
) = 0;
669
IMMNotificationClient *
pClient
) = 0;
711
IMMNotificationClient *
pClient
);
715
IMMNotificationClient *
pClient
);
733
#define IMMDeviceEnumerator_RegisterEndpointNotificationCallback(This,
pClient
) (This)->lpVtbl->RegisterEndpointNotificationCallback(This,
pClient
)
734
#define IMMDeviceEnumerator_UnregisterEndpointNotificationCallback(This,
pClient
) (This)->lpVtbl->UnregisterEndpointNotificationCallback(This,
pClient
)
756
static FORCEINLINE HRESULT IMMDeviceEnumerator_RegisterEndpointNotificationCallback(IMMDeviceEnumerator* This,IMMNotificationClient *
pClient
) {
757
return This->lpVtbl->RegisterEndpointNotificationCallback(This,
pClient
);
[
all
...]
ntgdi.h
177
W32KAPI HBRUSH WINAPI NtGdiCreateDIBBrush(PVOID pv,FLONG fl,UINT cj,WINBOOL b8X8,WINBOOL bPen,PVOID
pClient
);
[
all
...]
Completed in 568 milliseconds