Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 20 of 20) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
Duserial.c177 ALOGW( "read() returned 0!" ); in select_read()
183 ALOGW( "select() Failed"); in select_read()
185 ALOGW( "Got a select() TIMEOUT"); in select_read()
232 ALOGW("userial_read_thread() failed to gain buffers"); in userial_read_thread()
245 ALOGW("select_read return size <=0:%d, exiting userial_read_thread",\ in userial_read_thread()
394 ALOGW("%s Already closed userial reader thread", __func__); in userial_close_reader()
Duserial_mct.c190 ALOGW( "select() Failed"); in userial_read_thread()
192 ALOGW( "Got a select() TIMEOUT"); in userial_read_thread()
305 ALOGW( "userial_read: read() returned %d!", ret); in userial_read()
345 ALOGW("%s Already closed userial reader thread", __func__); in userial_close_reader()
Dbt_hci_bdroid.c212 ALOGW("%s (event: 0x%x, sub_event: 0x%x) not supported", __func__, event, sub_event); in event_tx_cmd()
357 ALOGW("init has been called repeatedly without calling cleanup ?"); in init()
460 ALOGW("%s Already cleaned up for this session\n", __func__); in cleanup()
Dbtsnoop_net.c112 ALOGW("%s error accepting socket: %s", __func__, strerror(errno)); in listen_fn_()
Dlpm.c286 ALOGW("Still busy on processing prior LPM enable/disable request..."); in lpm_enable()
Dhci_h4.c372 ALOGW("H4 - dropping incomplete ACL frame"); in acl_rx_frame_buffer_alloc()
Dhci_mct.c368 ALOGW("dropping incomplete ACL frame"); in acl_rx_frame_buffer_alloc()
/external/bluetooth/bluedroid/utils/src/
Dbt_utils.c137 ALOGW("failed to change sched policy, tid %d, err: %d", tid, errno); in raise_priority_a2dp()
148 ALOGW("failed to change priority tid: %d to %d", tid, priority); in raise_priority_a2dp()
175 ALOGW("failed to change priority tid: %d to %d", tid, priority); in adjust_priority_a2dp()
/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c256 ALOGW("dropped byte %d", i); in apply_errors()
260 ALOGW("corrupted byte %d", i); in apply_errors()
347 ALOGW("timeout!"); in phDal4Nfc_uart_read()
/external/libnfc-nxp/src/
DphLlcNfc_Interface.c789 ALOGW("LLC bad crc"); in phLlcNfc_RdResp_Cb()
886 ALOGW("bad LLC length byte %x\n", *(pCompInfo->buffer)); in phLlcNfc_RdResp_Cb()
898 ALOGW("unknown LLC error1"); in phLlcNfc_RdResp_Cb()
922 ALOGW("LLC length mis-match\n"); in phLlcNfc_RdResp_Cb()
934 ALOGW("unknown LLC error2"); in phLlcNfc_RdResp_Cb()
DphLibNfc.c885 ALOGW("Firmware image not available: this device might be running old NFC firmware!"); in phLibNfc_Mgt_GetstackCapabilities()
DphHciNfc_DevMgmt.c1373 ALOGW("Your NFC controller is kinda hosed, take it to npelly@ to fix"); in phHciNfc_Recv_DevMgmt_Event()
/external/chromium_org/third_party/hwcplus/include/log/
Dlog.h132 #ifndef ALOGW
133 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) macro
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
Dplatform_android.c661 #ifndef ALOGW
662 #define ALOGW LOGW macro
682 ALOGW("%s", msg); in droid_log()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c661 #ifndef ALOGW
662 #define ALOGW LOGW macro
682 ALOGW("%s", msg); in droid_log()
/external/jhead/
Dgpsinfo.c281 ALOGW("Unsupported encoding for GPSProcessingMethod"); in ProcessGpsInfo()
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_server.c59 ALOGW("%s: BTGATT not initialized", __FUNCTION__);\
Dbtif_config_util.cpp50 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARG…
Dbtif_dm.c1067 ALOGW("%s:skip SDP", in btif_dm_auth_cmpl_evt()
1075 ALOGW("%s: Incoming HID Connection",__FUNCTION__); in btif_dm_auth_cmpl_evt()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1697 ALOGW("BCM2079x: retrying reset, attempt %d/%d", numTries, NUM_RESET_ATTEMPTS); in USERIAL_PowerupDevice()