OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_interactive
(Results
1 - 5
of
5
) sorted by null
/device/lge/bullhead/power/
power.c
352
void
set_interactive
(struct power_module *module, int on)
function
363
ALOGI("Got
set_interactive
hint");
685
.setInteractive =
set_interactive
,
/device/google/marlin/power/
power.c
477
void
set_interactive
(struct power_module *module, int on)
function
488
ALOGI("Got
set_interactive
hint");
815
.setInteractive =
set_interactive
,
/device/huawei/angler/power/
power.c
433
void
set_interactive
(struct power_module *module, int on)
function
444
ALOGI("Got
set_interactive
hint");
766
.setInteractive =
set_interactive
,
/system/update_engine/
omaha_request_params.h
132
inline void
set_interactive
(bool interactive) { interactive_ = interactive; }
function in class:chromeos_update_engine::OmahaRequestParams
omaha_request_action_unittest.cc
543
params.
set_interactive
(true);
664
params.
set_interactive
(true);
711
params.
set_interactive
(true);
[
all
...]
Completed in 148 milliseconds