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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 107 static void nfc_jni_transceive_callback(void *pContext, function in namespace:android
111 LOG_CALLBACK("nfc_jni_transceive_callback", status);
310 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info, nfc_jni_transceive_callback, (void *)&cb_data);
com_android_nfc_NativeNfcTag.cpp 133 static void nfc_jni_transceive_callback(void *pContext, function in namespace:android
137 LOG_CALLBACK("nfc_jni_transceive_callback", status);
822 nfc_jni_transceive_callback, (void *)&cb_data);
    [all...]

Completed in 230 milliseconds