Home
last modified time | relevance | path

Searched refs:endSession (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp44 provider_->endSession(); in serviceDied()
117 Return<void> BluetoothAudioProvider::endSession() { in endSession() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider
DBluetoothAudioProvider.h49 Return<void> endSession() override;
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal35 * call the endSession to terminate the session with the HAL server.
45 * |endSession| must be called to unregister the interface.
84 oneway endSession();
/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.cpp66 Return<void> BluetoothAudioOffload::endSession() { in endSession() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
DBluetoothAudioOffload.h52 Return<void> endSession() override;
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal38 * Note: endSession() must be called to unregister this IBluetoothAudioPort
79 endSession();
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp384 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
652 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
687 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
722 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
760 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
821 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
901 EXPECT_TRUE(audio_provider_->endSession().isOk()); in TEST_F()
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp123 audio_offload->endSession(); in TEST_F()