Searched refs:getCurrentBufferIndex (Results 1 – 5 of 5) sorted by relevance
64 int getCurrentBufferIndex() const;
93 int getCurrentBufferIndex() const;
358 int DisplayHardware::getCurrentBufferIndex() const { in getCurrentBufferIndex() function in DisplayHardware359 return mNativeWindow->getCurrentBufferIndex(); in getCurrentBufferIndex()
196 int FramebufferNativeWindow::getCurrentBufferIndex() const in getCurrentBufferIndex() function in android::FramebufferNativeWindow
463 const int index = hw.getCurrentBufferIndex(); in threadLoop()