/packages/apps/Nfc/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 | 35 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);
|
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.h | 113 #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(...)
|
com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 31 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status); 47 LOG_CALLBACK("nfc_jni_sendTo_callback", status);
|
com_android_nfc_NativeNfcTag.cpp | 43 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); [all...] |
com_android_nfc_NativeNfcManager.cpp | 209 LOG_CALLBACK("nfc_jni_ioctl_callback", status); 219 LOG_CALLBACK("nfc_jni_deinit_download_callback", status); 947 LOG_CALLBACK("nfc_jni_checkLlcp_callback", status); 956 LOG_CALLBACK("nfc_jni_llcpcfg_callback", status); 1014 LOG_CALLBACK("nfc_jni_discover_callback", status); [all...] |
com_android_nfc_NativeLlcpServiceSocket.cpp | 33 LOG_CALLBACK("nfc_jni_llcp_accept_socket_callback", status);
|
/external/libvpx/nestegg/test/ |
test.c | 41 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) function 105 r = nestegg_init(&ctx, io, log_callback);
|
/external/dbus/bus/ |
selinux.c | 76 static void log_callback (const char *fmt, ...); 93 .func_log = log_callback, 144 log_callback (const char *fmt, ...) function
|