Searched refs:clientif_ (Results 1 – 1 of 1) sorted by relevance
150 BluetoothAudioClientInterface* clientif_ = nullptr; member in __anon20a6173f0111::BluetoothAudioClientInterfaceTest157 if (clientif_ != nullptr) delete clientif_; in TearDown()158 clientif_ = nullptr; in TearDown()165 clientif_->GetAudioCapabilities(); in IsSoftwarePcmParametersSupported()180 for (auto audio_capability : clientif_->GetAudioCapabilities()) { in IsCodecOffloadingSupported()276 clientif_ = new BluetoothAudioClientInterface(test_transport_, nullptr); in TEST_F()286 clientif_->UpdateAudioConfig(audio_config); in TEST_F()288 EXPECT_EQ(clientif_->StartSession(), kClientIfReturnSuccess); in TEST_F()290 EXPECT_NE(clientif_->StartSession(), kClientIfReturnSuccess); in TEST_F()292 EXPECT_EQ(clientif_->EndSession(), kClientIfReturnSuccess); in TEST_F()[all …]