Searched refs:dequeueBuffer_DEPRECATED (Results 1 – 3 of 3) 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()
57 #define dequeueBuffer_DEPRECATED dequeueBuffer macro397 if (nativeWindow->dequeueBuffer_DEPRECATED(nativeWindow, &buffer) != NO_ERROR) { in init()