Searched refs:streamStarted (Results 1 – 9 of 9) sorted by relevance
48 Return<void> BluetoothAudioOffload::streamStarted( in streamStarted() function in android::hardware::bluetooth::a2dp::V1_0::implementation::BluetoothAudioOffload
48 Return<void> streamStarted(
47 Return<void> streamStarted(BluetoothAudioStatus status) override;
77 Return<void> BluetoothAudioProvider::streamStarted( in streamStarted() function in android::hardware::bluetooth::audio::V2_0::implementation::BluetoothAudioProvider
75 parent_.audio_offload->streamStarted(Status::SUCCESS); in startStream()
66 streamStarted(Status status);
38 * IBluetoothAudioProvider.streamStarted(Status) call.
68 oneway streamStarted(Status status);
133 parent_.audio_provider_->streamStarted(BluetoothAudioStatus::SUCCESS); in startStream()