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

/system/core/libutils/
H A DThreads.cpp366 assert(sizeof(hMutex) == sizeof(mState));
369 mState = (void*) hMutex;
377 assert(sizeof(hMutex) == sizeof(mState));
380 mState = (void*) hMutex;
388 assert(sizeof(hMutex) == sizeof(mState));
391 mState = (void*) hMutex;
396 CloseHandle((HANDLE) mState);
402 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
408 if (!ReleaseMutex((HANDLE) mState))
416 dwWaitResult = WaitForSingleObject((HANDLE) mState,
[all...]
/system/vold/
H A DVolume.h28 int mState; member in class:Volume
77 int getState() { return mState; }
H A DVolume.cpp119 mState = Volume::State_Init;
197 int oldState = mState;
208 mState = state;
211 oldState, stateToStr(oldState), mState, stateToStr(mState));
214 getFuseMountpoint(), oldState, stateToStr(oldState), mState,
215 stateToStr(mState));
/system/core/include/utils/
H A DCondition.h80 void* mState; member in class:android::Condition
H A DMutex.h83 void* mState; member in class:android::Mutex
/system/security/keystore/
H A Dkeystore.cpp662 mState = state;
663 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) {
669 return mState;
855 State mState; member in class:UserState

Completed in 106 milliseconds