Home
last modified time | relevance | path

Searched refs:cap_limit (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Ddev_io.c307 unsigned int curr_level, cap_limit; in set_input_dev_wake_ts() local
325 cap_limit = get_stream_limit(adev, UINT_MAX, &cap_limit_stream); in set_input_dev_wake_ts()
337 cap_limit, in set_input_dev_wake_ts()
380 snd_pcm_uframes_t remainder, hw_level, cap_limit; in capture_to_streams() local
409 cap_limit = get_stream_limit(adev, hw_level, &cap_limit_stream); in capture_to_streams()
412 remainder = MIN(hw_level, cap_limit); in capture_to_streams()
Ddev_stream.c705 unsigned int cap_limit, in get_input_wake_time() argument
729 if (!is_cap_limit_stream && needed_frames_from_device > cap_limit) in get_input_wake_time()
789 unsigned int cap_limit, in dev_stream_wake_time() argument
803 cap_limit, is_cap_limit_stream, in dev_stream_wake_time()
Ddev_stream.h177 unsigned int cap_limit,
/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc1033 unsigned int cap_limit, in dev_stream_wake_time() argument