OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pMsg
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_server.c
272
static void sendToServer(SqlMessage *
pMsg
){
275
pthread_mutex_init(&
pMsg
->clientMutex, 0);
276
pthread_cond_init(&
pMsg
->clientWakeup, 0);
281
pMsg
->pNext = g.pQueueHead;
283
g.pQueueTail =
pMsg
;
285
g.pQueueHead->pPrev =
pMsg
;
287
pMsg
->pPrev = 0;
288
g.pQueueHead =
pMsg
;
294
pthread_mutex_lock(&
pMsg
->clientMutex);
296
while(
pMsg
->op!=MSG_Done )
[
all
...]
/ndk/tests/device/test-stlport_shared-exception/jni/
eh44.cpp
33
} catch (const char *
pMsg
) {
/ndk/tests/device/test-stlport_static-exception/jni/
eh44.cpp
33
} catch (const char *
pMsg
) {
/external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h
72
phOsalNfc_sMsg_t *
pMsg
;
/external/libnfc-nci/src/include/
trace_api.h
58
BT_API extern void DispNDEFMsg (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_recv);
63
BT_API extern void DispCHO (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_rx);
92
BT_API extern void RPC_DispNDEFMsg (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_recv);
95
BT_API extern void RPC_DispCHO (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_rx);
/frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp
434
static int socket_process_cmsg(JNIEnv *env, jobject thisJ, struct msghdr *
pMsg
)
438
for (cmsgptr = CMSG_FIRSTHDR(
pMsg
);
439
cmsgptr != NULL; cmsgptr = CMSG_NXTHDR(
pMsg
, cmsgptr)) {
/external/libnfc-nci/src/adaptation/
libmain.c
608
void DispCHO (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_rx) {}
613
void DispNDEFMsg (UINT8 *
pMsg
, UINT32 MsgLen, BOOLEAN is_recv) {}
/packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp
102
phLibNfc_DeferredCall_t *
pMsg
;
108
pMsg
= (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
109
pMsg
->pCallback = client_kill_deferred_call;
110
pMsg
->pParameter = (void*)nat;
113
wrapper.msg.pMsgData =
pMsg
;
[
all
...]
Completed in 124 milliseconds