Searched refs:pMsg (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_server.c | 272 static void sendToServer(SqlMessage *pMsg){ in sendToServer() argument 275 pthread_mutex_init(&pMsg->clientMutex, 0); in sendToServer() 276 pthread_cond_init(&pMsg->clientWakeup, 0); in sendToServer() 281 pMsg->pNext = g.pQueueHead; in sendToServer() 283 g.pQueueTail = pMsg; in sendToServer() 285 g.pQueueHead->pPrev = pMsg; in sendToServer() 287 pMsg->pPrev = 0; in sendToServer() 288 g.pQueueHead = pMsg; in sendToServer() 294 pthread_mutex_lock(&pMsg->clientMutex); in sendToServer() 296 while( pMsg->op!=MSG_Done ){ in sendToServer() [all …]
|
/external/libnfc-nci/src/include/ |
D | 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);
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | android_logmsg.h | 54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx); 59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Common.h | 72 phOsalNfc_sMsg_t *pMsg; member
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_mgr.h | 140 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength()); in JS_appAlert() local 142 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon); in JS_appAlert() 247 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength()); in JS_docmailForm() local 249 pCC, pBcc, pMsg); in JS_docmailForm()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} in DispCHO() argument 294 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {} in DispNDEFMsg() argument
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Console.h | 208 virtual BOOL PreTranslateMessage(MSG* pMsg);
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | debugging.rst | 82 void logmsg(const char* pMsg){ 83 fprintf(stdout,"logmsg: %s\n",pMsg); 85 void errormsg(const char* pMsg){ 86 fprintf(stderr,"logerr: %s\n",pMsg);
|