Home | History | Annotate | Download | only in libaudio-qsd8k

Lines Matching refs:batt_temp

875 status_t AudioHardware::get_batt_temp(int *batt_temp)
893 *batt_temp = strtol(get_batt_temp, NULL, 10);
995 int batt_temp = 0;
1015 if (get_batt_temp(&batt_temp) == NO_ERROR) {
1016 if (batt_temp < 50)
1018 ALOGD("ALT batt temp = %d\n", batt_temp);