HomeSort by relevance Sort by last modified time
    Searched refs:expectedPresent (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DeserializeMethodTest.java 39 private void assertDeserializeMethod(Class<?> clazz, boolean expectedPresent) {
42 if (!expectedPresent)
46 if (expectedPresent)
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 49 nsecs_t expectedPresent, uint64_t maxFrameNumber) {
85 // If expectedPresent is specified, we may not want to return a buffer yet.
90 if (expectedPresent != 0 && !mCore->mQueue.empty()) {
93 // The 'expectedPresent' argument indicates when the buffer is expected
95 // earlier (less) than expectedPresent -- meaning it will be displayed
98 // expectedPresent time, we return PRESENT_LATER without acquiring it.
100 // To be safe, we don't defer acquisition if expectedPresent is more
130 if (desiredPresent < expectedPresent - MAX_REASONABLE_NSEC ||
131 desiredPresent > expectedPresent) {
137 desiredPresent, expectedPresent,
    [all...]
  /frameworks/native/include/gui/
BufferQueueConsumer.h 44 // If expectedPresent is nonzero, it indicates the time when the buffer
50 nsecs_t expectedPresent, uint64_t maxFrameNumber = 0) override;
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
SurfaceFlinger.cpp 948 nsecs_t expectedPresent = mPrimaryDispSync.computeNextRefresh(0);
950 bool frameMissed = (expectedPresent == previousExpectedPresent);
    [all...]
SurfaceFlinger_hwc1.cpp 952 nsecs_t expectedPresent = mPrimaryDispSync.computeNextRefresh(0);
954 bool frameMissed = (expectedPresent == previousExpectedPresent);
    [all...]

Completed in 285 milliseconds