Searched refs:LOG_CALLBACK (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeP2pDevice.cpp35 LOG_CALLBACK("nfc_jni_presence_check_callback", status);
48 LOG_CALLBACK("nfc_jni_connect_callback", status);
65 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
76 LOG_CALLBACK("nfc_jni_receive_callback", status);
95 LOG_CALLBACK("nfc_jni_send_callback", status);
110 LOG_CALLBACK("nfc_jni_transceive_callback", status);
H A Dcom_android_nfc_NativeNfcSecureElement.cpp39 LOG_CALLBACK("> IOCTL successful",status);
43 LOG_CALLBACK("> IOCTL error",status);
56 LOG_CALLBACK("com_android_nfc_jni_transceive_callback", status);
70 LOG_CALLBACK("com_android_nfc_jni_connect_callback", status);
82 LOG_CALLBACK("com_android_nfc_jni_disconnect_callback", status);
97 LOG_CALLBACK("SE Set Mode is Successful",status);
102 LOG_CALLBACK("SE Set Mode is failed\n ",status);
121 LOG_CALLBACK("com_android_nfc_jni_open_secure_element_notification_callback: Target deselected", status);
125 LOG_CALLBACK("com_android_nfc_jni_open_secure_element_notification_callback", status);
H A Dcom_android_nfc.h113 #define LOG_CALLBACK(funcName, status) LOG_PRI(GET_LEVEL(status), LOG_TAG, "Callback: %s() - status=0x%04x[%s]", funcName, status, nfc_jni_get_status_name(status));
116 #define LOG_CALLBACK(...) macro
H A Dcom_android_nfc_NativeLlcpSocket.cpp32 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
43 LOG_CALLBACK("nfc_jni_llcp_connect_callback", status);
92 LOG_CALLBACK("nfc_jni_llcp_receive_callback", status);
102 LOG_CALLBACK("nfc_jni_llcp_send_callback", status);
H A Dcom_android_nfc_NativeNfcTag.cpp43 LOG_CALLBACK("nfc_jni_tag_rw_callback", status);
55 LOG_CALLBACK("nfc_jni_connect_callback", status);
75 LOG_CALLBACK("nfc_jni_checkndef_callback", status);
102 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
119 LOG_CALLBACK("nfc_jni_async_disconnect_callback", status);
135 LOG_CALLBACK("nfc_jni_transceive_callback", status);
147 LOG_CALLBACK("nfc_jni_presencecheck_callback", status);
157 LOG_CALLBACK("nfc_jni_formatndef_callback", status);
167 LOG_CALLBACK("nfc_jni_readonly_callback", status);
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp31 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status);
47 LOG_CALLBACK("nfc_jni_sendTo_callback", status);
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp33 LOG_CALLBACK("nfc_jni_llcp_accept_socket_callback", status);
H A Dcom_android_nfc_NativeNfcManager.cpp113 LOG_CALLBACK("nfc_jni_ioctl_callback", status);
123 LOG_CALLBACK("nfc_jni_deinit_download_callback", status);
909 LOG_CALLBACK("nfc_jni_checkLlcp_callback", status);
918 LOG_CALLBACK("nfc_jni_llcpcfg_callback", status);
976 LOG_CALLBACK("nfc_jni_discover_callback", status);
1008 LOG_CALLBACK("nfc_jni_Discovery_notification_callback: Target deselected", status);
1020 LOG_CALLBACK("nfc_jni_Discovery_notification_callback", status);
1187 LOG_CALLBACK("nfc_jni_init_callback", status);
1197 LOG_CALLBACK("nfc_jni_deinit_callback", status);
1210 LOG_CALLBACK("nfc_jni_smartMX_setModeC
[all...]

Completed in 759 milliseconds