HomeSort by relevance Sort by last modified time
    Searched full:log_callback (Results 1 - 10 of 10) 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_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 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_NativeLlcpConnectionlessSocket.cpp 31 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status);
47 LOG_CALLBACK("nfc_jni_sendTo_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_NativeNfcManager.cpp 116 LOG_CALLBACK("nfc_jni_ioctl_callback", status);
126 LOG_CALLBACK("nfc_jni_deinit_download_callback", status);
818 LOG_CALLBACK("nfc_jni_checkLlcp_callback", status);
827 LOG_CALLBACK("nfc_jni_llcpcfg_callback", status);
885 LOG_CALLBACK("nfc_jni_discover_callback", status);
924 LOG_CALLBACK("nfc_jni_Discovery_notification_callback: Target deselected", status);
936 LOG_CALLBACK("nfc_jni_Discovery_notification_callback", status);
    [all...]
com_android_nfc_NativeLlcpServiceSocket.cpp 34 LOG_CALLBACK("nfc_jni_llcp_accept_socket_callback", status);
  /external/libvpx/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);
  /frameworks/base/core/jni/
android_os_SELinux.cpp 444 static int log_callback(int type, const char *fmt, ...) { function in namespace:android
454 cb.func_log = log_callback;

Completed in 2730 milliseconds