/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_audio_interface.cc | 341 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 D | BluetoothAudioOffload.cpp | 48 Return<void> BluetoothAudioOffload::streamStarted( in streamStarted() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
|
H A D | BluetoothAudioOffload.h | 48 Return<void> streamStarted(
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/default/ |
H A D | BluetoothAudioProvider.h | 47 Return<void> streamStarted(BluetoothAudioStatus status) override;
|
H A D | BluetoothAudioProvider.cpp | 77 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 D | BluetoothAudioProvider.h | 50 Return<void> streamStarted(BluetoothAudioStatus status) override;
|
H A D | BluetoothAudioProvider.cpp | 98 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 D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 75 parent_.audio_offload->streamStarted(Status::SUCCESS); in startStream()
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | client_interface.cc | 81 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 D | IBluetoothAudioProvider.hal | 66 streamStarted(Status status);
|
H A D | IBluetoothAudioPort.hal | 38 * IBluetoothAudioProvider.streamStarted(Status) call.
|
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/ |
H A D | IBluetoothAudioOffload.hal | 68 oneway streamStarted(Status status);
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 133 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 136 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()
|