Home
last modified time | relevance | path

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

/system/vold/
DVolumeBase.cpp40 State::kUnmounted), mSilent(false) { in VolumeBase()
47 void VolumeBase::setState(State state) { in setState()
73 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) { in setMountFlags()
83 if ((mState != State::kUnmounted) && (mState != State::kUnmountable)) { in setMountUserId()
113 if (mState != State::kChecking) { in setPath()
124 if (mState != State::kChecking) { in setInternalPath()
170 setState(State::kUnmounted); in create()
181 if (mState == State::kMounted) { in destroy()
183 setState(State::kBadRemoval); in destroy()
185 setState(State::kRemoved); in destroy()
[all …]
DVolumeBase.h65 enum class State { enum
83 State getState() { return mState; } in getState()
136 State mState;
147 void setState(State state);
DTrimTask.cpp58 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) { in TrimTask()
DVolumeManager.cpp386 if (vol != nullptr && vol->getState() == android::vold::VolumeBase::State::kMounted) { in benchmarkPrivate()
/system/security/keystore/include/keystore/
Dkeystore.h23 enum State { enum
/system/security/keystore/
Dkeystore.cpp603 ResponseCode writeBlob(const char* filename, AES_KEY *aes_key, State state, Entropy* entropy) { in writeBlob()
666 ResponseCode readBlob(const char* filename, AES_KEY *aes_key, State state) { in readBlob()
771 void setState(State state) { in setState()
778 State getState() const { in getState()
970 State mState;
1036 State getState(uid_t userId) { in getState()
1879 State state = mKeyStore->getState(userId); in lock()
1894 State state = mKeyStore->getState(userId); in unlock()
2140 State state = mKeyStore->getState(get_user_id(callingUid)); in duplicate()
2809 State state = mKeyStore->getState(get_user_id(getEffectiveUid(targetUid))); in checkBinderPermissionAndKeystoreState()
[all …]
/system/core/init/
Dreadme.txt316 State of a named service ("stopped", "running", "restarting")
/system/core/toolbox/
DNOTICE322 Ken Smith of The State University of New York at Buffalo.