Home
last modified time | relevance | path

Searched refs:pMsg (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dtest_server.c272 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/
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/libnfc-nci/halimpl/bcm2079x/include/
Dandroid_logmsg.h54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
59 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Common.h72 phOsalNfc_sMsg_t *pMsg; member
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h140 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/
Dandroid_logmsg.cpp289 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/
DJS_Console.h208 virtual BOOL PreTranslateMessage(MSG* pMsg);
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
Ddebugging.rst82 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);