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

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
LinearFakeValueGenerator.h 53 void onTimer(const std::vector<int32_t>& properties);
LinearFakeValueGenerator.cpp 34 mRecurrentTimer(std::bind(&LinearFakeValueGenerator::onTimer, this, std::placeholders::_1)) {}
97 void LinearFakeValueGenerator::onTimer(const std::vector<int32_t>& properties) {
  /external/autotest/client/cros/cellular/
forward_8960_screen 31 function onTimer() {
46 t = setTimeout("onTimer()", 1000);
49 setTimeout("onTimer()", 0);
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.h 54 static void onTimer(void*);
v8-heap-profiler-agent-impl.cc 293 void V8HeapProfilerAgentImpl::onTimer(void* data) {
303 0.05, &V8HeapProfilerAgentImpl::onTimer, reinterpret_cast<void*>(this));

Completed in 72 milliseconds