OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_handler
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc
12
TimeoutMonitor::TimeoutMonitor(const TimeoutHandler&
timeout_handler
)
13
: timeout_handler_(
timeout_handler
) {
timeout_monitor.h
21
explicit TimeoutMonitor(const TimeoutHandler&
timeout_handler
);
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h
51
static void
timeout_handler
(void *udata);
hwc_mdpcomp.cpp
123
idleInvalidator->init(
timeout_handler
, ctx, idle_timeout);
129
void MDPComp::
timeout_handler
(void *udata) {
function in class:qhwc::MDPComp
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h
54
static void
timeout_handler
(void *udata);
hwc_mdpcomp.cpp
135
idleInvalidator->init(
timeout_handler
, ctx, idle_timeout);
147
void MDPComp::
timeout_handler
(void *udata) {
function in class:qhwc::MDPComp
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.h
51
static void
timeout_handler
(void *udata);
hwc_mdpcomp.cpp
119
idleInvalidator->init(
timeout_handler
, ctx, idle_timeout);
124
void MDPComp::
timeout_handler
(void *udata) {
function in class:qhwc::MDPComp
[
all
...]
Completed in 249 milliseconds