Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc341 btAudio->streamStarted(hal_status); in btif_a2dp_audio_on_started()
371 btAudio->streamStarted(mapToStatus(A2DP_CTRL_ACK_DISCONNECT_IN_PROGRESS)); in btif_a2dp_audio_on_stopped()
381 auto ret = btAudio->streamStarted(status); in btif_a2dp_audio_send_start_req()
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/default/
H A DBluetoothAudioOffload.cpp48 Return<void> BluetoothAudioOffload::streamStarted( in streamStarted() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
H A DBluetoothAudioOffload.h48 Return<void> streamStarted(
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/
H A DBluetoothAudioProvider.h47 Return<void> streamStarted(BluetoothAudioStatus status) override;
H A DBluetoothAudioProvider.cpp77 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/
H A DBluetoothAudioProvider.h50 Return<void> streamStarted(BluetoothAudioStatus status) override;
H A DBluetoothAudioProvider.cpp98 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() function in android::hardware::bluetooth::audio::V2_1::implementation::BluetoothAudioProvider
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
H A DVtsHalBluetoothA2dpV1_0TargetTest.cpp75 parent_.audio_offload->streamStarted(Status::SUCCESS); in startStream()
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.cc81 provider_->streamStarted(BluetoothAudioCtrlAckToHalStatus(ack)); in startStream()
685 hidl_retval = provider_2_1_->streamStarted(status); in StreamStarted()
687 hidl_retval = provider_->streamStarted(status); in StreamStarted()
/aosp12/hardware/interfaces/bluetooth/audio/2.0/
H A DIBluetoothAudioProvider.hal66 streamStarted(Status status);
H A DIBluetoothAudioPort.hal38 * IBluetoothAudioProvider.streamStarted(Status) call.
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/
H A DIBluetoothAudioOffload.hal68 oneway streamStarted(Status status);
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp133 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp136 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()