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

  /packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp 62 static void nfc_jni_disconnect_callback(void *pContext, phLibNfc_Handle hRemoteDev, NFCSTATUS status) function in namespace:android
65 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
226 status = phLibNfc_RemoteDev_Disconnect(handle, NFC_DISCOVERY_CONTINUE,nfc_jni_disconnect_callback, (void *)&cb_data);
com_android_nfc_NativeLlcpSocket.cpp 28 static void nfc_jni_disconnect_callback(void* pContext, function in namespace:android
32 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
com_android_nfc_NativeNfcTag.cpp 98 static void nfc_jni_disconnect_callback(void *pContext, function in namespace:android
102 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
616 nfc_jni_disconnect_callback, (void *)&cb_data);
    [all...]

Completed in 55 milliseconds