Searched refs:getNextFrameId (Results 1 – 4 of 4) sorted by relevance
920 uint64_t getNextFrameId() { in getNextFrameId() function in android::GetFrameTimestampsTest1049 const uint64_t fId = getNextFrameId(); in TEST_F()1110 const uint64_t fId1 = getNextFrameId(); in TEST_F()1393 const uint64_t fId1 = getNextFrameId(); in TEST_F()1397 const uint64_t fId2 = getNextFrameId(); in TEST_F()1444 const uint64_t fId1 = getNextFrameId(); in TEST_F()1473 const uint64_t fId2 = getNextFrameId(); in TEST_F()1510 const uint64_t fId2 = getNextFrameId(); in TEST_F()1535 const uint64_t fId1 = getNextFrameId(); in TEST_F()1612 const uint64_t fId1 = getNextFrameId(); in TEST_F()[all …]
62 std::pair<bool,EGLuint64KHR> getNextFrameId(EGLDisplay dpy,
76 std::pair<bool,EGLuint64KHR> nextFrameId = mEgl->getNextFrameId(dpy, surface); in capture()
150 std::pair<bool,EGLuint64KHR> EGL::getNextFrameId(EGLDisplay dpy, EGLSurface surface) { in getNextFrameId() function in swappy::EGL