Searched defs:State (Results 1 - 6 of 6) sorted by relevance

/system/update_engine/update_manager/
H A Dstate.h30 // The State class is an interface to the ensemble of providers. This class
32 class State { class in namespace:chromeos_update_manager
34 virtual ~State() {}
46 State() {} function in class:chromeos_update_manager::State
49 DISALLOW_COPY_AND_ASSIGN(State);
/system/bt/vendor_libs/linux/interface/
H A Dhci_packetizer.h42 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enum in class:android::hardware::bluetooth::hci::HciPacketizer
43 State state_{HCI_PREAMBLE};
/system/chre/apps/chqts/src/general_test/
H A Dbasic_sensor_test_base.h90 enum State { enum in class:general_test::BasicSensorTestBase
104 State mState;
/system/core/libziparchive/include/ziparchive/
H A Dzip_writer.h169 enum class State { class in class:ZipWriter
179 State state_;
/system/security/keystore/include/keystore/
H A Dkeystore.h23 enum State { enum
/system/vold/
H A DVolumeBase.h65 enum class State { class in class:android::vold::VolumeBase
83 State getState() { return mState; }
136 State mState;
147 void setState(State state);

Completed in 148 milliseconds