Searched refs:mState (Results 1 - 13 of 13) sorted by relevance

/system/chre/apps/chqts/src/general_test/
H A Dbasic_sensor_test_base.cc74 mState(State::kPreStart),
144 mState = State::kPreConfigure;
233 mState = State::kExpectingLastDataEvent;
239 mState = State::kExpectingInitialDataEvent;
265 mState = State::kFinished;
284 if (mState == State::kExpectingInitialDataEvent) {
287 } else if (mState == State::kExpectingLastDataEvent) {
312 if ((mState == State::kFinished) &&
357 if (mState == State::kFinished) {
378 if ((mState
[all...]
H A Dbasic_sensor_test_base.h104 State mState; member in class:general_test::BasicSensorTestBase
/system/vold/
H A DVolumeBase.cpp37 mType(type), mMountFlags(0), mMountUserId(-1), mCreated(false), mState(
46 mState = state;
47 notifyEvent(ResponseCode::VolumeStateChanged, StringPrintf("%d", mState));
71 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) {
81 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) {
111 if (mState != State::kChecking) {
122 if (mState != State::kChecking) {
179 if (mState
[all...]
H A DVolumeBase.h83 State getState() { return mState; }
136 State mState; member in class:android::vold::VolumeBase
/system/core/libutils/
H A DThreads.cpp345 assert(sizeof(hMutex) == sizeof(mState));
348 mState = (void*) hMutex;
356 assert(sizeof(hMutex) == sizeof(mState));
359 mState = (void*) hMutex;
367 assert(sizeof(hMutex) == sizeof(mState));
370 mState = (void*) hMutex;
375 CloseHandle((HANDLE) mState);
381 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
387 if (!ReleaseMutex((HANDLE) mState))
395 dwWaitResult = WaitForSingleObject((HANDLE) mState,
[all...]
/system/security/keystore/
H A Duser_state.h43 State getState() const { return mState; }
79 State mState; member in class:UserState
H A Duser_state.cpp36 mUserId(userId), mState(STATE_UNINITIALIZED), mRetry(MAX_RETRY) {
62 mState = state;
63 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) {
92 if (mState != STATE_UNINITIALIZED) {
/system/libhwbinder/
H A DBinder.cpp186 : mRemote(o.get()), mRefs(NULL), mState(0)
199 if (!(mState.load(std::memory_order_relaxed)&kRemoteAcquired)) {
208 mState.fetch_or(kRemoteAcquired, std::memory_order_relaxed);
/system/core/include/utils/
H A DMutex.h103 void* mState; member in class:android::Mutex
H A DCondition.h87 void* mState; member in class:android::Condition
/system/core/libutils/include/utils/
H A DMutex.h103 void* mState; member in class:android::Mutex
H A DCondition.h87 void* mState; member in class:android::Condition
/system/libhwbinder/include/hwbinder/
H A DBinder.h99 std::atomic<int32_t> mState; member in class:android::hardware::BpHwRefBase

Completed in 250 milliseconds