Home
last modified time | relevance | path

Searched defs:GetState (Results 1 – 9 of 9) 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/update_engine/
Dlibcurl_http_fetcher.h53 State GetState() { return state_; } in GetState() function
Ddynamic_partition_control_android.cc284 android::dm::DmDeviceState DynamicPartitionControlAndroid::GetState( in GetState() function in chromeos_update_engine::DynamicPartitionControlAndroid
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl34 int GetState(); in GetState() method
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.cc436 BluetoothStreamState BluetoothAudioPortOut::GetState() const { return state_; } in GetState() function in android::bluetooth::audio::BluetoothAudioPortOut
/system/apex/apexd/
Dapexd_session.cpp164 SessionState::State ApexSession::GetState() const { return state_.state(); } in GetState() function in android::apex::ApexSession
/system/core/fs_mgr/libdm/
Ddm.cpp211 DmDeviceState DeviceMapper::GetState(const std::string& name) const { in GetState() function in android::dm::DeviceMapper
/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