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

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh44.cpp 33 } catch (const char *pMsg) {
  /ndk/tests/device/test-stlport_static-exception/jni/
eh44.cpp 33 } catch (const char *pMsg) {
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 72 phOsalNfc_sMsg_t *pMsg;
  /external/libnfc-nci/halimpl/bcm2079x/include/
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-nci/src/include/
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/pn54x/tml/
phOsalNfc_Timer.c 50 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t *pMsg);
356 ** Parameters pMsg - pointer to the message structure posted on user thread
361 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t *pMsg)
364 (void)phDal4Nfc_msgsnd(nxpncihal_ctrl.gDrvCfg.nClientId/*gpphOsalNfc_Context->dwCallbackThreadID*/, pMsg,0);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 130 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength());
132 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon);
249 FPDF_WIDESTRING pMsg = (FPDF_WIDESTRING)bsMsg.GetBuffer(bsMsg.GetLength());
251 pCC, pBcc, pMsg);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {}
294 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {}
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 432 static int socket_process_cmsg(JNIEnv *env, jobject thisJ, struct msghdr * pMsg)
436 for (cmsgptr = CMSG_FIRSTHDR(pMsg);
437 cmsgptr != NULL; cmsgptr = CMSG_NXTHDR(pMsg, cmsgptr)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]
ocidl.h 638 virtual HRESULT WINAPI OnMnemonic(MSG *pMsg) = 0;
649 HRESULT (WINAPI *OnMnemonic)(IOleControl *This,MSG *pMsg);
662 #define IOleControl_OnMnemonic(This,pMsg) (This)->lpVtbl->OnMnemonic(This,pMsg)
669 HRESULT WINAPI IOleControl_OnMnemonic_Proxy(IOleControl *This,MSG *pMsg);
    [all...]
prsht.h 421 #define PropSheet_IsDialogMessage(hDlg,pMsg) (WINBOOL)SNDMSG(hDlg,PSM_ISDIALOGMESSAGE,0,(LPARAM)pMsg)
msctf.h     [all...]
shdeprecated.h 229 virtual HRESULT WINAPI OnTranslateAccelerator(MSG *pMsg,DWORD grfModifiers) = 0;
239 HRESULT (WINAPI *OnTranslateAccelerator)(IExpDispSupport *This,MSG *pMsg,DWORD grfModifiers);
251 #define IExpDispSupport_OnTranslateAccelerator(This,pMsg,grfModifiers) (This)->lpVtbl->OnTranslateAccelerator(This,pMsg,grfModifiers)
257 HRESULT WINAPI IExpDispSupport_OnTranslateAccelerator_Proxy(IExpDispSupport *This,MSG *pMsg,DWORD grfModifiers);
    [all...]
dimm.h 308 virtual HRESULT WINAPI OnTranslateMessage(const MSG *pMsg) = 0;
320 HRESULT (WINAPI *OnTranslateMessage)(IActiveIMMMessagePumpOwner *This,const MSG *pMsg);
334 #define IActiveIMMMessagePumpOwner_OnTranslateMessage(This,pMsg) (This)->lpVtbl->OnTranslateMessage(This,pMsg)
343 HRESULT WINAPI IActiveIMMMessagePumpOwner_OnTranslateMessage_Proxy(IActiveIMMMessagePumpOwner *This,const MSG *pMsg);
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 96 phLibNfc_DeferredCall_t *pMsg;
102 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
103 pMsg->pCallback = client_kill_deferred_call;
104 pMsg->pParameter = (void*)nat;
107 wrapper.msg.pMsgData = pMsg;
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 940 const std::string &pMsg)
948 << filename << last.line << last.column << pMsg;
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 

Completed in 867 milliseconds