Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamRemoteSubmix.h95 class StreamOutRemoteSubmix final : public StreamOut, public StreamSwitcher {
98 StreamOutRemoteSubmix(
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp360 StreamOutRemoteSubmix::StreamOutRemoteSubmix(StreamContext&& context, in StreamOutRemoteSubmix() function in aidl::android::hardware::audio::core::StreamOutRemoteSubmix
366 StreamSwitcher::DeviceSwitchBehavior StreamOutRemoteSubmix::switchCurrentStream( in switchCurrentStream()
387 std::unique_ptr<StreamCommonInterfaceEx> StreamOutRemoteSubmix::createNewStream( in createNewStream()
DModuleRemoteSubmix.cpp101 return createStreamInstance<StreamOutRemoteSubmix>(result, std::move(context), sourceMetadata, in createOutputStream()