/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeP2pDevice.cpp | 37 LOG_CALLBACK("nfc_jni_presence_check_callback", status); 50 LOG_CALLBACK("nfc_jni_connect_callback", status); 67 LOG_CALLBACK("nfc_jni_disconnect_callback", status); 78 LOG_CALLBACK("nfc_jni_receive_callback", status); 97 LOG_CALLBACK("nfc_jni_send_callback", status); 112 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 | 32 LOG_CALLBACK("nfc_jni_receiveFrom_callback", status); 48 LOG_CALLBACK("nfc_jni_sendTo_callback", status);
|
com_android_nfc_NativeNfcTag.cpp | 46 LOG_CALLBACK("nfc_jni_tag_rw_callback", status); 58 LOG_CALLBACK("nfc_jni_connect_callback", status); 78 LOG_CALLBACK("nfc_jni_checkndef_callback", status); 105 LOG_CALLBACK("nfc_jni_disconnect_callback", status); 122 LOG_CALLBACK("nfc_jni_async_disconnect_callback", status); 138 LOG_CALLBACK("nfc_jni_transceive_callback", status); 150 LOG_CALLBACK("nfc_jni_presencecheck_callback", status); 160 LOG_CALLBACK("nfc_jni_formatndef_callback", status); 170 LOG_CALLBACK("nfc_jni_readonly_callback", status); [all...] |
com_android_nfc_NativeNfcManager.cpp | 115 LOG_CALLBACK("nfc_jni_ioctl_callback", status); 125 LOG_CALLBACK("nfc_jni_deinit_download_callback", status); 817 LOG_CALLBACK("nfc_jni_checkLlcp_callback", status); 826 LOG_CALLBACK("nfc_jni_llcpcfg_callback", status); 884 LOG_CALLBACK("nfc_jni_discover_callback", status); 923 LOG_CALLBACK("nfc_jni_Discovery_notification_callback: Target deselected", status); 935 LOG_CALLBACK("nfc_jni_Discovery_notification_callback", status); [all...] |
com_android_nfc_NativeLlcpServiceSocket.cpp | 35 LOG_CALLBACK("nfc_jni_llcp_accept_socket_callback", status);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
test.c | 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) function 107 r = nestegg_init(&ctx, io, log_callback, -1);
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 337 static int log_callback(int type, const char *fmt, ...) { function in namespace:android 360 cb.func_log = log_callback;
|
/external/vulkan-validation-layers/layers/ |
vk_layer_logging.h | 241 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject, function
|
vk_layer_utils.cpp | [all...] |
/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
|
/frameworks/native/cmds/installd/ |
installd.cpp | 677 static int log_callback(int type, const char *fmt, ...) { function in namespace:android::installd 711 cb.func_log = log_callback;
|
otapreopt.cpp | 836 static int log_callback(int type, const char *fmt, ...) { function in namespace:android::installd 869 cb.func_log = log_callback;
|