Home
last modified time | relevance | path

Searched refs:State (Results 1 – 25 of 30) sorted by relevance

12

/device/generic/goldfish/wifi/wifi_hal/
Dhalstate.cpp19 HalState::HalState() : mState(State::Constructed) { in HalState()
26 if (mState != State::Stopped && mState != State::Constructed) { in init()
41 mState = State::Initialized; in init()
53 if (mState == State::Stopping || mState == State::Stopped) { in stop()
57 if (mState != State::Running) { in stop()
67 mState = State::Stopped; in stop()
70 mState = State::Stopping; in stop()
82 if (mState != State::Initialized || !mInfo) { in eventLoop()
85 mState = State::Running; in eventLoop()
100 mState = State::Stopped; in onStop()
Dhalstate.h45 enum class State { enum
57 State mState;
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp57 mState(State::Init), in DhcpClient()
109 case State::Init: in run()
113 setNextState(State::Selecting); in run()
115 case State::Selecting: in run()
122 case State::Requesting: in run()
128 setNextState(State::Init); in run()
134 case State::Bound: in run()
141 setNextState(State::Renewing); in run()
152 case State::Renewing: in run()
159 setNextState(State::Rebinding); in run()
[all …]
Ddhcpclient.h45 enum class State { enum
53 const char* stateToStr(State state);
63 void setNextState(State state);
102 State mState;
/device/generic/goldfish-opengl/android-emu/android/base/threads/
DAndroidWorkPool.cpp197 enum State { enum in android::base::guest::WorkPoolThread
216 case State::Unacquired: in acquire()
217 mState = State::Acquired; in acquire()
219 case State::Acquired: in acquire()
220 case State::Scheduled: in acquire()
221 case State::Exiting: in acquire()
229 case State::Unacquired: in run()
231 case State::Acquired: { in run()
232 mState = State::Scheduled; in run()
244 case State::Scheduled: in run()
[all …]
/device/linaro/hikey/bluetooth/
Dhci_packetizer.h41 enum State { HCI_PREAMBLE, HCI_PAYLOAD }; enum
42 State state_{HCI_PREAMBLE};
/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.h66 struct State { struct
80 State state_; argument
/device/google/coral/vibrator/bench/
Dbenchmark.cpp36 void SetUp(::benchmark::State & /*state*/) override { in SetUp() argument
88 (benchmark::State & state){code} BENCHMARK_REGISTER_F(fixt, test)->Apply(fixt::DefaultArgs)
/device/google/muskie/self-extractors/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt174 Agreement. This Agreement is governed by the laws of the State of California,
DNOTICE174 Agreement. This Agreement is governed by the laws of the State of California,
/device/google/coral/self-extractors/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/bonito/self-extractors/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/crosshatch/self-extractors/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/taimen/self-extractors/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/bonito/self-extractors_sargo/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/coral/self-extractors_flame/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/coral/self-extractors_flame/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/crosshatch/self-extractors/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/crosshatch/self-extractors_blueline/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/muskie/self-extractors/google_devices/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/crosshatch/self-extractors_blueline/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/google/taimen/self-extractors/qcom/
DLICENSE232 accordance with the laws of the State of California without giving
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/
DNOTICE174 Agreement. This Agreement is governed by the laws of the State of California,
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/
DLICENSE174 Agreement. This Agreement is governed by the laws of the State of California,

12