Home
last modified time | relevance | path

Searched refs:BTAudioStreamState (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp274 BTAudioStreamState state = fastGetStateFunc(); in FastStartPlaying()
275 if (state != BTAudioStreamState::STARTED) { in FastStartPlaying()
288 BTAudioStreamState state = fastGetStateFunc(); in FastSuspendPlaying()
289 if (state == BTAudioStreamState::STARTED) { in FastSuspendPlaying()
299 BTAudioStreamState state = fastGetStateFunc(); in FastStopPlaying()
301 if (state != BTAudioStreamState::INVALID) { in FastStopPlaying()
327 BTAudioStreamState state = getStateFunc(); in WriteFrame()
328 if (state != BTAudioStreamState::STARTED) { in WriteFrame()
368 BTAudioStreamState state = getStateFunc(); in SuspendPlaying()
370 if (state == BTAudioStreamState in SuspendPlaying()
[all...]
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dbluetooth_audio_device.h25 enum class BTAudioStreamState : uint8_t { class
35 typedef BTAudioStreamState (*GetStateFunc)();

Completed in 1 milliseconds