Searched defs:pMsg (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Common.h72 phOsalNfc_sMsg_t *pMsg; member in struct:phOsalNfc_sOsalHandle
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_server.c272 static void sendToServer(SqlMessage *pMsg){ argument
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
399 SqlMessage *pMsg; local
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} argument
294 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {} argument
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h140 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength()); local
142 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon);
247 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength()); local
249 pCC, pBcc, pMsg);

Completed in 678 milliseconds