HomeSort by relevance Sort by last modified time
    Searched refs:get_batt_temp (Results 1 - 2 of 2) sorted by null

  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 875 status_t AudioHardware::get_batt_temp(int *batt_temp) function in class:android::AudioHardware
880 char get_batt_temp[6] = { 0 }; local
887 if ((len = read(fd, get_batt_temp, sizeof(get_batt_temp))) <= 1) {
893 *batt_temp = strtol(get_batt_temp, NULL, 10);
1015 if (get_batt_temp(&batt_temp) == NO_ERROR) {
    [all...]
AudioHardware.h 227 status_t get_batt_temp(int *batt_temp);

Completed in 44 milliseconds