Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_SET_BUFFERS_FORMAT (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h215 NATIVE_WINDOW_SET_BUFFERS_FORMAT = 9, enumerator
692 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format); in native_window_set_buffers_format()
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp53 case NATIVE_WINDOW_SET_BUFFERS_FORMAT: { in forwardPerform()
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp83 case NATIVE_WINDOW_SET_BUFFERS_FORMAT: in perform()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp365 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)) in makeFakeExistingDisplayInjector()
386 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)) in setupNativeWindowSurfaceCreationCallExpectations()
1216 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)).Times(1); in getBestColorMode()
2156 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)).Times(1); in TEST_F()
2201 EXPECT_CALL(*nativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)).Times(1); in TEST_F()
DCompositionTest.cpp283 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)).Times(1); in setupPreconditions()
/frameworks/native/libs/gui/
DSurface.cpp1007 case NATIVE_WINDOW_SET_BUFFERS_FORMAT: in perform()