Searched refs:pMsg (Results 1 - 7 of 7) sorted by relevance

/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-nxp/Linux_x86/
H A DphOsalNfc_Common.h72 phOsalNfc_sMsg_t *pMsg; member in struct:phOsalNfc_sOsalHandle
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dandroid_logmsg.h54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
/external/libnfc-nci/src/include/
H A Dtrace_api.h58 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);
/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);
/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/javascript/
H A DJS_Console.h208 virtual BOOL PreTranslateMessage(MSG* pMsg);

Completed in 137 milliseconds