/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 29 static void nfc_jni_receive_callback(void* pContext, uint8_t ssap, NFCSTATUS status) function in namespace:android 167 nfc_jni_receive_callback,
|
com_android_nfc_NativeLlcpSocket.cpp | 89 static void nfc_jni_receive_callback(void* pContext, NFCSTATUS status) function in namespace:android 337 nfc_jni_receive_callback,
|
com_android_nfc_NativeP2pDevice.cpp | 74 static void nfc_jni_receive_callback(void *pContext, phNfc_sData_t *data, NFCSTATUS status) function in namespace:android 78 LOG_CALLBACK("nfc_jni_receive_callback", status); 379 status = phLibNfc_RemoteDev_Receive(handle, nfc_jni_receive_callback,(void *)&cb_data);
|