Home
last modified time | relevance | path

Searched refs:phLibUwb_Message (Results 1 – 5 of 5) sorted by relevance

/hardware/nxp/uwb/halimpl/inc/common/
DphUwbTypes.h103 struct phLibUwb_Message { struct
106 phLibUwb_Message(uint32_t type) : eMsgType(type), pMsgData(NULL) {} in phLibUwb_Message() argument
107 phLibUwb_Message(uint32_t type, void *data) : eMsgType(type), pMsgData(data) {} in phLibUwb_Message() argument
120 std::shared_ptr<MessageQueue<phLibUwb_Message>> pClientMq;
/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb.h108 …std::shared_ptr<MessageQueue<phLibUwb_Message>> pClientMq; /* Pointer to Client thread message que…
133 tHAL_UWB_STATUS phTmlUwb_Init(const char* pDevName, std::shared_ptr<MessageQueue<phLibUwb_Message>>…
151 void phTmlUwb_DeferredCall(std::shared_ptr<phLibUwb_Message> msg);
DphTmlUwb.cc80 tHAL_UWB_STATUS phTmlUwb_Init(const char* pDevName, std::shared_ptr<MessageQueue<phLibUwb_Message>>… in phTmlUwb_Init()
236 auto msg = std::make_shared<phLibUwb_Message>(PH_LIBUWB_DEFERREDCALL_MSG, &tDeferredInfo); in phTmlUwb_TmlReaderThread()
325 auto msg = std::make_shared<phLibUwb_Message>(PH_LIBUWB_DEFERREDCALL_MSG, &tDeferredInfo); in phTmlUwb_TmlWriterThread()
619 void phTmlUwb_DeferredCall(std::shared_ptr<phLibUwb_Message> msg) in phTmlUwb_DeferredCall()
DphOsalUwb_Timer.cc366 …auto msg = std::make_shared<phLibUwb_Message>(PH_LIBUWB_DEFERREDCALL_MSG, &pTimerHandle->tDeferred… in phOsalUwb_Timer_Expired()
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.cc313 nxpucihal_ctrl.gDrvCfg.pClientMq = std::make_shared<MessageQueue<phLibUwb_Message>>("Client"); in phNxpUciHal_open()
335 phTmlUwb_DeferredCall(std::make_shared<phLibUwb_Message>(UCI_HAL_OPEN_CPLT_MSG)); in phNxpUciHal_open()
627 phTmlUwb_DeferredCall(std::make_shared<phLibUwb_Message>(UCI_HAL_CLOSE_CPLT_MSG)); in phNxpUciHal_close()
967 phTmlUwb_DeferredCall(std::make_shared<phLibUwb_Message>(UCI_HAL_ERROR_MSG)); in phNxpUciHal_coreInitialization()
974 phTmlUwb_DeferredCall(std::make_shared<phLibUwb_Message>(UCI_HAL_INIT_CPLT_MSG)); in phNxpUciHal_coreInitialization()