Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.c461 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs() local
462 const char * const * const names_array = isOutProfile ? out_chans_strs : in_chans_strs; in profile_get_channel_count_strs()
463 const size_t names_size = isOutProfile ? ARRAY_SIZE(out_chans_strs) in profile_get_channel_count_strs()
486 if (!stereo_allowed && isOutProfile) { in profile_get_channel_count_strs()