/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 102 ALOGI("%s: Received HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event() 104 ALOGI("%s: Failed to receive HCI-Vendor Specific event", __FUNCTION__); in get_vs_hci_event() 109 ALOGI("%s: Parameter Length: 0x%x", __FUNCTION__, paramlen = rsp[EVT_PLEN]); in get_vs_hci_event() 110 ALOGI("%s: Command response: 0x%x", __FUNCTION__, rsp[CMD_RSP_OFFSET]); in get_vs_hci_event() 111 ALOGI("%s: Response type : 0x%x", __FUNCTION__, rsp[RSP_TYPE_OFFSET]); in get_vs_hci_event() 117 ALOGI("%s: Command Request Response", __FUNCTION__); in get_vs_hci_event() 122 ALOGI("\t Current Product ID\t\t: 0x%08x", in get_vs_hci_event() 129 ALOGI("\t Current Patch Version\t\t: 0x%04x", in get_vs_hci_event() 134 ALOGI("\t Current ROM Build Version\t: 0x%04x", rome_ver = in get_vs_hci_event() 141 ALOGI("\t Current SOC Version\t\t: 0x%08x", soc_id = in get_vs_hci_event() [all …]
|
D | bt_vendor_qcom.c | 198 ALOGI("bt-vendor : get_bt_soc_type"); in get_bt_soc_type() 202 ALOGI("qcom.bluetooth.soc set to %s\n", bt_soc_type); in get_bt_soc_type() 210 ALOGI("qcom.bluetooth.soc not set, so using default.\n"); in get_bt_soc_type() 332 ALOGI("bt_powerup: %c", on); in bt_powerup() 342 ALOGI("ro.rfkilldisabled : %s", disable); in bt_powerup() 418 ALOGI("External LDO has been configured"); in bt_powerup() 449 ALOGI("%s: BT_VND_PWR_ON\n", __func__); in bt_powerup() 459 ALOGI("%s: BT_VND_PWR_OFF\n", __func__); in bt_powerup() 496 ALOGI("bt-vendor : init"); in init() 513 ALOGI("bt-vendor : Initializing UART transport layer"); in init() [all …]
|
D | hardware.c | 48 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()
|
D | hw_ar3k.c | 108 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 …]
|
D | hci_uart.c | 48 #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/wlan/qcwcn/wifi_hal/ |
D | common.cpp | 69 ALOGI("Updated event handler %p for nl_cmd 0x%0x" in wifi_register_handler() 83 ALOGI("Successfully added event handler %p for command %d", func, cmd); in wifi_register_handler() 108 ALOGI("Updated event handler %p for vendor 0x%0x, subcmd 0x%0x" in wifi_register_vendor_handler() 122 ALOGI("Added event handler %p for vendor 0x%0x, subcmd 0x%0x and arg" in wifi_register_vendor_handler() 154 ALOGI("Successfully removed event handler for command %d", cmd); in wifi_unregister_handler() 181 ALOGI("Successfully removed event handler for vendor 0x%0x", id); in wifi_unregister_vendor_handler() 200 ALOGI("Successfully added command %d: %p", id, cmd); in wifi_register_cmd() 218 ALOGI("Successfully removed command %d: %p", id, cmd); in wifi_unregister_cmd() 235 ALOGI("Successfully removed command %d: %p", id, cmd); in wifi_unregister_cmd() 250 ALOGI("******HexDump len:%d*********", len); in hexdump() [all …]
|
D | tdls.cpp | 78 ALOGI("Handle different, update the handle"); in instance() 120 ALOGI("QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE Received"); in handleEvent() 131 ALOGI(MAC_ADDR_STR, MAC_ADDR_ARRAY(addr)); in handleEvent() 141 ALOGI("TDLS: State New : %d ", status.state); in handleEvent() 151 ALOGI("TDLS: Reason : %d ", status.reason); in handleEvent() 161 ALOGI("TDLS: channel : %d ", status.channel); in handleEvent() 172 ALOGI("TDLS: global_operating_class: %d ", in handleEvent() 208 ALOGI("QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS Received"); in handleResponse() 219 ALOGI("TDLS: State : %u ", mTDLSgetStatusRspParams.state); in handleResponse() 229 ALOGI("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse() [all …]
|
D | nan_ind.cpp | 37 ALOGI("handleNanIndication called %p", this); in handleNanIndication() 40 ALOGI("handleNanIndication msg_id:%u", msg_id); in handleNanIndication() 216 ALOGI("%s: No TLV's present",__func__); in getNanPublishReplied() 219 ALOGI("%s: TLV remaining Len:%d",__func__, remainingLen); in getNanPublishReplied() 222 ALOGI("%s: Remaining Len:%d readLen:%d type:%d length:%d", in getNanPublishReplied() 288 ALOGI("Unknown TLV type skipped"); in getNanPublishReplied() 346 ALOGI("%s: No TLV's present",__func__); in getNanMatch() 349 ALOGI("%s: TLV remaining Len:%d",__func__, remainingLen); in getNanMatch() 352 ALOGI("%s: Remaining Len:%d readLen:%d type:%d length:%d", in getNanMatch() 436 ALOGI("Unknown TLV type skipped"); in getNanMatch() [all …]
|
D | ifaceeventhandler.cpp | 91 ALOGI("Delete Object mwifiEventHandler for id = %d", id); in wifi_reset_iface_event_handler() 100 ALOGI("Object mwifiEventHandler for id = %d already Deleted", id); in wifi_reset_iface_event_handler() 129 ALOGI("Country : %c%c", code[0], code[1]); in handleEvent() 137 ALOGI("NL Event : %d Not supported", mSubcmd); in handleEvent() 191 ALOGI("wifiEventHandler::handleEvent"); in handleEvent() 196 ALOGI("Got NL Event : %d from the Driver.", gnlh->cmd); in handleEvent() 225 ALOGI("Got a Wi-Fi HAL module message from Driver"); in handleResponse() 246 ALOGI("Supported feature set : %x", mSet); in handleResponse()
|
D | gscan.cpp | 105 ALOGI("%s: lowi get_valid_channels " in wifi_get_valid_channels() 114 ALOGI("%s: RequestId:%d band:%d max_channels:%d", __FUNCTION__, in wifi_get_valid_channels() 202 ALOGI("%s: lowi get_gscan_capabilities " in wifi_get_gscan_capabilities() 211 ALOGI("%s: RequestId:%d", __FUNCTION__, requestId); in wifi_get_gscan_capabilities() 308 ALOGI("%s: lowi start_gscan " in wifi_start_gscan() 313 ALOGI("%s: RequestId:%d ", __FUNCTION__, id); in wifi_start_gscan() 348 ALOGI("%s: Base Period:%d Max_ap_per_scan:%d " in wifi_start_gscan() 383 ALOGI("%s: Index: %d Bucket Id:%d Band:%d Period:%d ReportEvent:%d " in wifi_start_gscan() 427 ALOGI("%s: Channel Spec Index:%d Channel:%d Dwell Time:%d " in wifi_start_gscan() 494 ALOGI("%s: Error ret:%d, disable event handling", in wifi_start_gscan() [all …]
|
D | nan_req.cpp | 26 ALOGI("NAN_ENABLE"); in putNanEnable() 111 ALOGI("Message Len %d", message_len); in putNanEnable() 235 ALOGI("NAN_DISABLE"); in putNanDisable() 247 ALOGI("Message Len %d", message_len); in putNanDisable() 263 ALOGI("NAN_CONFIG"); in putNanConfig() 341 ALOGI("Message Len %d", message_len); in putNanConfig() 451 ALOGI("NAN_PUBLISH"); in putNanPublish() 468 ALOGI("Message Len %d", message_len); in putNanPublish() 520 ALOGI("NAN_PUBLISH_CANCEL"); in putNanPublishCancel() 532 ALOGI("Message Len %d", message_len); in putNanPublishCancel() [all …]
|
D | wifi_hal.cpp | 210 ALOGI("nl_socket_set_buffer_size successful for user_sock"); in wifi_init_user_sock() 235 ALOGI("Initiialized diag sock successfully"); in wifi_init_user_sock() 316 ALOGI("Initializing wifi"); in wifi_initialize() 428 ALOGI("Failed to init interfaces"); in wifi_initialize() 433 ALOGI("No interfaces found"); in wifi_initialize() 453 ALOGI("Failed to get supported feature set : %d", ret); in wifi_initialize() 497 ALOGI("Initializing Gscan Event Handlers"); in wifi_initialize() 504 ALOGI("Initialized Wifi HAL Successfully; vendor cmd = %d Supported" in wifi_initialize() 569 ALOGI("Cleanup Gscan Event Handlers"); in internal_cleaned_up_handler() 586 ALOGI("Internal cleanup completed"); in internal_cleaned_up_handler() [all …]
|
D | rssi_monitor.cpp | 82 ALOGI("Handle different, update the handle"); in instance() 114 ALOGI("QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI Received"); in handleEvent() 141 ALOGI(MAC_ADDR_STR, MAC_ADDR_ARRAY(addr)); in handleEvent() 151 ALOGI("Current RSSI : %d ", rssi); in handleEvent() 208 ALOGI("%s: Max RSSI:%d Min RSSI:%d", __FUNCTION__, in wifi_start_rssi_monitoring()
|
/hardware/qcom/bt/msm8960/libbt-vendor/src/ |
D | hardware.c | 49 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()
|
D | bt_vendor_qcom.c | 72 ALOGI("bt-vendor : init"); in init() 125 ALOGI("Bluetooth Firmware and smd is initialized"); in op() 196 ALOGI("cleanup"); in cleanup()
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 61 ALOGI("%s", __func__); in callback_thread_loop() 72 ALOGI("%s wait 3 sec", __func__); in callback_thread_loop() 90 ALOGI("%s send callback model %d", __func__, stdev->model_handle); in callback_thread_loop() 94 ALOGI("%s abort recognition model %d", __func__, stdev->model_handle); in callback_thread_loop() 109 ALOGI("%s", __func__); in stdev_get_properties() 125 ALOGI("%s stdev %p", __func__, stdev); in stdev_load_sound_model() 142 ALOGI("%s data size %d data %d - %d", __func__, in stdev_load_sound_model() 161 ALOGI("%s handle %d", __func__, handle); in stdev_unload_sound_model() 193 ALOGI("%s sound model %d", __func__, sound_model_handle); in stdev_start_recognition() 205 ALOGI("%s data size %d data %d - %d", __func__, in stdev_start_recognition() [all …]
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Disp.c | 27 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/ |
D | hardware_mrvl.c | 203 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/display/msm8994/libqdutils/ |
D | mdp_version.cpp | 205 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/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 261 ALOGI("Got channel list with %d channels", num_channels_to_copy); in handleResponse() 296 ALOGI("retrieved scan result %d", index); in parseScanResults() 427 ALOGI("Full scan results: No scan results found"); in handleEvent() 710 ALOGI("Scan complete type not mentioned!"); in handleEvent() 722 ALOGI("No scan results found"); in handleEvent() 1066 ALOGI("Executing hotlist setup request, num = %d", mParams.num_bssid); in start() 1075 ALOGI("Failed to execute hotlist setup request, result = %d", result); in start() 1081 ALOGI("Successfully set %d APs in the hotlist ", mParams.num_bssid); in start() 1097 ALOGI("successfully restarted the scan"); in start() 1117 ALOGI("Successfully reset APs in current hotlist"); in cancel() [all …]
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | mdp_version.cpp | 182 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/ |
D | mdp_version.cpp | 176 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/libbt/src/ |
D | hardware.c | 454 ALOGI("FW patchfile: %s", p_chip_id_str); in hw_config_findpatch() 476 ALOGI("Found patchfile: %s/%s", \ in hw_config_findpatch() 555 ALOGI("Setting local bd addr to %02X:%02X:%02X:%02X:%02X:%02X", in hw_config_set_bdaddr() 651 ALOGI("bt vendor lib: set UART baud %i", UART_TARGET_BAUD_RATE); in hw_config_cback() 756 ALOGI("bt vendor lib: set UART baud 115200"); in hw_config_cback() 768 ALOGI("Setting fw settlement delay to %d ", delay); in hw_config_cback() 814 ALOGI("bt vendor lib: set UART baud %i", UART_TARGET_BAUD_RATE); in hw_config_cback() 828 ALOGI("vendor lib fwcfg completed"); in hw_config_cback() 857 ALOGI("Controller OTP bdaddr %02X:%02X:%02X:%02X:%02X:%02X", in hw_config_cback() 862 ALOGI("vendor lib fwcfg completed"); in hw_config_cback() [all …]
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 208 ALOGI("Display[%s] Layer[*] %s-HwcModuleCompType, %d-layer MdpComp %s", in logHwcProps() 243 ALOGI("Display[%s] Layer[%zu] SrcBuff[%dx%d] SrcCrop[%dl, %dt, %dr, %db] " in logLayer() 252 ALOGI("Display[%s] Layer[%zu] LayerCompType = %s, Format = %s, " in logLayer() 307 ALOGI("Display[%s] Layer[%zu] %s%s Skipping dump: Bufferless layer.", in dumpLayer() 342 ALOGI("Display[%s] Layer[%zu] %s Dump to %s: %s", in dumpLayer() 346 ALOGI("Display[%s] Layer[%zu] %s Skipping dump: Unsupported layer" in dumpLayer() 366 ALOGI("Display[%s] Layer[%zu] %s Dump to %s: %s", in dumpLayer()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_dump_layers.cpp | 208 ALOGI("Display[%s] Layer[*] %s-HwcModuleCompType, %d-layer MdpComp %s", in logHwcProps() 243 ALOGI("Display[%s] Layer[%zu] SrcBuff[%dx%d] SrcCrop[%dl, %dt, %dr, %db] " in logLayer() 252 ALOGI("Display[%s] Layer[%zu] LayerCompType = %s, Format = %s, " in logLayer() 307 ALOGI("Display[%s] Layer[%zu] %s%s Skipping dump: Bufferless layer.", in dumpLayer() 342 ALOGI("Display[%s] Layer[%zu] %s Dump to %s: %s", in dumpLayer() 346 ALOGI("Display[%s] Layer[%zu] %s Skipping dump: Unsupported layer" in dumpLayer() 366 ALOGI("Display[%s] Layer[%zu] %s Dump to %s: %s", in dumpLayer()
|