Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h274 int dispatchAddPerformInterceptor(va_list args);
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1484 res = dispatchAddPerformInterceptor(args); in perform()
1760 int Surface::dispatchAddPerformInterceptor(va_list args) { in dispatchAddPerformInterceptor() function in android::Surface