Searched refs:getPcmConfig (Results 1 – 3 of 3) sorted by relevance
74 std::optional<struct pcm_config> getPcmConfig(const StreamContext& context, bool isInput);
37 mConfig(alsa::getPcmConfig(getContext(), mIsInput)), in StreamAlsa()
251 std::optional<struct pcm_config> getPcmConfig(const StreamContext& context, bool isInput) { in getPcmConfig() function