Home
last modified time | relevance | path

Searched refs:ALOGI (Results 1 – 25 of 171) sorted by relevance

1234567

/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_rome.c135 ALOGI("%s: Received HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
137 ALOGI("%s: Failed to receive HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
142 ALOGI("%s: Parameter Length: 0x%x", __FUNCTION__, paramlen = rsp[EVT_PLEN]); in get_vs_hci_event()
143 ALOGI("%s: Command response: 0x%x", __FUNCTION__, rsp[CMD_RSP_OFFSET]); in get_vs_hci_event()
144 ALOGI("%s: Response type : 0x%x", __FUNCTION__, rsp[RSP_TYPE_OFFSET]); in get_vs_hci_event()
150 ALOGI("%s: Command Request Response", __FUNCTION__); in get_vs_hci_event()
155 ALOGI("\t Current Product ID\t\t: 0x%08x", in get_vs_hci_event()
162 ALOGI("\t Current Patch Version\t\t: 0x%04x", in get_vs_hci_event()
167 ALOGI("\t Current ROM Build Version\t: 0x%04x", rome_ver = in get_vs_hci_event()
174 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event()
[all …]
Dbt_vendor_qcom.c205 ALOGI("bt-vendor : get_bt_soc_type"); in get_bt_soc_type()
209 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in get_bt_soc_type()
217 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in get_bt_soc_type()
289 ALOGI("%s: hci_filter has been stopped already", __func__); in stop_hci_filter()
306 ALOGI("%s: hci_filter has been started already", __func__); in start_hci_filter()
346 ALOGI("bt_powerup: %c", on); in bt_powerup()
356 ALOGI("ro.rfkilldisabled : %s", disable); in bt_powerup()
432 ALOGI("External LDO has been configured"); in bt_powerup()
463 ALOGI("%s: BT_VND_PWR_ON\n", __func__); in bt_powerup()
473 ALOGI("%s: BT_VND_PWR_OFF\n", __func__); in bt_powerup()
[all …]
Dhw_ar3k.c108 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in is_bt_soc_ath()
112 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in is_bt_soc_ath()
405 ALOGI("Failed to write change baud rate command"); in set_cntrlr_baud()
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version); in ath_ps_download()
1047 ALOGI(" %s ", __FUNCTION__); in ath3k_init()
1059 ALOGI("TIOCMGET failed in init\n"); in ath3k_init()
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n"); in ath3k_init()
1070 ALOGI("set_cntrlr_baud : ret:%d \n", err); in ath3k_init()
1076 ALOGI("Can't set required baud rate"); in ath3k_init()
1083 ALOGI("Failed to Download configuration"); in ath3k_init()
[all …]
Dhci_uart.c47 #define VNDUSERIALDBG(param, ...) {ALOGI(param, ## __VA_ARGS__);}
168 ALOGI( "%s: Current Baudrate = %d bps", __FUNCTION__, baud_rate); in userial_tcio_baud_to_int()
276 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open()
306 ALOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
332 ALOGI("device fd = %d close", vnd_userial.fd); in userial_vendor_close()
414 ALOGI("## userial_vendor_ioctl: UART Flow On "); in userial_vendor_ioctl()
420 ALOGI("## userial_vendor_ioctl: UART Flow Off "); in userial_vendor_ioctl()
469 ALOGI("%s: Wait for Command Compete Event from SOC", __FUNCTION__); in read_hci_event()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_rome.c133 ALOGI("%s: Received HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
135 ALOGI("%s: Failed to receive HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
140 ALOGI("%s: length 0x%x resp 0x%x type 0x%x", __FUNCTION__, paramlen = rsp[EVT_PLEN], in get_vs_hci_event()
152 ALOGI("\t Current Product ID\t\t: 0x%08x", in get_vs_hci_event()
159 ALOGI("\t Current Patch Version\t\t: 0x%04x", in get_vs_hci_event()
164 ALOGI("\t Current ROM Build Version\t: 0x%04x", rome_ver = in get_vs_hci_event()
171 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event()
185 ALOGI("Failed to dump SOC version info. Errno:%d", errno); in get_vs_hci_event()
198 ALOGI("%s: Download Packet successfully!", __FUNCTION__); in get_vs_hci_event()
201 ALOGI("%s: Invalid patch length argument passed for EDL PATCH " in get_vs_hci_event()
[all …]
Dbt_vendor_qcom.c199 ALOGI("bt-vendor : get_bt_soc_type"); in get_bt_soc_type()
203 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in get_bt_soc_type()
211 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in get_bt_soc_type()
333 ALOGI("bt_powerup: %c", on); in bt_powerup()
343 ALOGI("ro.rfkilldisabled : %s", disable); in bt_powerup()
419 ALOGI("External LDO has been configured"); in bt_powerup()
450 ALOGI("%s: BT_VND_PWR_ON\n", __func__); in bt_powerup()
460 ALOGI("%s: BT_VND_PWR_OFF\n", __func__); in bt_powerup()
497 ALOGI("bt-vendor : init"); in init()
514 ALOGI("bt-vendor : Initializing UART transport layer"); in init()
[all …]
Dhardware.c48 ALOGI("Starting hciattach daemon"); in hw_config()
57 ALOGI("try to set %s", szReqSt); in hw_config()
76 ALOGI("bluetooth satus is on"); in readTrpState()
120 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
146 ALOGI("hw_epilog_process"); in hw_epilog_process()
Dhw_ar3k.c108 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in is_bt_soc_ath()
112 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in is_bt_soc_ath()
405 ALOGI("Failed to write change baud rate command"); in set_cntrlr_baud()
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version); in ath_ps_download()
1047 ALOGI(" %s ", __FUNCTION__); in ath3k_init()
1059 ALOGI("TIOCMGET failed in init\n"); in ath3k_init()
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n"); in ath3k_init()
1070 ALOGI("set_cntrlr_baud : ret:%d \n", err); in ath3k_init()
1076 ALOGI("Can't set required baud rate"); in ath3k_init()
1083 ALOGI("Failed to Download configuration"); in ath3k_init()
[all …]
Dhci_uart.c48 #define VNDUSERIALDBG(param, ...) {ALOGI(param, ## __VA_ARGS__);}
169 ALOGI( "%s: Current Baudrate = %d bps", __FUNCTION__, baud_rate); in userial_tcio_baud_to_int()
277 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open()
307 ALOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
333 ALOGI("device fd = %d close", vnd_userial.fd); in userial_vendor_close()
414 ALOGI("## userial_vendor_ioctl: UART Flow On "); in userial_vendor_ioctl()
420 ALOGI("## userial_vendor_ioctl: UART Flow Off "); in userial_vendor_ioctl()
469 ALOGI("%s: Wait for Command Compete Event from SOC", __FUNCTION__); in read_hci_event()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_rome.c133 ALOGI("%s: Received HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
135 ALOGI("%s: Failed to receive HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event()
140 ALOGI("%s: length 0x%x resp 0x%x type 0x%x", __FUNCTION__, paramlen = rsp[EVT_PLEN], in get_vs_hci_event()
152 ALOGI("\t Current Product ID\t\t: 0x%08x", in get_vs_hci_event()
159 ALOGI("\t Current Patch Version\t\t: 0x%04x", in get_vs_hci_event()
164 ALOGI("\t Current ROM Build Version\t: 0x%04x", rome_ver = in get_vs_hci_event()
171 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event()
185 ALOGI("Failed to dump SOC version info. Errno:%d", errno); in get_vs_hci_event()
198 ALOGI("%s: Download Packet successfully!", __FUNCTION__); in get_vs_hci_event()
201 ALOGI("%s: Invalid patch length argument passed for EDL PATCH " in get_vs_hci_event()
[all …]
Dbt_vendor_qcom.c199 ALOGI("bt-vendor : get_bt_soc_type"); in get_bt_soc_type()
203 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in get_bt_soc_type()
211 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in get_bt_soc_type()
333 ALOGI("bt_powerup: %c", on); in bt_powerup()
343 ALOGI("ro.rfkilldisabled : %s", disable); in bt_powerup()
419 ALOGI("External LDO has been configured"); in bt_powerup()
450 ALOGI("%s: BT_VND_PWR_ON\n", __func__); in bt_powerup()
460 ALOGI("%s: BT_VND_PWR_OFF\n", __func__); in bt_powerup()
497 ALOGI("bt-vendor : init"); in init()
514 ALOGI("bt-vendor : Initializing UART transport layer"); in init()
[all …]
Dhardware.c48 ALOGI("Starting hciattach daemon"); in hw_config()
57 ALOGI("try to set %s", szReqSt); in hw_config()
76 ALOGI("bluetooth satus is on"); in readTrpState()
120 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
146 ALOGI("hw_epilog_process"); in hw_epilog_process()
Dhw_ar3k.c108 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in is_bt_soc_ath()
112 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in is_bt_soc_ath()
405 ALOGI("Failed to write change baud rate command"); in set_cntrlr_baud()
1000 ALOGI("firmware file open error:%s, ver:%x\n",ps_file, rom_version); in ath_ps_download()
1047 ALOGI(" %s ", __FUNCTION__); in ath3k_init()
1059 ALOGI("TIOCMGET failed in init\n"); in ath3k_init()
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n"); in ath3k_init()
1070 ALOGI("set_cntrlr_baud : ret:%d \n", err); in ath3k_init()
1076 ALOGI("Can't set required baud rate"); in ath3k_init()
1083 ALOGI("Failed to Download configuration"); in ath3k_init()
[all …]
Dhci_uart.c48 #define VNDUSERIALDBG(param, ...) {ALOGI(param, ## __VA_ARGS__);}
169 ALOGI( "%s: Current Baudrate = %d bps", __FUNCTION__, baud_rate); in userial_tcio_baud_to_int()
277 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open()
307 ALOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
333 ALOGI("device fd = %d close", vnd_userial.fd); in userial_vendor_close()
414 ALOGI("## userial_vendor_ioctl: UART Flow On "); in userial_vendor_ioctl()
420 ALOGI("## userial_vendor_ioctl: UART Flow Off "); in userial_vendor_ioctl()
469 ALOGI("%s: Wait for Command Compete Event from SOC", __FUNCTION__); in read_hci_event()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c142 ALOGI("Invalid str_to_uuid input."); in str_to_uuid()
149 ALOGI("Invalid UUID, got: %s", uuid_str); in str_to_uuid()
190 ALOGI("%s %08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", __func__, uuid.timeLow, uuid.timeMid, in print_uuid()
205 ALOGI("%s", __func__); in fetch_model_with_handle()
311 ALOGI("%s", __func__); in send_event_with_handle()
316 ALOGI("%s No matching callback", __func__); in send_event_with_handle()
339 ALOGI("Unknown Sound Model Type, No Event to Send"); in send_event_with_handle()
359 ALOGI("No model for this handle"); in send_event_with_handle()
370 ALOGI("%s Bad sound model handle.", __func__); in send_event()
376 ALOGI("%s Not a valid UUID", __func__); in send_event()
[all …]
/hardware/qcom/bt/msm8960/libbt-vendor/src/
Dhardware.c49 ALOGI("Starting hciattach daemon"); in hw_config()
58 ALOGI("try to set %s", szReqSt); in hw_config()
77 ALOGI("bluetooth satus is on"); in readTrpState()
121 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status); in hw_epilog_cback()
147 ALOGI("hw_epilog_process"); in hw_epilog_process()
Dbt_vendor_qcom.c72 ALOGI("bt-vendor : init"); in init()
125 ALOGI("Bluetooth Firmware and smd is initialized"); in op()
196 ALOGI("cleanup"); in cleanup()
/hardware/akm/AK8975_FS/akmdfs/
DAKFS_Disp.c27 ALOGI("AK8975 Daemon for Open Source v20120329."); in Disp_StartMessage()
28 ALOGI("Debug: %s", ((ENABLE_AKMDEBUG)?("ON"):("OFF"))); in Disp_StartMessage()
29 ALOGI("Debug level: %d", DBG_LEVEL); in Disp_StartMessage()
37 ALOGI("AK8975 for Android end (%d).", ret); in Disp_EndMessage()
/hardware/marvell/bt/libbt-vendor/
Dhardware_mrvl.c203 ALOGI("FW config succeeds!"); in hw_mrvl_config_start_cb()
258 ALOGI("SCO PCM config succeeds!"); in hw_mrvl_sco_config_cb()
270 ALOGI("Sending hci command 0x%04hX (%s)", cmd, cmd_to_str(cmd)); in hw_mrvl_sco_config_cb()
292 ALOGI("Start HW config ..."); in hw_mrvl_config_start()
294 ALOGI("Setting bd addr to %02hhX:%02hhX:%02hhX:%02hhX:%02hhX:%02hhX", in hw_mrvl_config_start()
305 ALOGI("Sending hci command 0x%04hX (%s)", cmd, cmd_to_str(cmd)); in hw_mrvl_config_start()
324 ALOGI("Start SCO config ..."); in hw_mrvl_sco_config()
332 ALOGI("Sending hci command 0x%04hX (%s)", cmd, cmd_to_str(cmd)); in hw_mrvl_sco_config()
/hardware/qcom/camera/usbcamcore/src/
DQualcommUsbCamera.cpp149 ALOGI("%s: E", __func__); in usbcam_get_number_of_cameras()
150 ALOGI("%s: X", __func__); in usbcam_get_number_of_cameras()
158 ALOGI("%s: E", __func__); in usbcam_get_camera_info()
169 ALOGI("%s: X", __func__); in usbcam_get_camera_info()
183 ALOGI("%s: E", __func__); in usbcam_camera_device_open()
232 ALOGI("%s: X %d", __func__, rc); in usbcam_camera_device_open()
239 ALOGI("%s: device =%p E", __func__, hw_dev); in usbcam_close_camera_device()
256 ALOGI("%s: X device =%p, rc = %d", __func__, hw_dev, rc); in usbcam_close_camera_device()
263 ALOGI("%s: E", __func__); in usbcam_set_preview_window()
285 ALOGI("%s: X. rc = %d", __func__, rc); in usbcam_set_preview_window()
[all …]
/hardware/qcom/display/msm8909/libqdutils/
Dmdp_version.cpp197 ALOGI("PartialUpdate status: %s", in updatePanelInfo()
203 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
207 ALOGI("Width Align: %d", mPanelInfo.mWidthAlign); in updatePanelInfo()
211 ALOGI("Top Align: %d", mPanelInfo.mTopAlign); in updatePanelInfo()
215 ALOGI("Height Align: %d", mPanelInfo.mHeightAlign); in updatePanelInfo()
219 ALOGI("Min ROI Width: %d", mPanelInfo.mMinROIWidth); in updatePanelInfo()
223 ALOGI("Min ROI Height: %d", mPanelInfo.mMinROIHeight); in updatePanelInfo()
227 ALOGI("Needs ROI Merge: %d", mPanelInfo.mNeedsROIMerge); in updatePanelInfo()
231 ALOGI("Dynamic Fps: %s", mPanelInfo.mDynFpsSupported ? in updatePanelInfo()
236 ALOGI("Min Panel fps: %d", mPanelInfo.mMinFps); in updatePanelInfo()
[all …]
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.cpp205 ALOGI("PartialUpdate status: %s", in updatePanelInfo()
211 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
215 ALOGI("Width Align: %d", mPanelInfo.mWidthAlign); in updatePanelInfo()
219 ALOGI("Top Align: %d", mPanelInfo.mTopAlign); in updatePanelInfo()
223 ALOGI("Height Align: %d", mPanelInfo.mHeightAlign); in updatePanelInfo()
227 ALOGI("Min ROI Width: %d", mPanelInfo.mMinROIWidth); in updatePanelInfo()
231 ALOGI("Min ROI Height: %d", mPanelInfo.mMinROIHeight); in updatePanelInfo()
235 ALOGI("Needs ROI Merge: %d", mPanelInfo.mNeedsROIMerge); in updatePanelInfo()
239 ALOGI("Dynamic Fps: %s", mPanelInfo.mDynFpsSupported ? in updatePanelInfo()
244 ALOGI("Min Panel fps: %d", mPanelInfo.mMinFps); in updatePanelInfo()
[all …]
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.cpp182 ALOGI("PartialUpdate status: %s", in updatePanelInfo()
188 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
192 ALOGI("Width Align: %d", mPanelInfo.mWidthAlign); in updatePanelInfo()
196 ALOGI("Top Align: %d", mPanelInfo.mTopAlign); in updatePanelInfo()
200 ALOGI("Height Align: %d", mPanelInfo.mHeightAlign); in updatePanelInfo()
204 ALOGI("Min ROI Width: %d", mPanelInfo.mMinROIWidth); in updatePanelInfo()
208 ALOGI("Min ROI Height: %d", mPanelInfo.mMinROIHeight); in updatePanelInfo()
212 ALOGI("Needs ROI Merge: %d", mPanelInfo.mNeedsROIMerge); in updatePanelInfo()
/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.cpp176 ALOGI("PartialUpdate status: %s", in updatePanelInfo()
182 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
186 ALOGI("Width Align: %d", mPanelInfo.mWidthAlign); in updatePanelInfo()
190 ALOGI("Top Align: %d", mPanelInfo.mTopAlign); in updatePanelInfo()
194 ALOGI("Height Align: %d", mPanelInfo.mHeightAlign); in updatePanelInfo()
198 ALOGI("Min ROI Width: %d", mPanelInfo.mMinROIWidth); in updatePanelInfo()
202 ALOGI("Min ROI Height: %d", mPanelInfo.mMinROIHeight); in updatePanelInfo()
206 ALOGI("Needs ROI Merge: %d", mPanelInfo.mNeedsROIMerge); in updatePanelInfo()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp286 ALOGI("Got channel list with %d channels", num_channels_to_copy); in handleResponse()
321 ALOGI("retrieved scan result %d", index); in parseScanResults()
662 ALOGI("Bad event data!"); in handleEvent()
759 ALOGI("Full scan results: No scan results found"); in wifi_handle_full_scan_event()
1064 ALOGI("Executing hotlist setup request, num = %d", mParams.num_bssid); in start()
1073 ALOGI("Failed to execute hotlist setup request, result = %d", result); in start()
1079 ALOGI("Successfully set %d APs in the hotlist ", mParams.num_bssid); in start()
1095 ALOGI("successfully restarted the scan"); in start()
1115 ALOGI("Successfully reset APs in current hotlist"); in cancel()
1125 ALOGI("Hotlist AP event"); in handleEvent()
[all …]

1234567