OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndHint
(Results
1 - 6
of
6
) sorted by null
/device/google/wahoo/power-libperfmgr/
Power.cpp
129
mHintManager->
EndHint
("VIDEO_ENCODE");
148
mHintManager->
EndHint
("VR_MODE");
157
mHintManager->
EndHint
("VR_SUSTAINED_PERFORMANCE");
158
mHintManager->
EndHint
("SUSTAINED_PERFORMANCE");
181
mHintManager->
EndHint
("SUSTAINED_PERFORMANCE");
190
mHintManager->
EndHint
("VR_SUSTAINED_PERFORMANCE");
191
mHintManager->
EndHint
("VR_MODE");
217
mHintManager->
EndHint
("LAUNCH");
437
mHintManager->
EndHint
("AUDIO_LOW_LATENCY");
454
mHintManager->
EndHint
("AUDIO_STREAMING")
[
all
...]
InteractionHandler.cpp
103
if (!mHintManager->
EndHint
("INTERACTION")) {
/system/extras/libperfmgr/include/perfmgr/
HintManager.h
58
bool
EndHint
(const std::string& hint_type);
/system/extras/libperfmgr/tests/
HintManagerTest.cc
205
EXPECT_TRUE(hm.
EndHint
("LAUNCH"));
214
EXPECT_TRUE(hm.
EndHint
("INTERACTION"));
356
EXPECT_TRUE(hm->
EndHint
("LAUNCH"));
/system/extras/libperfmgr/tools/
ConfigVerifier.cc
112
hm->
EndHint
(hint);
/system/extras/libperfmgr/
HintManager.cc
65
bool HintManager::
EndHint
(const std::string& hint_type) {
Completed in 1000 milliseconds