Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/a2dp/1.0/default/
DBluetoothAudioOffload.cpp48 Return<void> BluetoothAudioOffload::streamStarted( in streamStarted() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
DBluetoothAudioOffload.h48 Return<void> streamStarted(
/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.h47 Return<void> streamStarted(BluetoothAudioStatus status) override;
DBluetoothAudioProvider.cpp77 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp75 parent_.audio_offload->streamStarted(Status::SUCCESS); in startStream()
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvider.hal66 streamStarted(Status status);
DIBluetoothAudioPort.hal38 * IBluetoothAudioProvider.streamStarted(Status) call.
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal68 oneway streamStarted(Status status);
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
DVtsHalBluetoothAudioV2_0TargetTest.cpp133 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()