Home
last modified time | relevance | path

Searched refs:keyEnd (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c380 static struct timeval keyStart, keyEnd; in input_thread() local
386 memset(&keyEnd, 0, sizeof(struct timeval)); in input_thread()
526 gettimeofday(&keyEnd, NULL); in input_thread()
528 … printf("key hold time:%lu, g_key_test=%d\n",keyEnd.tv_sec-keyStart.tv_sec, g_key_test); in input_thread()
536 if((keyEnd.tv_sec-keyStart.tv_sec) >= 5) in input_thread()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp812 for (auto it = availablePlugins.keyBegin(), end = availablePlugins.keyEnd(); it != end; ++it) { in filterParameterMap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp633 for (auto it = m_tempTree.keyBegin(), end = m_tempTree.keyEnd(); it != end; ++it) { in initializeCategories()