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

  /system/media/alsa_utils/include/
alsa_device_profile.h 85 bool profile_is_channel_count_valid(alsa_device_profile* profile, unsigned count);
  /system/media/alsa_utils/
alsa_device_proxy.c 69 if (config->channels != 0 && profile_is_channel_count_valid(profile, config->channels)) {
alsa_device_profile.c 210 bool profile_is_channel_count_valid(alsa_device_profile* profile, unsigned count) function

Completed in 226 milliseconds