Home
last modified time | relevance | path

Searched refs:SetState (Results 1 – 4 of 4) sorted by relevance

/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h85 void SetState(BluetoothStreamState state);
Ddevice_port_proxy.cc524 void BluetoothAudioPort::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::BluetoothAudioPort
Dstream_apis.cc347 out->bluetooth_output_.SetState(BluetoothStreamState::DISABLED); in out_set_parameters()
356 out->bluetooth_output_.SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
/system/bt/btif/src/
Dbtif_a2dp_source.cc215 void SetState(BtifA2dpSource::RunState state) { state_ = state; } in SetState() function in BtifA2dpSource
348 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateStartingUp); in btif_a2dp_source_startup()
372 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateRunning); in btif_a2dp_source_startup_delayed()
493 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateShuttingDown); in btif_a2dp_source_shutdown()
517 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateOff); in btif_a2dp_source_shutdown_delayed()