Home
last modified time | relevance | path

Searched refs:StartTimer (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc55 SET_HANDLER("start_timer", StartTimer); in TestCommandHandler()
85 StartTimer({}); in AddDefaults()
294 void TestCommandHandler::StartTimer(const vector<std::string>& args) { in StartTimer() function in rootcanal::TestCommandHandler
298 model_.StartTimer(); in StartTimer()
Dtest_model.cc73 StartTimer(); in SetTimerPeriod()
76 void TestModel::StartTimer() { in StartTimer() function in rootcanal::TestModel
Dtest_command_handler.h81 void StartTimer(const std::vector<std::string>& args);
Dtest_model.h106 void StartTimer();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/
DVideoJitterBuffer.h79 void StartTimer(uint32_t time, uint32_t rate);
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc259 test_channel_.StartTimer({}); in SetUpTestChannel()
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc182 test_model_.StartTimer(); in initialize_impl()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/nodes/
DIVideoRendererNode.cpp76 jitter->StartTimer(mLossDuration / 1000, mLossRateThreshold); in Start()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoJitterBuffer.cpp130 void VideoJitterBuffer::StartTimer(uint32_t time, uint32_t rate) in StartTimer() function in VideoJitterBuffer