Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 2 of 2) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp89 EGLuint64KHR fid = *frameIds.begin(); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() local
92 renderer->egl.display, renderer->egl.surface, fid, 2, timestamps, values); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
108 LOGE("Unable to retrieve frame data for frame %" PRIu64, fid); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_testlog_utils.py171 with open(filename, 'r') as fid:
173 for idx_line, current_line in enumerate(fid):