HomeSort by relevance Sort by last modified time
    Searched refs:profile_get_period_size (Results 1 - 3 of 3) sorted by null

  /system/media/alsa_utils/include/
alsa_device_profile.h 89 unsigned int profile_get_period_size(alsa_device_profile* profile, unsigned sample_rate);
  /system/media/alsa_utils/
alsa_device_proxy.c 79 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 423 milliseconds