Home
last modified time | relevance | path

Searched refs:streamSuspended (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.cpp57 Return<void> BluetoothAudioOffload::streamSuspended( in streamSuspended() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
DBluetoothAudioOffload.h50 Return<void> streamSuspended(
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.h48 Return<void> streamSuspended(BluetoothAudioStatus status) override;
DBluetoothAudioProvider.cpp97 Return<void> BluetoothAudioProvider::streamSuspended( in streamSuspended() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp80 parent_.audio_offload->streamSuspended(Status::SUCCESS); in suspendStream()
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal73 streamSuspended(Status status);
DIBluetoothAudioPort.hal45 * IBluetoothAudioProvider.streamSuspended(Status). The caller still keeps
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal78 oneway streamSuspended(Status status);
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp138 parent_.audio_provider_->streamSuspended(BluetoothAudioStatus::SUCCESS); in suspendStream()