OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANativeWindow_dequeueBuffer
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/nativewindow/include/vndk/
window.h
273
int
ANativeWindow_dequeueBuffer
(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
/frameworks/native/libs/nativewindow/
ANativeWindow.cpp
182
int
ANativeWindow_dequeueBuffer
(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd) {
/frameworks/rs/driver/
rsdAllocation.cpp
708
int r =
ANativeWindow_dequeueBuffer
(nw, &drv->wndBuffer, &fenceID);
[
all
...]
Completed in 47 milliseconds