"libc/bionic/dup2.cpp" did not exist on "f8fcfbc85a3ce3e195626b90736d3a484331494b"
  • Andy McFadden's avatar
    Pay attention to buffer timestamps · 1585c4d9
    Andy McFadden authored
    When acquiring a buffer, SurfaceFlinger now computes the expected
    presentation time and passes it to the BufferQueue acquireBuffer()
    method.  If it's not yet time to display the buffer, acquireBuffer()
    returns PRESENT_LATER instead of a buffer.
    
    The current implementation of the expected-present-time computation
    uses approximations and guesswork.
    
    Bug 7900302
    
    Change-Id: If9345611c5983a11a811935aaf27d6388a5036f1
    1585c4d9
BufferItemConsumer.cpp 3.24 KB