Searched defs:getState (Results 1 - 2 of 2) sorted by path

/system/security/keystore/
H A Dkeystore.cpp463 State getState() const { function in class:KeyStore
936 return (ResponseCode) keyStore->getState();
1030 switch (keyStore->getState()) {
1392 if (action->state != STATE_ANY && action->state != keyStore->getState()) {
1393 return (ResponseCode) keyStore->getState();
1456 State old_state = keyStore.getState();
1466 old_state, keyStore.getState(),
/system/vold/
H A DVolume.h74 int getState() { return mState; } function in class:Volume

Completed in 920 milliseconds