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

  /frameworks/native/include/gui/
SurfaceTexture.h 167 // isSynchronousMode returns whether the SurfaceTexture is currently in
169 bool isSynchronousMode() const;
BufferQueue.h 242 // isSynchronousMode returns whether the SurfaceTexture is currently in
244 bool isSynchronousMode() const;
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 708 bool SurfaceTexture::isSynchronousMode() const {
710 return mBufferQueue->isSynchronousMode();
BufferQueue.cpp 154 bool BufferQueue::isSynchronousMode() const {
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]

Completed in 507 milliseconds