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

  /device/google/contexthub/firmware/src/
osApi.c 160 uint64_t newLatency = (((uint64_t)newLatency_hi) << 32) + newLatency_lo;
162 *retValP = sensorRequestRateChange(0, sensorHandle, newRate, newLatency);
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc     [all...]

Completed in 2907 milliseconds