HomeSort by relevance Sort by last modified time
    Searched defs:timeout_handler (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/lit/lit/
run.py 243 def timeout_handler(): function in function:Run.execute_tests
245 timeout_timer = threading.Timer(max_time, timeout_handler)
  /hardware/qcom/display/msm8960/libhwcomposer/
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.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/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 157 idleInvalidator->init(timeout_handler, ctx,
178 void MDPComp::timeout_handler(void *udata) { function in class:qhwc::MDPComp
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 152 idleInvalidator->init(timeout_handler, ctx, idle_timeout);
171 void MDPComp::timeout_handler(void *udata) { function in class:qhwc::MDPComp
    [all...]

Completed in 511 milliseconds