Home
last modified time | relevance | path

Searched defs:SetState (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.h39 void SetState(StateT state) { in SetState() function
197 void SetState(State state) { in SetState() function
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevice_groups.h60 void SetState(bluetooth::le_audio::types::CigState state) { in SetState() function
251 void SetState(types::AseState state) { in SetState() function
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.h104 virtual void SetState(BluetoothStreamState /*state*/) {} in SetState() function
Ddevice_port_proxy_hidl.cc470 void BluetoothAudioPortHidl::SetState(BluetoothStreamState state) { state_ = state; } in SetState() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
Ddevice_port_proxy.cc733 void BluetoothAudioPortAidl::SetState(BluetoothStreamState state) { state_ = state; } in SetState() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.h100 void SetState(ScoState state) { state_ = state; } in SetState() function
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DBaseNode.cpp225 void BaseNode::SetState(kBaseNodeState state) in SetState() function in BaseNode
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc225 void SetState(BtifA2dpSource::RunState state) { state_ = state; } in SetState() function in BtifA2dpSource