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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 39 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);
com_android_nfc_NativeP2pDevice.cpp 36 LOG_CALLBACK("nfc_jni_presence_check_callback", status);
49 LOG_CALLBACK("nfc_jni_connect_callback", status);
66 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
77 LOG_CALLBACK("nfc_jni_receive_callback", status);
96 LOG_CALLBACK("nfc_jni_send_callback", status);
111 LOG_CALLBACK("nfc_jni_transceive_callback", status);
com_android_nfc.h 124 #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));
128 #define LOG_CALLBACK(...)
com_android_nfc_NativeLlcpSocket.cpp 32 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);
com_android_nfc_NativeNfcTag.cpp 45 LOG_CALLBACK("nfc_jni_tag_rw_callback", status);
57 LOG_CALLBACK("nfc_jni_connect_callback", status);
77 LOG_CALLBACK("nfc_jni_checkndef_callback", status);
104 LOG_CALLBACK("nfc_jni_disconnect_callback", status);
121 LOG_CALLBACK("nfc_jni_async_disconnect_callback", status);
137 LOG_CALLBACK("nfc_jni_transceive_callback", status);
149 LOG_CALLBACK("nfc_jni_presencecheck_callback", status);
159 LOG_CALLBACK("nfc_jni_formatndef_callback", status);
169 LOG_CALLBACK("nfc_jni_readonly_callback", status);
    [all...]
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 31 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status);
47 LOG_CALLBACK("nfc_jni_sendTo_callback", status);