Home
last modified time | relevance | path

Searched refs:phLibNfc_Message_t (Results 1 – 17 of 17) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/tml/
DphDal4Nfc_messageQueueLib.cc30 phLibNfc_Message_t nMsg;
161 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg) { in phDal4Nfc_msgsnd()
173 memcpy(&pNew->nMsg, msg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgsnd()
211 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t* msg, long msgtyp, in phDal4Nfc_msgrcv()
228 memcpy(msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgrcv()
DphDal4Nfc_messageQueueLib.h30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg);
31 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t* msg, long msgtyp,
DphOsalNfc_Timer.cc48 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t* pMsg);
348 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t* pMsg) { in phOsalNfc_PostTimerMsg()
385 phOsalNfc_PostTimerMsg((phLibNfc_Message_t*)&pTimerHandle->tOsalMessage); in phOsalNfc_Timer_Expired()
DphTmlNfc.h250 phLibNfc_Message_t* ptWorkerMsg);
DphTmlNfc.cc349 static phLibNfc_Message_t tMsg; in phTmlNfc_TmlThread()
481 static phLibNfc_Message_t tMsg; in phTmlNfc_TmlWriterThread()
1068 phLibNfc_Message_t* ptWorkerMsg) { in phTmlNfc_DeferredCall()
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphDal4Nfc_messageQueueLib.cc30 phLibNfc_Message_t nMsg;
161 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg) { in phDal4Nfc_msgsnd()
173 memcpy(&pNew->nMsg, msg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgsnd()
211 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t* msg, long msgtyp, in phDal4Nfc_msgrcv()
226 memcpy(msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgrcv()
DphDal4Nfc_messageQueueLib.h30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg);
31 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t* msg, long msgtyp,
DphOsalNfc_Timer.cc48 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t* pMsg);
348 static void phOsalNfc_PostTimerMsg(phLibNfc_Message_t* pMsg) { in phOsalNfc_PostTimerMsg()
385 phOsalNfc_PostTimerMsg((phLibNfc_Message_t*)&pTimerHandle->tOsalMessage); in phOsalNfc_Timer_Expired()
DphTmlNfc.h227 phLibNfc_Message_t* ptWorkerMsg);
DphTmlNfc.cc311 static phLibNfc_Message_t tMsg; in phTmlNfc_TmlThread()
433 static phLibNfc_Message_t tMsg; in phTmlNfc_TmlWriterThread()
924 phLibNfc_Message_t* ptWorkerMsg) { in phTmlNfc_DeferredCall()
/hardware/nxp/nfc/pn8x/halimpl/common/
DphNfcCommon.h123 phLibNfc_Message_t tOsalMessage;
DphNfcTypes.h109 } phLibNfc_Message_t, *pphLibNfc_Message_t; typedef
/hardware/nxp/nfc/snxxx/halimpl/common/
DphNfcTypes.h117 } phLibNfc_Message_t, *pphLibNfc_Message_t; typedef
DphNfcCommon.h153 phLibNfc_Message_t tOsalMessage;
/hardware/nxp/nfc/pn8x/halimpl/hal/
DphNxpNciHal.cc172 phLibNfc_Message_t msg; in phNxpNciHal_client_thread()
878 static phLibNfc_Message_t msg; in phNxpNciHal_open_complete()
892 (phLibNfc_Message_t*)&msg); in phNxpNciHal_open_complete()
930 static phLibNfc_Message_t msg; in phNxpNciHal_write_internal()
965 (phLibNfc_Message_t*)&msg); in phNxpNciHal_write_internal()
1781 static phLibNfc_Message_t msg; in phNxpNciHal_core_initialized()
1891 (phLibNfc_Message_t*)&msg); in phNxpNciHal_core_initialized()
2074 static phLibNfc_Message_t msg; in phNxpNciHal_core_initialized_complete()
2085 (phLibNfc_Message_t*)&msg); in phNxpNciHal_core_initialized_complete()
2205 static phLibNfc_Message_t msg; in phNxpNciHal_close_complete()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/self-test/
DphNxpNciHal_SelfTest.cc928 phLibNfc_Message_t msg; in phNxpNciHal_test_rx_thread()
/hardware/nxp/nfc/pn8x/halimpl/self-test/
DphNxpNciHal_SelfTest.cc928 phLibNfc_Message_t msg; in phNxpNciHal_test_rx_thread()