Searched refs:mDevicePortConfig (Results 1 – 1 of 1) sorted by relevance
2785 mDevicePortConfig->get()); in ReconnectPatch()2886 mDevicePortConfig = std::make_unique<WithAudioPortConfig>( in SetUpPatch()2888 ASSERT_NO_FATAL_FAILURE(mDevicePortConfig->SetUp(module)); in SetUpPatch()2891 mDevicePortConfig->get()); in SetUpPatch()2900 std::unique_ptr<WithAudioPortConfig> mDevicePortConfig; member in StreamFixture