OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:State_Mounted
(Results
1 - 4
of
4
) sorted by null
/system/vold/
Volume.h
35
static const int
State_Mounted
= 4;
Volume.cpp
95
else if (state == Volume::
State_Mounted
)
218
setState(Volume::
State_Mounted
);
325
setState(Volume::
State_Mounted
);
452
setState(Volume::
State_Mounted
);
597
if (getState() != Volume::
State_Mounted
) {
612
setState(Volume::
State_Mounted
);
681
setState(Volume::
State_Mounted
);
DirectVolume.cpp
302
if (state != Volume::
State_Mounted
&& state != Volume::State_Shared) {
VolumeManager.cpp
1103
if (v->getState() != Volume::
State_Mounted
) {
[
all
...]
Completed in 30 milliseconds