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

<<1112131415161718

/system/netd/server/
H A DPhysicalNetwork.cpp22 #define LOG_TAG "Netd" macro
H A DStrictController.cpp25 #define LOG_TAG "StrictController" macro
/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/security/keystore/
H A Dpermissions.cpp17 #define LOG_TAG "keystore" macro
/system/tools/hidl/test/
H A DFooCallback.cpp2 #define LOG_TAG "hidl_test" macro
H A Dhidl_test_servers.cpp17 #define LOG_TAG "hidl_test_servers" macro
/system/vold/fs/
H A DExt4.cpp38 #define LOG_TAG "Vold" macro
H A DVfat.cpp38 #define LOG_TAG "Vold" macro
/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
45 #define info(fmt, ...) LOG_INFO(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
46 #define debug(fmt, ...) LOG_DEBUG(LOG_TAG, "%s: " fmt, __func__, ##__VA_ARGS__)
48 LOG_ERROR(LOG_TAG, "## ERROR : %s: " fmt "##", __func__, ##__VA_ARGS__)
51 LOG_ERROR(LOG_TAG, "## %s assert %s failed at line:%d ##", __func__, #s, \
/system/nfc/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c36 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__)
37 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__)
38 #define LOGI(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__)
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.c36 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__)
37 #define LOGE(format, ...) fprintf(stderr, LOG_TAG format, ##__VA_ARGS__)
38 #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
211 LOG_INFO(LOG_TAG, "%s conn_id:%d attr_mask = 0x%04x", __func__, conn_id,
/system/nfc/src/adaptation/
H A DNfcAdaptation.cpp34 #undef LOG_TAG macro
35 #define LOG_TAG "NfcAdaptation" macro
H A Dconfig.cpp26 #undef LOG_TAG macro
27 #define LOG_TAG "NfcAdaptation" macro
/system/bt/btif/src/
H A Dbtif_a2dp_control.cc20 #define LOG_TAG "bt_btif_a2dp_control" macro
H A Dbtif_ble_advertiser.cc19 #define LOG_TAG "bt_btif_ble_advertiser" macro
H A Dbtif_pan.cc28 #define LOG_TAG "bt_btif_pan" macro
422 LOG_ERROR(LOG_TAG, "btpan_tap_send eth packet size:%d is exceeded limit!",
624 LOG_VERBOSE(LOG_TAG, "%s pan connection open status: %d", __func__,
647 LOG_INFO(LOG_TAG, "%s: event = BTA_PAN_CLOSE_EVT handle %d", __func__,
H A Dbtif_sock_sdp.cc19 #define LOG_TAG "bt_btif_sock_sdp" macro
H A Dbtif_storage.cc31 #define LOG_TAG "bt_btif_storage" macro
553 LOG_ERROR(LOG_TAG,
559 LOG_ERROR(LOG_TAG, "%s: Controller ready!", __func__);
588 LOG_INFO(LOG_TAG, "%s service_mask:0x%x", __func__, service_mask);
/system/chre/apps/sensor_world/
H A Dsensor_world.cc25 #define LOG_TAG "[SensorWorld]" macro
/system/core/debuggerd/crasher/
H A Dcrasher.cpp17 #define LOG_TAG "crasher" macro
/system/core/gatekeeperd/
H A DIGateKeeperService.cpp17 #define LOG_TAG "GateKeeperService" macro

Completed in 2149 milliseconds

<<1112131415161718