HomeSort by relevance Sort by last modified time
    Searched full:ioctlcallback (Results 1 - 4 of 4) sorted by null

  /hardware/nxp/secure_element/libese-spi/src/adaptation/
NfcAdaptation.cpp 162 ** Function: IoctlCallback
170 void IoctlCallback(::android::hardware::nfc::V1_0::NfcData outputData) {
171 const char* func = "IoctlCallback";
214 mHalNxpNfc->ioctl(arg, data, IoctlCallback);
  /external/curl/tests/libtest/
lib547.c 63 static curlioerr ioctlcallback(CURL *handle, function
108 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback);
lib555.c 62 static curlioerr ioctlcallback(CURL *handle, function
95 easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback);
  /hardware/nxp/nfc/halimpl/src/adaptation/
EseAdaptation.cpp 219 ** Function: IoctlCallback
227 void IoctlCallback(hidl_vec<uint8_t> outputData) {
228 const char* func = "IoctlCallback";
264 if (mHalNxpEse != nullptr) mHalNxpEse->ioctl(arg, data, IoctlCallback);

Completed in 232 milliseconds