OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoHint
(Results
1 - 6
of
6
) sorted by null
/device/google/wahoo/power-libperfmgr/
Power.cpp
65
mHintManager->
DoHint
("VIDEO_ENCODE");
69
mHintManager->
DoHint
("SUSTAINED_PERFORMANCE");
73
mHintManager->
DoHint
("VR_MODE");
77
mHintManager->
DoHint
("VR_SUSTAINED_PERFORMANCE");
87
mHintManager->
DoHint
("AUDIO_LOW_LATENCY");
121
mHintManager->
DoHint
("VIDEO_ENCODE");
143
mHintManager->
DoHint
("SUSTAINED_PERFORMANCE");
149
mHintManager->
DoHint
("VR_SUSTAINED_PERFORMANCE");
160
mHintManager->
DoHint
("VR_MODE");
176
mHintManager->
DoHint
("VR_MODE")
[
all
...]
InteractionHandler.cpp
95
if (!mHintManager->
DoHint
("INTERACTION")) {
/system/extras/libperfmgr/include/perfmgr/
HintManager.h
48
bool
DoHint
(const std::string& hint_type);
53
bool
DoHint
(const std::string& hint_type,
/system/extras/libperfmgr/tests/
HintManagerTest.cc
185
EXPECT_TRUE(hm.
DoHint
("INTERACTION"));
190
EXPECT_TRUE(hm.
DoHint
("INTERACTION", 200ms));
192
EXPECT_TRUE(hm.
DoHint
("LAUNCH"));
196
EXPECT_TRUE(hm.
DoHint
("LAUNCH", 500ms));
343
EXPECT_TRUE(hm->
DoHint
("INTERACTION"));
348
EXPECT_TRUE(hm->
DoHint
("LAUNCH"));
/system/extras/libperfmgr/tools/
ConfigVerifier.cc
108
hm->
DoHint
(hint);
/system/extras/libperfmgr/
HintManager.cc
44
bool HintManager::
DoHint
(const std::string& hint_type) {
51
bool HintManager::
DoHint
(const std::string& hint_type,
Completed in 289 milliseconds