Home
last modified time | relevance | path

Searched refs:dispatchAddQueueInterceptor (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSurface.h359 int dispatchAddQueueInterceptor(va_list args);
/frameworks/native/libs/gui/
DSurface.cpp1692 res = dispatchAddQueueInterceptor(args);
1977 int Surface::dispatchAddQueueInterceptor(va_list args) { function in android::Surface