OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_get_period_size
(Results
1 - 3
of
3
) sorted by null
/system/media/alsa_utils/include/
alsa_device_profile.h
90
unsigned int
profile_get_period_size
(alsa_device_profile* profile, unsigned sample_rate);
/system/media/alsa_utils/
alsa_device_proxy.c
93
profile_get_period_size
(proxy->profile, proxy->alsa_config.rate);
alsa_device_profile.c
126
unsigned int
profile_get_period_size
(alsa_device_profile* profile, unsigned sample_rate)
function
129
ALOGV("
profile_get_period_size
(rate:%d) = %d", sample_rate, period_size);
Completed in 329 milliseconds