Home
last modified time | relevance | path

Searched refs:ioctlType (Results 1 – 18 of 18) sorted by relevance

/hardware/nxp/secure_element/pn8x/extns/impl/
DNxpEse.cpp28 Return<void> NxpEse::ioctl(uint64_t ioctlType, in ioctl() argument
38 ESESTATUS status = phNxpEse_spiIoctl(ioctlType, &inpOutData); in ioctl()
42 inpOutData.out.ioctlType = ioctlType; in ioctl()
DNxpEse.h46 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
Dhal_nxpese.h157 uint64_t ioctlType; member
/hardware/nxp/nfc/pn8x/extns/impl/
DNxpNfc.cpp32 Return<void> NxpNfc::ioctl(uint64_t ioctlType, in ioctl() argument
49 status = phNxpNciHal_ioctl(ioctlType, &inpOutData); in ioctl()
52 inpOutData.out.ioctlType = ioctlType; in ioctl()
DNxpNfc.h40 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
Dhal_nxpnfc.h109 uint64_t ioctlType; member
/hardware/nxp/secure_element/snxxx/extns/impl/
DNxpEse.cpp168 Return<void> NxpEse::ioctlHandler(uint64_t ioctlType, in ioctlHandler() argument
170 switch (ioctlType) { in ioctlHandler()
186 Return<void> NxpEse::ioctl(uint64_t ioctlType, in ioctl() argument
196 ESESTATUS status = phNxpEse_spiIoctl(ioctlType, &inpOutData); in ioctl()
198 ioctlHandler(ioctlType, inpOutData); in ioctl()
202 inpOutData.out.ioctlType = ioctlType; in ioctl()
205 if (ioctlType == HAL_ESE_IOCTL_GET_ESE_UPDATE_STATE) { in ioctl()
DNxpEse.h47 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
65 Return<void> ioctlHandler(uint64_t ioctlType,
Dhal_nxpese.h136 uint64_t ioctlType; member
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp58 static ESESTATUS phNxpEse_spiIoctl_legacy(uint64_t ioctlType, void* p_data);
90 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl() argument
94 (long)ioctlType); in phNxpEse_spiIoctl()
99 switch (ioctlType) { in phNxpEse_spiIoctl()
132 status = phNxpEse_spiIoctl_legacy(ioctlType, p_data); in phNxpEse_spiIoctl()
148 static ESESTATUS phNxpEse_spiIoctl_legacy(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl_legacy() argument
150 switch (ioctlType) { in phNxpEse_spiIoctl_legacy()
/hardware/nxp/nfc/intf/nxpnfc/1.0/
DINxpNfc.hal24 * Based on the ioctlType, input data bytes are processed and
26 * @param ioctlType contains type of functionality as below
32 ioctl(uint64_t ioctlType,NfcData inputData) generates(NfcData outputData);
/hardware/nxp/secure_element/intf/nxpese/1.0/
DINxpEse.hal24 * Based on the ioctlType, input data bytes are processed and
26 * @param ioctlType contains type of functionality as below
30 ioctl(uint64_t ioctlType, vec<uint8_t> inputData) generates(vec<uint8_t> outputData);
/hardware/nxp/secure_element/pn8x/libese-spi/src/adaptation/
DNfcAdaptation.cpp175 (unsigned long)pOutData->ioctlType); in IoctlCallback()
217 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/
DEseAdaptation.cc225 (unsigned long)pOutData->ioctlType); in IoctlCallback()
259 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/inc/
DphNxpEse_Api.h103 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp91 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl() argument
94 (long)ioctlType); in phNxpEse_spiIoctl()
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/
DEseAdaptation.cpp238 (unsigned long)pOutData->ioctlType); in IoctlCallback()
272 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
DphNxpEse_Api.h145 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);