Searched refs:cap_limit (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/server/ |
D | dev_io.c | 307 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()
|
D | dev_stream.c | 705 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()
|
D | dev_stream.h | 177 unsigned int cap_limit,
|
/external/adhd/cras/src/tests/ |
D | audio_thread_unittest.cc | 1033 unsigned int cap_limit, in dev_stream_wake_time() argument
|