Searched refs:tmp_handle (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/qcom/audio/hal/msm8974/ |
H A D | hw_info.c | 66 struct snd_card_split *tmp_handle = audio_extn_get_snd_card_split(); in update_hardware_info_8996() local 68 __func__, tmp_handle->device, tmp_handle->snd_card, tmp_handle->form_factor); in update_hardware_info_8996() 70 strlcpy(hw_info->name, tmp_handle->device, sizeof(hw_info->name)); in update_hardware_info_8996() 71 snprintf(hw_info->type, sizeof(hw_info->type), " %s", tmp_handle->form_factor); in update_hardware_info_8996() 72 snprintf(hw_info->dev_extn, sizeof(hw_info->dev_extn), "-%s", tmp_handle->form_factor); in update_hardware_info_8996() 74 if (!strncmp(tmp_handle->form_factor, "fluid", sizeof("fluid"))) { in update_hardware_info_8996() 77 } else if (!strncmp(tmp_handle->form_factor, "liquid", sizeof("liquid"))) { in update_hardware_info_8996() 80 } else if (!strncmp(tmp_handle->form_factor, "db", sizeof("db"))) { in update_hardware_info_8996() 84 … ALOGW("%s: %s form factor doesnt need mixer path over ride", __func__, tmp_handle->form_factor); in update_hardware_info_8996()
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_rfc.cc | 108 uint16_t tmp_handle = -1; in bta_hf_client_mgmt_cback() local 109 bta_hf_client_allocate_handle(peer_addr, &tmp_handle); in bta_hf_client_mgmt_cback() 110 client_cb = bta_hf_client_find_cb_by_handle(tmp_handle); in bta_hf_client_mgmt_cback()
|