HomeSort by relevance Sort by last modified time
    Searched full:ec_period (Results 1 - 1 of 1) sorted by null

  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 169 long ec_period = nanoseconds_to_milliseconds(info->max_report_latency_ns); local
172 ec_period = min(CROS_EC_MAX_SAMPLING_PERIOD, ec_period);
174 ec_period = 0;
178 info->device_name, "sampling_frequency", ec_period);

Completed in 141 milliseconds