Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp678 mRemoteSubmixIn = port; in initialize()
687 if (mRemoteSubmixIn.has_value() != mRemoteSubmixOut.has_value()) { in initialize()
690 mRemoteSubmixIn.reset(); in initialize()
693 if (mRemoteSubmixIn.has_value()) { in initialize()
694 AudioPort connectedRSubmixIn = *mRemoteSubmixIn; in initialize()
997 } else if (mRemoteSubmixIn.has_value() && in setDevicePortConnectedState()
999 templatePort = mRemoteSubmixIn; in setDevicePortConnectedState()
1108 if (mRemoteSubmixIn.has_value()) { in updateRoutes()
1110 int32_t rSubmixInId = mRemoteSubmixIn->id; in updateRoutes()
DHal2AidlMapper.h221 std::optional<::aidl::android::media::audio::common::AudioPort> mRemoteSubmixIn; variable