Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dbluetooth_test.cc82 bt_state_t BluetoothTest::GetState() { return state_; } in GetState() function in bttest::BluetoothTest
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl34 int GetState(); in GetState() method
/system/update_engine/
Ddynamic_partition_control_android.cc165 android::dm::DmDeviceState DynamicPartitionControlAndroid::GetState( in GetState() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/apex/apexd/
Dapexd_session.cpp167 SessionState::State ApexSession::GetState() const { return state_.state(); } in GetState() function in android::apex::ApexSession
/system/core/fs_mgr/libdm/
Ddm.cpp101 DmDeviceState DeviceMapper::GetState(const std::string& name) const { in GetState() function in android::dm::DeviceMapper
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc437 BluetoothStreamState BluetoothAudioPortOut::GetState() const { return state_; } in GetState() function in android::bluetooth::audio::BluetoothAudioPortOut
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc61 Status BluetoothBinderServer::GetState(int32_t* _aidl_return) { in GetState() function in ipc::binder::BluetoothBinderServer
/system/bt/service/
Dadapter.cc229 AdapterState GetState() const override { return state_.load(); } in GetState() function in bluetooth::AdapterImpl