OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCpuScaling
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/sdcard/
testcase.h
88
bool cpuScaling() const { return
mCpuScaling
; }
89
void setCpuScaling() {
mCpuScaling
= true; }
140
bool
mCpuScaling
; // true, do not turn off cpu scaling.
testcase.cpp
45
mType(UNKNOWN_TEST), mDump(false),
mCpuScaling
(false),
Completed in 1294 milliseconds