Home
last modified time | relevance | path

Searched refs:GetChannelCount (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.h72 AudioChannel GetChannelCount();
H A DOHAudioCapturer.cpp125 *channelCount = audioCapturer->GetChannelCount(); in OH_AudioCapturer_GetChannelCount()
295 AudioChannel OHAudioCapturer::GetChannelCount() in GetChannelCount() function in OHOS::AudioStandard::OHAudioCapturer
H A DOHAudioRenderer.h171 AudioChannel GetChannelCount();
H A DOHAudioRenderer.cpp135 *channelCount = audioRenderer->GetChannelCount(); in OH_AudioRenderer_GetChannelCount()
454 AudioChannel OHAudioRenderer::GetChannelCount() in GetChannelCount() function in OHOS::AudioStandard::OHAudioRenderer
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_stream_collector.h65 int32_t GetChannelCount(int32_t sessionId);
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h1088 int32_t GetChannelCount(uint32_t sessionId);
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_stream_collector.cpp720 int32_t AudioStreamCollector::GetChannelCount(int32_t sessionId) in GetChannelCount() function in OHOS::AudioStandard::AudioStreamCollector
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp6685 int32_t AudioPolicyService::GetChannelCount(uint32_t sessionId) in GetChannelCount() function in OHOS::AudioStandard::AudioPolicyService
6687 return streamCollector_.GetChannelCount(sessionId); in GetChannelCount()
7036 int32_t channelCount = GetChannelCount(activateSessionId); in CheckStreamOffloadMode()
7132 int32_t channelCount = GetChannelCount(activateSessionId); in CheckStreamMultichannelMode()

Completed in 29 milliseconds