Searched refs:isDecrypted (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DDirectVolume.h62 int isDecrypted() { return mIsDecrypted; } function in class:DirectVolume
H A DVolume.h91 virtual int isDecrypted(void) = 0;
H A DVolume.cpp349 !strcmp(crypto_state, "encrypted") && !isDecrypted()) {
644 if (revert && isDecrypted()) {

Completed in 539 milliseconds