Searched refs:mRemoteSubmixOut (Results 1 – 2 of 2) sorted by relevance
680 mRemoteSubmixOut = port; in initialize()687 if (mRemoteSubmixIn.has_value() != mRemoteSubmixOut.has_value()) { in initialize()691 mRemoteSubmixOut.reset(); in initialize()711 AudioPort tempConnectedRSubmixOut = *mRemoteSubmixOut; in initialize()719 tempConnectedRSubmixOut.id = mRemoteSubmixOut->id; in initialize()991 if (mRemoteSubmixOut.has_value() && matchDevice.type.type == AudioDeviceType::OUT_SUBMIX) { in setDevicePortConnectedState()996 templatePort = mRemoteSubmixOut; in setDevicePortConnectedState()1046 if (mRemoteSubmixOut.has_value() && matchDevice.type.type == AudioDeviceType::OUT_SUBMIX && in setDevicePortConnectedState()1049 mDisconnectedPortReplacement = std::make_pair(portId, *mRemoteSubmixOut); in setDevicePortConnectedState()1113 int32_t rSubmixOutId = mPorts.find(mRemoteSubmixOut->id) == mPorts.end() ? in updateRoutes()[all …]
222 std::optional<::aidl::android::media::audio::common::AudioPort> mRemoteSubmixOut; variable