Searched refs:LOG_TAG (Results 101 - 125 of 457) sorted by relevance

1234567891011>>

/system/bt/hci/src/
H A Dhci_inject.cc19 #define LOG_TAG "bt_hci_inject" macro
122 LOG_ERROR(LOG_TAG, "%s unsupported packet type: %d", __func__, packet);
139 LOG_ERROR(LOG_TAG, "%s unable to add client to list.", __func__);
183 LOG_ERROR(LOG_TAG, "%s dropping injected packet of length %zu", __func__,
/system/bt/osi/src/
H A Dalarm.cc21 #define LOG_TAG "bt_osi_alarm" macro
323 LOG_ERROR(LOG_TAG, "%s unable to allocate alarm list.", __func__);
335 LOG_ERROR(LOG_TAG, "%s unable to create alarm expired semaphore", __func__);
342 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks thread.",
349 LOG_ERROR(LOG_TAG, "%s unable to create default alarm callbacks queue.",
359 LOG_ERROR(LOG_TAG, "%s unable to create alarm callback thread.", __func__);
395 LOG_ERROR(LOG_TAG, "%s unable to get current time: %s", __func__,
477 LOG_ERROR(LOG_TAG, "%s unable to acquire wake lock", __func__);
511 LOG_ERROR(LOG_TAG, "%s unable to set wakeup timer: %s", __func__,
523 LOG_ERROR(LOG_TAG, "
[all...]
H A Dsocket.cc19 #define LOG_TAG "bt_osi_socket" macro
57 LOG_ERROR(LOG_TAG, "%s unable to create socket: %s", __func__,
64 LOG_ERROR(LOG_TAG, "%s unable to set SO_REUSEADDR: %s", __func__,
102 LOG_ERROR(LOG_TAG, "%s unable to bind socket to port %u: %s", __func__,
108 LOG_ERROR(LOG_TAG, "%s unable to listen on port %u: %s", __func__, port,
122 LOG_ERROR(LOG_TAG, "%s unable to accept socket: %s", __func__,
/system/bt/stack/a2dp/
H A Da2dp_vendor_aptx.cc24 #define LOG_TAG "a2dp_vendor_aptx" macro
202 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status);
208 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
210 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
245 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
251 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
268 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
274 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
296 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
313 LOG_ERROR(LOG_TAG, "
[all...]
H A Da2dp_vendor_aptx_hd.cc24 #define LOG_TAG "a2dp_vendor_aptx_hd" macro
220 LOG_ERROR(LOG_TAG, "%s: parsing failed %d", __func__, status);
226 LOG_VERBOSE(LOG_TAG, "%s: FREQ peer: 0x%x, capability 0x%x", __func__,
228 LOG_VERBOSE(LOG_TAG, "%s: CH_MODE peer: 0x%x, capability 0x%x", __func__,
259 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
265 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
282 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
288 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
311 LOG_ERROR(LOG_TAG, "%s: cannot decode codec information: %d", __func__,
329 LOG_ERROR(LOG_TAG, "
[all...]
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dbeacon_swarm.cc17 #define LOG_TAG "beacon_swarm" macro
H A Dcommand_packet.cc17 #define LOG_TAG "command_packet" macro
H A Ddevice.cc17 #define LOG_TAG "device" macro
H A Dkeyboard.cc17 #define LOG_TAG "keyboard" macro
/system/chre/util/include/chre/util/nanoapp/
H A Dlog.h22 * Logging macros for nanoapps. These macros allow injecting a LOG_TAG and
26 * The typical format for the LOG_TAG macro is: "[AppName]"
47 chreLog(level, LOG_TAG " " fmt, ##__VA_ARGS__); \
/system/chre/util/nanoapp/
H A Ddebug.cc25 #define LOG_TAG "[DEBUG]" macro
/system/core/libsuspend/
H A Dautosuspend.c17 #define LOG_TAG "libsuspend" macro
/system/core/libsysutils/src/
H A DFrameworkClient.cpp17 #define LOG_TAG "FrameworkClient" macro
H A DNetlinkListener.cpp17 #define LOG_TAG "NetlinkListener" macro
/system/core/trusty/libtrusty/
H A Dtrusty.c17 #define LOG_TAG "libtrusty" macro
/system/libhidl/libhidlcache/
H A Dmapping.cpp16 #define LOG_TAG "libhidlmemory" macro
/system/media/audio_utils/
H A DErrorLog.cpp18 #define LOG_TAG "audio_utils_ErrorLog" macro
/system/media/audio_utils/spdif/
H A DBitFieldParser.cpp17 #define LOG_TAG "AudioSPDIF" macro
H A DFrameScanner.cpp17 #define LOG_TAG "AudioSPDIF" macro
/system/netd/server/
H A DLocalNetwork.cpp21 #define LOG_TAG "Netd" macro
/system/bt/btif/src/
H A Dbluetooth.cc27 #define LOG_TAG "bt_btif" macro
142 LOG_INFO(LOG_TAG, "%s", __func__);
157 LOG_INFO(LOG_TAG, "%s: start restricted = %d", __func__, start_restricted);
338 LOG_INFO(LOG_TAG, "%s: id = %s", __func__, profile_id);
392 LOG_INFO(LOG_TAG, "%s", __func__);
401 LOG_INFO(LOG_TAG, "%s", __func__);
410 LOG_INFO(LOG_TAG, "%s", __func__);
424 LOG_INFO(LOG_TAG, "%s", __func__);
H A Dbtif_core.cc29 #define LOG_TAG "bt_btif_core" macro
335 LOG_INFO(LOG_TAG, "%s entered", __func__);
360 LOG_INFO(LOG_TAG, "%s finished", __func__);
372 LOG_INFO(LOG_TAG, "%s entered", __func__);
378 LOG_ERROR(LOG_TAG, "%s Unable to create thread %s", __func__,
385 LOG_INFO(LOG_TAG, "%s finished", __func__);
408 LOG_INFO(LOG_TAG, "%s entered: status %d", __func__, status);
464 LOG_INFO(LOG_TAG, "%s finished", __func__);
479 LOG_INFO(LOG_TAG, "%s entered", __func__);
491 LOG_INFO(LOG_TAG, "
[all...]
/system/core/healthd/
H A DHealthServiceHealthd.cpp17 #define LOG_TAG "healthd" macro
69 LOG(INFO) << LOG_TAG << ": redirecting calls to 1.0 health HAL";
/system/netd/netutils_wrappers/
H A DNetUtilsWrapper-1.0.cpp28 #define LOG_TAG "NetUtilsWrapper" macro
98 fprintf(stderr, LOG_TAG ": Unexpected command: %s\n", fullCmd.c_str());
/system/bt/main/
H A Dbte_logmsg.cc19 #define LOG_TAG "bt_bte" macro
193 LOG_INFO(LOG_TAG, "BTE_InitTraceLevels -- %s : Level %d",
202 LOG_INFO(LOG_TAG, "using compile default trace settings");

Completed in 300 milliseconds

1234567891011>>