OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:State_Pending
(Results
1 - 3
of
3
) sorted by null
/system/vold/
Volume.h
35
static const int
State_Pending
= 2;
Volume.cpp
95
else if (state == Volume::
State_Pending
)
204
if ((oldState == Volume::
State_Pending
) && (state != Volume::State_Idle)) {
347
if (getState() == Volume::
State_Pending
) {
DirectVolume.cpp
183
setState(Volume::
State_Pending
);
271
setState(Volume::
State_Pending
);
Completed in 197 milliseconds