Lines Matching refs:mRemoteSubmixOut
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()
1114 mRemoteSubmixOut->id : -1; in updateRoutes()