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.cc439 void BluetoothAudioPortOut::SetState(BluetoothStreamState state) { in SetState() function in android::bluetooth::audio::BluetoothAudioPortOut
Dstream_apis.cc222 out->bluetooth_output_.SetState(BluetoothStreamState::STANDBY); in out_set_parameters()
/system/bt/btif/src/
Dbtif_a2dp_source.cc212 void SetState(BtifA2dpSource::RunState state) { state_ = state; } in SetState() function in BtifA2dpSource
343 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateStartingUp); in btif_a2dp_source_startup()
367 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateRunning); in btif_a2dp_source_startup_delayed()
488 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateShuttingDown); in btif_a2dp_source_shutdown()
512 btif_a2dp_source_cb.SetState(BtifA2dpSource::kStateOff); in btif_a2dp_source_shutdown_delayed()