Searched defs:LOG_TAG (Results 176 - 200 of 430) sorted by relevance

1234567891011>>

/system/netd/tests/benchmarks/
H A Ddns_benchmark.cpp17 #define LOG_TAG "dns_benchmark" macro
/system/nfc/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp19 #define LOG_TAG "NfcNciHal" macro
/system/nfc/halimpl/bcm2079x/
H A Dnfc_nci.c19 #define LOG_TAG "NfcNciHal" macro
/system/nfc/halimpl/pn54x/
H A Dnfc_nci.c17 #define LOG_TAG "NxpNfcNciHal" macro
/system/tools/hidl/test/
H A DFooCallback.cpp2 #define LOG_TAG "hidl_test" macro
/system/vold/fs/
H A DVfat.cpp38 #define LOG_TAG "Vold" macro
/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...]
/system/bt/btif/src/
H A Dbtif_gatt_test.cc19 #define LOG_TAG "bt_btif_gatt" macro
94 LOG_DEBUG(LOG_TAG, "%s: conn_id=%d, connected=%d", __func__, conn_id,
102 LOG_DEBUG(LOG_TAG, "%s: op_code=0x%02x, conn_id=0x%x. status=0x%x", __func__,
118 LOG_DEBUG(LOG_TAG, "%s: Unknown op_code (0x%02x)", __func__, op);
128 LOG_DEBUG(LOG_TAG, "------ GATT Discovery result %-22s -------",
130 LOG_DEBUG(LOG_TAG, " Attribute handle: 0x%04x (%d)", p_data->handle,
134 LOG_DEBUG(LOG_TAG, " Attribute type: %s",
140 LOG_DEBUG(LOG_TAG, " Handle range: 0x%04x ~ 0x%04x (%d ~ %d)",
143 LOG_DEBUG(LOG_TAG, " Service UUID: %s",
149 LOG_DEBUG(LOG_TAG, " Handl
[all...]
H A Dbtif_gatt_util.cc19 #define LOG_TAG "bt_btif_gatt" macro
95 LOG_ERROR(LOG_TAG, "%s: Unknown UUID length %d!", __func__, p_dest->len);
167 LOG_ERROR(LOG_TAG, "%s: Unknown UUID length %d!", __func__, p_src->len);
197 LOG_INFO(LOG_TAG, "%s len = %d ", __func__, p_src->len);
H A Dbtif_sock_sco.cc19 #define LOG_TAG "bt_btif_sock_sco" macro
141 LOG_ERROR(LOG_TAG, "%s unable to allocate socket pair: %s", __func__,
148 LOG_ERROR(LOG_TAG, "%s unable to allocate new SCO socket.", __func__);
157 LOG_ERROR(LOG_TAG, "%s unable to create SCO socket: %d", __func__, status);
163 LOG_ERROR(LOG_TAG, "%s unable to allocate socket from file descriptor %d.",
229 LOG_ERROR(LOG_TAG, "%s unable to find sco_socket for handle: %hu", __func__,
236 LOG_TAG,
244 LOG_ERROR(LOG_TAG, "%s unable to allocate new sco_socket.", __func__);
262 LOG_ERROR(LOG_TAG,
283 LOG_ERROR(LOG_TAG, "
[all...]
H A Dbtif_sock_util.cc19 #define LOG_TAG "bt_btif_sock" macro
169 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump started {", title, size);
184 LOG_DEBUG(LOG_TAG, "%s", line_buff);
203 LOG_DEBUG(LOG_TAG, "%s", line_buff);
230 LOG_DEBUG(LOG_TAG, "%s", line_buff);
232 LOG_DEBUG(LOG_TAG, "%s, size:%d, dump ended }", title, size);
/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 Dallocation_tracker.cc19 #define LOG_TAG "bt_osi_allocation_tracker" macro
59 LOG_DEBUG(LOG_TAG, "canary initialized");
91 LOG_ERROR(LOG_TAG,
H A Dreactor.cc19 #define LOG_TAG "bt_osi_reactor" macro
77 LOG_ERROR(LOG_TAG, "%s unable to create epoll instance: %s", __func__,
84 LOG_ERROR(LOG_TAG, "%s unable to create eventfd: %s", __func__,
92 LOG_ERROR(LOG_TAG, "%s unable to allocate object invalidation list.",
102 LOG_ERROR(LOG_TAG, "%s unable to register eventfd with epoll set: %s",
162 LOG_ERROR(LOG_TAG, "%s unable to register fd %d to epoll set: %s", __func__,
185 LOG_ERROR(LOG_TAG, "%s unable to modify interest set for fd %d: %s",
203 LOG_ERROR(LOG_TAG, "%s unable to unregister fd %d from epoll set: %s",
250 LOG_ERROR(LOG_TAG, "%s error in epoll_wait: %s", __func__,
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__,
H A Dthread.cc19 #define LOG_TAG "bt_osi_thread" macro
153 LOG_ERROR(LOG_TAG,
170 LOG_ERROR(LOG_TAG,
203 LOG_ERROR(LOG_TAG, "%s unable to set thread name: %s", __func__,
211 LOG_INFO(LOG_TAG, "%s: thread id %d, thread name %s started", __func__,
239 LOG_DEBUG(LOG_TAG, "%s growing event queue on shutdown.", __func__);
241 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s exited", __func__,
/system/bt/stack/a2dp/
H A Da2dp_api.cc25 #define LOG_TAG "a2dp_api" macro
65 LOG_VERBOSE(LOG_TAG, "%s: status: %d", __func__, status);
100 LOG_VERBOSE(LOG_TAG, "avdt_version: 0x%x", a2dp_svc.avdt_version);
173 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid);
275 LOG_VERBOSE(LOG_TAG, "%s: uuid: 0x%x", __func__, service_uuid);
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,
/system/chre/apps/imu_cal/
H A Dimu_cal.cc25 #define LOG_TAG "[ImuCal]" macro
/system/chre/apps/sensor_world/
H A Dsensor_world.cc25 #define LOG_TAG "[SensorWorld]" macro
/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp17 #define LOG_TAG "DEBUG" macro
69 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_FATAL, LOG_TAG, buf);
/system/core/libcutils/
H A Dfs.c17 #define LOG_TAG "cutils" macro
H A Dproperties.cpp17 #define LOG_TAG "properties" macro
H A Dqtaguid.c19 #define LOG_TAG "qtaguid" macro
H A Dtrace-dev.c17 #define LOG_TAG "cutils-trace" macro

Completed in 9058 milliseconds

1234567891011>>