Searched refs:ioctlType (Results 1 – 12 of 12) sorted by relevance
/hardware/nxp/nfc/extns/impl/ |
D | NxpNfc.cpp | 32 Return<void> NxpNfc::ioctl(uint64_t ioctlType, in ioctl() argument 44 status = phNxpNciHal_ioctl(ioctlType, &inpOutData); in ioctl() 47 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/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/extns/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/extns/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/libese-spi/src/adaptation/ |
D | NfcAdaptation.cpp | 175 (unsigned long)pOutData->ioctlType); in IoctlCallback() 217 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
|
/hardware/nxp/secure_element/libese-spi/p73/pal/spi/ |
D | phNxpEsePal_spi.cpp | 91 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) { in phNxpEse_spiIoctl() argument 105 (long)ioctlType); in phNxpEse_spiIoctl()
|
/hardware/nxp/secure_element/libese-spi/p73/inc/ |
D | phNxpEse_Api.h | 103 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);
|
/hardware/nxp/nfc/halimpl/src/adaptation/ |
D | EseAdaptation.cpp | 232 (unsigned long)pOutData->ioctlType); in IoctlCallback() 266 (unsigned long)pInpOutData->out.ioctlType); in HalIoctl()
|