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

/system/vold/
H A DVolumeBase.cpp39 mType(type), mMountFlags(0), mMountUserId(-1), mCreated(false), mState(
48 mState = state;
49 notifyEvent(ResponseCode::VolumeStateChanged, StringPrintf("%d", mState));
73 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) {
83 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) {
113 if (mState != State::kChecking) {
124 if (mState != State::kChecking) {
181 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.cpp358 assert(sizeof(hMutex) == sizeof(mState));
361 mState = (void*) hMutex;
369 assert(sizeof(hMutex) == sizeof(mState));
372 mState = (void*) hMutex;
380 assert(sizeof(hMutex) == sizeof(mState));
383 mState = (void*) hMutex;
388 CloseHandle((HANDLE) mState);
394 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
400 if (!ReleaseMutex((HANDLE) mState))
408 dwWaitResult = WaitForSingleObject((HANDLE) mState,
[all...]
/system/core/include/utils/
H A DCondition.h80 void* mState; member in class:android::Condition
H A DMutex.h94 void* mState; member in class:android::Mutex
/system/security/keystore/
H A Dkeystore.cpp772 mState = state;
773 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) {
779 return mState;
812 if (mState != STATE_UNINITIALIZED) {
970 State mState; member in class:UserState

Completed in 1012 milliseconds