Searched refs:LOG_TAG (Results 26 - 50 of 457) sorted by relevance

1234567891011>>

/system/libfmq/
H A DFmqInternal.cpp17 #define LOG_TAG "FMQ" macro
/system/libvintf/
H A DRuntimeInfo-host.cpp18 #define LOG_TAG "libvintf" macro
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dpacket_stream.cc17 #define LOG_TAG "packet_stream" macro
38 LOG_ERROR(LOG_TAG, "Error: receiving command header.");
43 LOG_ERROR(LOG_TAG, "Error: receiving params size.");
48 LOG_ERROR(LOG_TAG, "Error: receiving command payload.");
59 LOG_ERROR(LOG_TAG, "Error: Could not receive packet type.");
68 LOG_ERROR(LOG_TAG, "Error: Received invalid packet type.");
75 LOG_WARN(LOG_TAG, "Malformed event: 0x%04X, payload size %zu, reported %u",
80 LOG_ERROR(LOG_TAG, "Error: Could not send event type.");
85 LOG_ERROR(LOG_TAG, "Error: Could not send event header.");
90 LOG_ERROR(LOG_TAG, "Erro
[all...]
H A Ddevice_properties.cc17 #define LOG_TAG "device_properties" macro
79 LOG_INFO(LOG_TAG, "Reading controller properties from %s.",
82 LOG_ERROR(LOG_TAG, "Error reading controller properties from file.");
89 LOG_INFO(LOG_TAG,
98 LOG_INFO(LOG_TAG,
/system/bt/osi/src/
H A Dsemaphore.cc19 #define LOG_TAG "bt_osi_semaphore" macro
47 LOG_ERROR(LOG_TAG, "%s unable to allocate semaphore: %s", __func__,
68 LOG_ERROR(LOG_TAG, "%s unable to wait on semaphore: %s", __func__,
78 LOG_ERROR(LOG_TAG, "%s unable to get flags for semaphore fd: %s", __func__,
83 LOG_ERROR(LOG_TAG, "%s unable to set O_NONBLOCK for semaphore fd: %s",
93 LOG_ERROR(LOG_TAG, "%s unable to restore flags for semaphore fd: %s",
103 LOG_ERROR(LOG_TAG, "%s unable to post to semaphore: %s", __func__,
H A Dosi.cc19 #define LOG_TAG "bt_osi_rand" macro
40 LOG_ERROR(LOG_TAG, "%s can't open rand fd %s: %s ", __func__, RANDOM_PATH,
H A Dhash_map_utils.cc18 #define LOG_TAG "hash_map_utils" macro
38 LOG_VERBOSE(LOG_TAG, "%s: source string: '%s'", __func__, str);
72 if (!items) LOG_VERBOSE(LOG_TAG, "%s: no items found in string\n", __func__);
81 LOG_INFO(LOG_TAG, "key: '%s' value: '%s'\n", ptr.first.c_str(),
/system/bt/btif/src/
H A Dbtif_avrcp_audio_track.cc18 #define LOG_TAG "bt_btif_avrcp_audio_track" macro
39 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btCreateTrack freq %d channel %d ",
65 LOG_ERROR(LOG_TAG, "%s: handle is null!", __func__);
71 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
77 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
82 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
89 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
94 LOG_VERBOSE(LOG_TAG, "%s Track.cpp: btStartTrack", __func__);
108 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
113 LOG_VERBOSE(LOG_TAG, "
[all...]
H A Dbtif_profile_queue.cc27 #define LOG_TAG "bt_btif_queue" macro
101 LOG_ERROR(LOG_TAG, "%s: dropping duplicate connection request: %s",
107 LOG_INFO(LOG_TAG, "%s: adding connection request: %s", __func__,
118 LOG_INFO(LOG_TAG, "%s: removing connection request: %s", __func__,
126 LOG_INFO(LOG_TAG, "%s: UUID=%04X", __func__, uuid);
132 LOG_INFO(LOG_TAG, "%s: removing connection request: %s", __func__,
195 LOG_INFO(LOG_TAG, "%s: executing connection request: %s", __func__,
210 LOG_INFO(LOG_TAG, "%s", __func__);
H A Dbtif_a2dp_audio_interface.cc19 #define LOG_TAG "btif_a2dp_audio_interface" macro
88 LOG_INFO(LOG_TAG,"%s:start ", __func__);
115 LOG_INFO(LOG_TAG, "%s", __func__);
128 LOG_INFO(LOG_TAG, " %s: codec parameters =%d", __func__,
172 LOG_INFO(LOG_TAG, "%s: peer MTU: %d effective MTU: %d result MTU: %d",
188 LOG_INFO(LOG_TAG, "%s", __func__);
194 LOG_TAG, "%s: IBluetoothAudioOffload::getService() returned %p (%s)",
197 LOG_INFO(LOG_TAG, "%s:Init returned", __func__);
201 LOG_INFO(LOG_TAG, "%s: start", __func__);
206 LOG_INFO(LOG_TAG, "
[all...]
H A Dbtif_a2dp_sink.cc20 #define LOG_TAG "bt_btif_a2dp_sink" macro
131 LOG_INFO(LOG_TAG, "%s", __func__);
135 LOG_ERROR(LOG_TAG, "%s: A2DP Sink media task already running", __func__);
145 LOG_ERROR(LOG_TAG, "%s: unable to start up media thread", __func__);
168 LOG_INFO(LOG_TAG, "%s", __func__);
174 LOG_INFO(LOG_TAG, "%s", __func__);
181 LOG_INFO(LOG_TAG, "%s", __func__);
187 LOG_INFO(LOG_TAG, "%s: peer_address=%s", __func__,
195 LOG_INFO(LOG_TAG, "%s", __func__);
202 LOG_INFO(LOG_TAG, "
[all...]
H A Dbtif_a2dp_source.cc20 #define LOG_TAG "bt_btif_a2dp_source" macro
195 LOG_TAG,
201 LOG_ERROR(LOG_TAG,
225 LOG_INFO(LOG_TAG, "%s: message loop for thread %s started", __func__,
240 LOG_INFO(LOG_TAG, "%s: message loop for thread %s finished", __func__,
391 LOG_INFO(LOG_TAG, "%s", __func__);
401 LOG_INFO(LOG_TAG, "%s", __func__);
406 LOG_INFO(LOG_TAG, "%s", __func__);
409 LOG_ERROR(LOG_TAG, "%s: A2DP Source media task already running", __func__);
425 LOG_INFO(LOG_TAG, "
[all...]
/system/chre/host/common/include/chre_host/
H A Dlog.h20 #ifndef LOG_TAG
21 #define LOG_TAG "CHRE" macro
37 ALOG(level, LOG_TAG, format, ##__VA_ARGS__); \
/system/keymaster/contexts/
H A Dsoft_keymaster_logger.cpp22 #define LOG_TAG "SoftKeymaster" macro
48 return LOG_PRI_VA(android_log_level, LOG_TAG, fmt, args);
/system/bt/btcore/src/
H A Dmodule.cc19 #define LOG_TAG "bt_core_module" macro
65 LOG_ERROR(LOG_TAG, "%s Failed to initialize module \"%s\"", __func__,
84 LOG_INFO(LOG_TAG, "%s Starting module \"%s\"", __func__, module->name);
86 LOG_ERROR(LOG_TAG, "%s Failed to start up module \"%s\"", __func__,
90 LOG_INFO(LOG_TAG, "%s Started module \"%s\"", __func__, module->name);
104 LOG_INFO(LOG_TAG, "%s Shutting down module \"%s\"", __func__, module->name);
106 LOG_ERROR(LOG_TAG,
110 LOG_INFO(LOG_TAG, "%s Shutdown of module \"%s\" completed", __func__,
124 LOG_INFO(LOG_TAG, "%s Cleaning up module \"%s\"", __func__, module->name);
126 LOG_ERROR(LOG_TAG, "
[all...]
H A Dosi_module.cc19 #define LOG_TAG "bt_osi_module" macro
/system/bt/stack/a2dp/
H A Da2dp_aac_decoder.cc17 #define LOG_TAG "a2dp_aac_decoder" macro
73 LOG_ERROR(LOG_TAG, "%s: aacDecoder_Fill failed: 0x%x", __func__,
86 LOG_ERROR(LOG_TAG, "%s: aacDecoder_DecodeFrame failed: 0x%x", __func__,
94 LOG_ERROR(LOG_TAG, "%s: Invalid stream info", __func__);
H A Da2dp_sbc_decoder.cc17 #define LOG_TAG "a2dp_sbc_decoder" macro
48 LOG_ERROR(LOG_TAG,
67 LOG_ERROR(LOG_TAG, "%s: Empty packet", __func__);
85 LOG_ERROR(LOG_TAG, "%s: Decoding failure: %d", __func__, status);
H A Da2dp_vendor_ldac_abr.cc17 #define LOG_TAG "a2dp_vendor_ldac_abr" macro
71 LOG_ERROR(LOG_TAG, "%s: cannot open LDAC ABR library %s: %s", __func__,
81 LOG_ERROR(LOG_TAG,
91 LOG_ERROR(LOG_TAG,
101 LOG_ERROR(LOG_TAG,
111 LOG_ERROR(LOG_TAG,
121 LOG_ERROR(LOG_TAG,
H A Da2dp_aac_encoder.cc17 #define LOG_TAG "a2dp_aac_encoder" macro
166 LOG_ERROR(LOG_TAG,
200 LOG_ERROR(LOG_TAG, "%s: Cannot open AAC encoder handle: AAC error 0x%x",
208 LOG_ERROR(LOG_TAG,
222 LOG_DEBUG(LOG_TAG, "%s: sample_rate=%u bits_per_sample=%u channel_count=%u",
232 LOG_VERBOSE(LOG_TAG, "%s: original AVDTP MTU size: %d", __func__,
239 LOG_VERBOSE(LOG_TAG,
243 LOG_WARN(LOG_TAG, "%s: Restricting AVDTP MTU size from %d to %d",
255 LOG_DEBUG(LOG_TAG, "%s: MTU=%d, peer_mtu=%d", __func__,
257 LOG_DEBUG(LOG_TAG, "
[all...]
/system/core/libnativebridge/tests/
H A DNativeBridgeTest.h20 #define LOG_TAG "NativeBridge_test" macro
/system/core/libsysutils/src/
H A DFrameworkCommand.cpp17 #define LOG_TAG "FrameworkCommand" macro
/system/media/radio/src/
H A DRadioMetadataWrapper.cpp1 #define LOG_TAG "RadioMetadataWrapper" macro
/system/netd/server/
H A DDummyNetwork.cpp21 #define LOG_TAG "Netd" macro
/system/bt/hci/src/
H A Dbtsnoop_net.cc19 #define LOG_TAG "bt_snoop_net" macro
59 LOG_ERROR(LOG_TAG, "%s pthread_create failed: %s", __func__,
99 LOG_ERROR(LOG_TAG, "%s socket creation failed: %s", __func__,
106 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__,
116 LOG_ERROR(LOG_TAG, "%s unable to bind listen socket: %s", __func__,
122 LOG_ERROR(LOG_TAG, "%s unable to listen: %s", __func__, strerror(errno));
133 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__,

Completed in 390 milliseconds

1234567891011>>