Home
last modified time | relevance | path

Searched refs:GetFastSink (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H A Daudio_endpoint_unit_test.cpp547 * @tc.name : Test GetFastSink API
550 * @tc.desc : Test GetFastSink interface
565 IMmapAudioRendererSink *ret = audioEndpointInner->GetFastSink(deviceInfo, AudioEndpoint::TYPE_MMAP); in HWTEST_F()
571 ret = audioEndpointInner->GetFastSink(deviceInfo, AudioEndpoint::TYPE_INVALID); in HWTEST_F()
577 ret = audioEndpointInner->GetFastSink(deviceInfo, AudioEndpoint::TYPE_INVALID); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp233 IMmapAudioRendererSink *GetFastSink(const DeviceInfo &deviceInfo, EndpointType type);
742 fastSink_ = GetFastSink(deviceInfo, endpointType_); in Config()
774 IMmapAudioRendererSink *AudioEndpointInner::GetFastSink(const DeviceInfo &deviceInfo, EndpointType type) in GetFastSink() function in OHOS::AudioStandard::AudioEndpointInner

Completed in 6 milliseconds