HomeSort by relevance Sort by last modified time
    Searched defs:pMsg (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 72 phOsalNfc_sMsg_t *pMsg;
  /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...]
  /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 2132 milliseconds