Searched refs:nfc_jni_receive_callback (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp28 static void nfc_jni_receive_callback(void* pContext, uint8_t ssap, NFCSTATUS status) function in namespace:android
166 nfc_jni_receive_callback,
H A Dcom_android_nfc_NativeLlcpSocket.cpp89 static void nfc_jni_receive_callback(void* pContext, NFCSTATUS status) function in namespace:android
337 nfc_jni_receive_callback,
H A Dcom_android_nfc_NativeP2pDevice.cpp73 static void nfc_jni_receive_callback(void *pContext, phNfc_sData_t *data, NFCSTATUS status) function in namespace:android
77 LOG_CALLBACK("nfc_jni_receive_callback", status);
378 status = phLibNfc_RemoteDev_Receive(handle, nfc_jni_receive_callback,(void *)&cb_data);

Completed in 22 milliseconds