Searched defs:LOG_TAG (Results 126 - 150 of 430) sorted by relevance

1234567891011>>

/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/netd/server/
H A DNetwork.cpp19 #define LOG_TAG "Netd" macro
/system/nfc/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp24 #define LOG_TAG "NfcNciHal" macro
H A Dspdhelper.cpp19 #define LOG_TAG "NfcNciHal" macro
/system/nvram/core/include/nvram/core/
H A Dlogger.h33 #define LOG_TAG "NVRAM" macro
44 LOG_PRI(NVRAM_ANDROID_LOG_PRI_##level, LOG_TAG, fmt, ##__VA_ARGS__)
/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_gatt_client.cc27 #define LOG_TAG "bt_btif_gattc" macro
80 LOG_WARN(LOG_TAG, "%s: BTGATT not initialized", __func__); \
83 LOG_VERBOSE(LOG_TAG, "%s", __func__); \
99 LOG_VERBOSE(LOG_TAG, "%s: Event %d", __func__, event);
164 LOG_DEBUG(LOG_TAG, "BTA_GATTC_ACL_EVT: status = %d", p_data->status);
197 LOG_ERROR(LOG_TAG, "%s: Unhandled event (%d)!", __func__, event);
H A Dbtif_mce.cc29 #define LOG_TAG "bt_btif_mce" macro
H A Dbtif_profile_queue.cc27 #define LOG_TAG "bt_btif_queue" macro
80 LOG_INFO(LOG_TAG, "%s dropping duplicate connect request for uuid: %04x",
H A Dbtif_sdp.cc29 #define LOG_TAG "bt_btif_sdp" macro
H A Dbtif_sock.cc19 #define LOG_TAG "bt_btif_sock" macro
67 LOG_ERROR(LOG_TAG, "%s unable to create btsock_thread.", __func__);
73 LOG_ERROR(LOG_TAG, "%s error initializing RFCOMM sockets: %d", __func__,
80 LOG_ERROR(LOG_TAG, "%s error initializing L2CAP sockets: %d", __func__,
87 LOG_ERROR(LOG_TAG, "%s error creating new thread.", __func__);
94 LOG_ERROR(LOG_TAG, "%s error initializing SCO sockets: %d", __func__,
149 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__,
183 LOG_ERROR(LOG_TAG, "%s unknown/unsupported socket type: %d", __func__,
H A Dstack_manager.cc19 #define LOG_TAG "bt_stack_manager" macro
100 LOG_INFO(LOG_TAG, "%s is initializing the stack", __func__);
103 LOG_INFO(LOG_TAG, "%s found the stack already in initialized state",
117 LOG_INFO(LOG_TAG, "%s finished", __func__);
124 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.",
134 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__);
140 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__);
149 LOG_ERROR(LOG_TAG, "%s failed to start up the stack", __func__);
156 LOG_INFO(LOG_TAG, "%s finished", __func__);
163 LOG_INFO(LOG_TAG, "
[all...]
/system/bt/device/src/
H A Dinterop.cc19 #define LOG_TAG "bt_device_interop" macro
54 LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s.",
/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__,
H A Dhci_layer_android.cc19 #define LOG_TAG "bt_hci" macro
101 LOG_INFO(LOG_TAG, "%s", __func__);
106 LOG_INFO(LOG_TAG, "%s: IBluetoothHci::getService() returned %p (%s)",
137 LOG_ERROR(LOG_TAG, "Unknown packet type (%d)", event);
144 LOG_ERROR(LOG_TAG, "%s unable to rename '%s' to '%s': %s", __func__,
153 LOG_ERROR(LOG_TAG, "%s unable to open '%s': %s", __func__, LOG_PATH,
/system/bt/main/
H A Dbte_logmsg.cc19 #define LOG_TAG "bt_bte" macro
219 LOG_INFO(LOG_TAG, "using compile default trace settings");
H A Dstack_config.cc19 #define LOG_TAG "bt_stack_config" macro
48 LOG_INFO(LOG_TAG, "%s attempt to load stack conf from %s", __func__, path);
52 LOG_INFO(LOG_TAG, "%s file >%s< not found", __func__, path);
/system/bt/osi/src/
H A Darray.cc19 #define LOG_TAG "bt_osi_array" macro
84 LOG_ERROR(LOG_TAG,
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0.sim" macro
/system/bt/utils/src/
H A Dbt_utils.cc28 #define LOG_TAG "bt_utils" macro
138 LOG_WARN(LOG_TAG, "failed to change sched policy, tid %d, err: %d", tid,
150 LOG_ERROR(LOG_TAG,
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dpacket.cc17 #define LOG_TAG "packet" macro
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 Dtest_channel_transport.cc17 #define LOG_TAG "test_channel_transport" macro
40 LOG_INFO(LOG_TAG, "Error creating socket for test channel.");
44 LOG_INFO(LOG_TAG, "port: %d", port);
51 LOG_INFO(LOG_TAG, "Error binding test channel listener socket to address.");
57 LOG_INFO(LOG_TAG, "Error listening for test channel.");
69 LOG_ERROR(LOG_TAG, "Error closing listen_fd_.");
84 LOG_INFO(LOG_TAG, "Error accepting test channel connection errno=%d (%s).",
88 LOG_ERROR(LOG_TAG, "Closing listen_fd_ (won't try again).");
94 LOG_INFO(LOG_TAG, "accept_fd = %d.", accept_fd);
107 LOG_INFO(LOG_TAG, "Receive
[all...]
/system/chre/apps/wifi_world/
H A Dwifi_world.cc24 #define LOG_TAG "[WifiWorld]" macro

Completed in 1173 milliseconds

1234567891011>>