/hardware/nxp/secure_element/pn8x/extns/impl/ |
D | NxpEse.cpp | 28 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()
|
D | NxpEse.h | 46 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
|
D | hal_nxpese.h | 157 uint64_t ioctlType; member
|
/hardware/nxp/nfc/pn8x/extns/impl/ |
D | NxpNfc.cpp | 32 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()
|
D | NxpNfc.h | 40 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
|
D | hal_nxpnfc.h | 109 uint64_t ioctlType; member
|
/hardware/nxp/secure_element/snxxx/extns/impl/ |
D | NxpEse.cpp | 168 Return<void> NxpEse::ioctlHandler(uint64_t ioctlType, in ioctlHandler() argument 170 switch (ioctlType) { in ioctlHandler() 185 Return<void> NxpEse::ioctl(uint64_t ioctlType, in ioctl() argument 195 ESESTATUS status = phNxpEse_spiIoctl(ioctlType, &inpOutData); in ioctl() 196 ioctlHandler(ioctlType, inpOutData); in ioctl() 199 inpOutData.out.ioctlType = ioctlType; in ioctl() 201 if (ioctlType == HAL_ESE_IOCTL_GET_ESE_UPDATE_STATE) { in ioctl()
|
D | NxpEse.h | 60 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData, 77 Return<void> ioctlHandler(uint64_t ioctlType,
|
D | hal_nxpese.h | 136 uint64_t ioctlType; member
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/ |
D | EseSpiTransport.cpp | 59 static ESESTATUS phNxpEse_spiIoctl_legacy(uint64_t ioctlType, void* p_data); 92 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl() argument 96 (long)ioctlType); in phNxpEse_spiIoctl() 101 switch (ioctlType) { in phNxpEse_spiIoctl() 118 status = phNxpEse_spiIoctl_legacy(ioctlType, p_data); in phNxpEse_spiIoctl() 136 static ESESTATUS phNxpEse_spiIoctl_legacy(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl_legacy() argument 138 switch (ioctlType) { in phNxpEse_spiIoctl_legacy()
|
/hardware/nxp/nfc/intf/nxpnfc/1.0/ |
D | INxpNfc.hal | 24 * 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/ |
D | INxpEse.hal | 24 * 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/ |
D | NfcAdaptation.cpp | 175 (unsigned long)pOutData->ioctlType); in IoctlCallback() 217 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
|
/hardware/nxp/nfc/snxxx/halimpl/src/adaptation/ |
D | EseAdaptation.cc | 216 (unsigned long)pOutData->ioctlType); in IoctlCallback() 250 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/ |
D | phNxpEsePal_spi.cpp | 91 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl() argument 94 (long)ioctlType); in phNxpEse_spiIoctl()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/inc/ |
D | phNxpEse_Api.h | 103 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);
|
/hardware/nxp/nfc/pn8x/halimpl/src/adaptation/ |
D | EseAdaptation.cpp | 238 (unsigned long)pOutData->ioctlType); in IoctlCallback() 272 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/ |
D | phNxpEse_Api.h | 131 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);
|