Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel.cpp44 timer_.setSingleShot(true); in QDeclarativeLocationTestModel()
45 connect(&timer_, SIGNAL(timeout()), this, SLOT(timerFired())); in QDeclarativeLocationTestModel()
50 if (timer_.isActive()) in ~QDeclarativeLocationTestModel()
51 timer_.stop(); in ~QDeclarativeLocationTestModel()
66 timer_.start(delay); in timerFired()
183 if (timer_.isActive()) in reset()
184 timer_.stop(); in reset()
201 if (timer_.isActive()) in scheduleRepopulation()
202 timer_.stop(); in scheduleRepopulation()
209 timer_.start(delay); in scheduleRepopulation()
[all …]
H A Dqdeclarativelocationtestmodel_p.h122 QTimer timer_; variable
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_trx_mit.c32 u32 timer_ = 0; in _hal_trx_mit_timer_convert() local
37 timer_ = timer >> UNIT_EXP_ARR[idx]; in _hal_trx_mit_timer_convert()
39 if (timer_ <= MUL_MAX) in _hal_trx_mit_timer_convert()
43 if (timer_ > MUL_MAX) in _hal_trx_mit_timer_convert()
46 *mul_ptr = (u8)timer_; in _hal_trx_mit_timer_convert()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_trx_mit.c32 u32 timer_ = 0; in _hal_trx_mit_timer_convert() local
37 timer_ = timer >> UNIT_EXP_ARR[idx]; in _hal_trx_mit_timer_convert()
39 if (timer_ <= MUL_MAX) in _hal_trx_mit_timer_convert()
43 if (timer_ > MUL_MAX) in _hal_trx_mit_timer_convert()
46 *mul_ptr = (u8)timer_; in _hal_trx_mit_timer_convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h118 timer_.start(500, this); in getTileImage()
138 timer_.stop(); in requestAborted()
160 if (event->timerId() != timer_.timerId()) { in timerEvent()
166 timer_.stop(); in timerEvent()
172 QBasicTimer timer_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilefetcher.cpp83 if (d->enabled_ && initialized() && !d->queue_.isEmpty() && !d->timer_.isActive()) in updateTileRequests()
84 d->timer_.start(0, this); in updateTileRequests()
121 d->timer_.stop(); in requestNextTile()
172 if (event->timerId() != d->timer_.timerId()) { in timerEvent()
179 d->timer_.stop(); in timerEvent()
H A Dqgeotilefetcher_p_p.h78 QBasicTimer timer_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotilefetcherosm.cpp140 d->timer_.start(0, this); in restartTimer()
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS7895 F: kernel/time/timer_*.c