Home
last modified time | relevance | path

Searched refs:pLinkHandle (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/uwb/halimpl/tml/
DphTmlUwb_spi.cc48 tHAL_UWB_STATUS phTmlUwb_spi_open_and_configure(const char* pDevName, void** pLinkHandle) in phTmlUwb_spi_open_and_configure() argument
57 *pLinkHandle = NULL; in phTmlUwb_spi_open_and_configure()
61 *pLinkHandle = (void*)((intptr_t)nHandle); in phTmlUwb_spi_open_and_configure()
DphTmlUwb_spi.h50 tHAL_UWB_STATUS phTmlUwb_spi_open_and_configure(const char* pDevName, void** pLinkHandle);
/hardware/nxp/nfc/pn8x/halimpl/tml/
DphTmlNfc_i2c.cc81 void** pLinkHandle) { in phTmlNfc_i2c_open_and_configure() argument
89 *pLinkHandle = NULL; in phTmlNfc_i2c_open_and_configure()
93 *pLinkHandle = (void*)((intptr_t)nHandle); in phTmlNfc_i2c_open_and_configure()
DphTmlNfc_i2c.h31 void** pLinkHandle);
/hardware/nxp/nfc/snxxx/halimpl/tml/transport/
DNfccI2cTransport.cc81 void** pLinkHandle) { in OpenAndConfigure() argument
89 *pLinkHandle = NULL; in OpenAndConfigure()
92 *pLinkHandle = (void*)((intptr_t)nHandle); in OpenAndConfigure()
DNfccI2cTransport.h90 NFCSTATUS OpenAndConfigure(pphTmlNfc_Config_t pConfig, void** pLinkHandle);
DNfccTransport.h91 void** pLinkHandle) = 0;