Home
last modified time | relevance | path

Searched refs:LOG_CALLBACK (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeP2pDevice.cpp36 LOG_CALLBACK("nfc_jni_presence_check_callback", status); in nfc_jni_presence_check_callback()
49 LOG_CALLBACK("nfc_jni_connect_callback", status); in nfc_jni_connect_callback()
66 LOG_CALLBACK("nfc_jni_disconnect_callback", status); in nfc_jni_disconnect_callback()
77 LOG_CALLBACK("nfc_jni_receive_callback", status); in nfc_jni_receive_callback()
96 LOG_CALLBACK("nfc_jni_send_callback", status); in nfc_jni_send_callback()
111 LOG_CALLBACK("nfc_jni_transceive_callback", status); in nfc_jni_transceive_callback()
Dcom_android_nfc_NativeNfcTag.cpp45 LOG_CALLBACK("nfc_jni_tag_rw_callback", status); in nfc_jni_tag_rw_callback()
57 LOG_CALLBACK("nfc_jni_connect_callback", status); in nfc_jni_connect_callback()
77 LOG_CALLBACK("nfc_jni_checkndef_callback", status); in nfc_jni_checkndef_callback()
104 LOG_CALLBACK("nfc_jni_disconnect_callback", status); in nfc_jni_disconnect_callback()
121 LOG_CALLBACK("nfc_jni_async_disconnect_callback", status); in nfc_jni_async_disconnect_callback()
137 LOG_CALLBACK("nfc_jni_transceive_callback", status); in nfc_jni_transceive_callback()
149 LOG_CALLBACK("nfc_jni_presencecheck_callback", status); in nfc_jni_presencecheck_callback()
159 LOG_CALLBACK("nfc_jni_formatndef_callback", status); in nfc_jni_formatndef_callback()
169 LOG_CALLBACK("nfc_jni_readonly_callback", status); in nfc_jni_readonly_callback()
Dcom_android_nfc_NativeNfcManager.cpp115 LOG_CALLBACK("nfc_jni_ioctl_callback", status); in nfc_jni_ioctl_callback()
125 LOG_CALLBACK("nfc_jni_deinit_download_callback", status); in nfc_jni_deinit_download_callback()
817 LOG_CALLBACK("nfc_jni_checkLlcp_callback", status); in nfc_jni_checkLlcp_callback()
826 LOG_CALLBACK("nfc_jni_llcpcfg_callback", status); in nfc_jni_llcpcfg_callback()
884 LOG_CALLBACK("nfc_jni_discover_callback", status); in nfc_jni_discover_callback()
923 LOG_CALLBACK("nfc_jni_Discovery_notification_callback: Target deselected", status); in nfc_jni_Discovery_notification_callback()
935 LOG_CALLBACK("nfc_jni_Discovery_notification_callback", status); in nfc_jni_Discovery_notification_callback()
1098 LOG_CALLBACK("nfc_jni_init_callback", status); in nfc_jni_init_callback()
1108 LOG_CALLBACK("nfc_jni_deinit_callback", status); in nfc_jni_deinit_callback()
1121 LOG_CALLBACK("nfc_jni_smartMX_setModeCb", status); in nfc_jni_smartMX_setModeCb()
[all …]
Dcom_android_nfc_NativeLlcpSocket.cpp32 LOG_CALLBACK("nfc_jni_disconnect_callback", status); in nfc_jni_disconnect_callback()
43 LOG_CALLBACK("nfc_jni_llcp_connect_callback", status); in nfc_jni_connect_callback()
92 LOG_CALLBACK("nfc_jni_llcp_receive_callback", status); in nfc_jni_receive_callback()
102 LOG_CALLBACK("nfc_jni_llcp_send_callback", status); in nfc_jni_send_callback()
Dcom_android_nfc.h124 …#define LOG_CALLBACK(funcName, status) LOG_PRI(GET_LEVEL(status), LOG_TAG, "Callback: %s() - stat…
128 #define LOG_CALLBACK(...) macro
Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp31 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status); in nfc_jni_receive_callback()
47 LOG_CALLBACK("nfc_jni_sendTo_callback", status); in nfc_jni_send_callback()
Dcom_android_nfc_NativeLlcpServiceSocket.cpp34 LOG_CALLBACK("nfc_jni_llcp_accept_socket_callback", status); in nfc_jni_llcp_accept_socket_callback()