HomeSort by relevance Sort by last modified time
    Searched refs:ioctlType (Results 1 - 12 of 12) sorted by null

  /hardware/nxp/nfc/extns/intf/nxpnfc/1.0/
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/
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/nfc/extns/impl/
NxpNfc.cpp 32 Return<void> NxpNfc::ioctl(uint64_t ioctlType,
44 status = phNxpNciHal_ioctl(ioctlType, &inpOutData);
47 inpOutData.out.ioctlType = ioctlType;
NxpNfc.h 40 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
hal_nxpnfc.h 105 /*ioctlType, result & context to be used/updated only by users of
109 uint64_t ioctlType;
  /hardware/nxp/secure_element/extns/impl/
NxpEse.cpp 28 Return<void> NxpEse::ioctl(uint64_t ioctlType,
38 ESESTATUS status = phNxpEse_spiIoctl(ioctlType, &inpOutData);
42 inpOutData.out.ioctlType = ioctlType;
NxpEse.h 46 Return<void> ioctl(uint64_t ioctlType, const hidl_vec<uint8_t>& inOutData,
hal_nxpese.h 153 /*ioctlType, result & context to be used/updated only by users of
157 uint64_t ioctlType;
  /hardware/nxp/secure_element/libese-spi/p73/inc/
phNxpEse_Api.h 103 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data);
  /hardware/nxp/secure_element/libese-spi/src/adaptation/
NfcAdaptation.cpp 175 (unsigned long)pOutData->ioctlType);
217 (unsigned long)pInpOutData->out.ioctlType);
  /hardware/nxp/nfc/halimpl/src/adaptation/
EseAdaptation.cpp 232 (unsigned long)pOutData->ioctlType);
266 (unsigned long)pInpOutData->out.ioctlType);
  /hardware/nxp/secure_element/libese-spi/p73/pal/spi/
phNxpEsePal_spi.cpp 91 ESESTATUS phNxpEse_spiIoctl(uint64_t ioctlType, void* p_data) {
105 (long)ioctlType);

Completed in 582 milliseconds