Searched refs:LOG_TAG (Results 251 - 275 of 457) sorted by relevance

<<111213141516171819

/system/media/audio_utils/tests/
H A Dpower_tests.cpp18 #define LOG_TAG "audio_utils_power_tests" macro
/system/netd/server/
H A DNetdConstants.cpp28 #define LOG_TAG "Netd" macro
H A DNetlinkCommands.cpp24 #define LOG_TAG "Netd" macro
H A DNetlinkListener.cpp17 #define LOG_TAG "NetlinkListener" macro
H A DNetlinkManager.cpp30 #define LOG_TAG "Netd" macro
H A DPhysicalNetwork.cpp22 #define LOG_TAG "Netd" macro
H A DStrictController.cpp25 #define LOG_TAG "StrictController" macro
H A Dmain.cpp29 #define LOG_TAG "Netd" macro
/system/netd/server/dns/
H A DDnsTlsDispatcher.cpp17 #define LOG_TAG "DnsTlsDispatcher" macro
H A DDnsTlsQueryMap.cpp17 #define LOG_TAG "DnsTlsQueryMap" macro
H A DDnsTlsTransport.cpp17 #define LOG_TAG "DnsTlsTransport" macro
/system/netd/tests/benchmarks/
H A Ddns_benchmark.cpp17 #define LOG_TAG "dns_benchmark" macro
/system/netd/tests/dns_responder/
H A Ddns_responder_client.cpp17 #define LOG_TAG "dns_responder_client" macro
/system/security/keystore/
H A Dkeystore_utils.cpp17 #define LOG_TAG "keystore" macro
H A Doperation.cpp16 #define LOG_TAG "KeystoreOperation" macro
H A Dpermissions.cpp17 #define LOG_TAG "keystore" macro
/system/tools/hidl/test/hidl_test/
H A DFooCallback.cpp2 #define LOG_TAG "hidl_test" macro
/system/vold/fs/
H A DExt4.cpp38 #define LOG_TAG "Vold" macro
/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp17 #define LOG_TAG "DEBUG" macro
93 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, buf);
/system/extras/memtrack/
H A Dmemtrack.cpp16 #define LOG_TAG "MemTracker" macro
272 LOG_TAG);
/system/bt/stack/rfcomm/
H A Dport_api.cc25 #define LOG_TAG "bt_port_api" macro
46 #define info(fmt, ...) LOG_INFO(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
47 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
49 LOG_ERROR(LOG_TAG, "## ERROR : %s: " fmt "##", __func__, ##__VA_ARGS__)
52 LOG_ERROR(LOG_TAG, "## %s assert %s failed at line:%d ##", __func__, #s, \
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__)
36 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__)
37 #define LOGI(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__)
/system/bt/stack/srvc/
H A Dsrvc_dis.cc19 #define LOG_TAG "bt_srvc" macro
200 LOG_INFO(LOG_TAG, "%s conn_id:%d attr_mask = 0x%04x", __func__, conn_id,
/system/core/base/include/android-base/
H A Dlogging.h47 // Code can choose a specific log tag by defining LOG_TAG
70 // Note: DO NOT USE DIRECTLY. Use LOG_TAG instead.
74 #ifdef LOG_TAG
75 #define _LOG_TAG_INTERNAL LOG_TAG
/system/bt/btif/src/
H A Dbtif_a2dp_control.cc20 #define LOG_TAG "bt_btif_a2dp_control" macro

Completed in 917 milliseconds

<<111213141516171819