Home
last modified time | relevance | path

Searched refs:delay_ms (Results 1 – 3 of 3) sorted by relevance

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp847 int delay_ms; in batch() local
855 delay_ms = period_ns/NS_PER_MS; // int64_t is being dropped to an int type in batch()
932 int n = snprintf(buf, sizeof(buf), "%d %d %d %d\n", what, flags, delay_ms, timeout_ms); in batch()
945 fd , what, flags, delay_ms, timeout_ms, fixed_sysfs_path, err); in batch()
/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c800 const int32_t delay_ms = visualizer_get_delta_time_ms_from_updated_time(visu_ctxt); in visualizer_command() local
801 if (delay_ms > DISCARD_MEASUREMENTS_TIME_MS) { in visualizer_command()
803 ALOGV("Discarding measurements, last measurement is %dms old", delay_ms); in visualizer_command()
/device/htc/flounder/
Dueventd.flounder.rc81 /sys/devices/virtual/htc_sensorhub/sensor_hub delay_ms 0660 system system