Searched refs:dequeueBuffer_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
46 int (*dequeueBuffer_DEPRECATED)(ANativeWindow*, ANativeWindowBuffer**); member64 return anw->dequeueBuffer_DEPRECATED(anw, anwb); in native_window_dequeue_buffer_and_wait()
90 static int dequeueBuffer_DEPRECATED(ANativeWindow* window, ANativeWindowBuffer** buffer) { in dequeueBuffer_DEPRECATED() function131 return dequeueBuffer_DEPRECATED(window, buffer); in dequeueBuffer()157 this->dequeueBuffer_DEPRECATED = ::dequeueBuffer_DEPRECATED; in FakeANativeWindow()