HomeSort by relevance Sort by last modified time
    Searched refs:pMsg (Results 1 - 7 of 7) 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/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/src/adaptation/
libmain.c 556 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {}
561 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {}
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 480 static int socket_process_cmsg(JNIEnv *env, jobject thisJ, struct msghdr * pMsg)
484 for (cmsgptr = CMSG_FIRSTHDR(pMsg);
485 cmsgptr != NULL; cmsgptr = CMSG_NXTHDR(pMsg, cmsgptr)) {
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 97 phLibNfc_DeferredCall_t *pMsg;
103 pMsg = (phLibNfc_DeferredCall_t*)malloc(sizeof(phLibNfc_DeferredCall_t));
104 pMsg->pCallback = client_kill_deferred_call;
105 pMsg->pParameter = (void*)nat;
108 wrapper.msg.pMsgData = pMsg;
    [all...]

Completed in 287 milliseconds