Searched refs:prepareFrame (Results 1 – 10 of 10) sorted by relevance
51 virtual status_t prepareFrame(CompositionType compositionType) = 0;
44 virtual status_t prepareFrame(CompositionType compositionType);
86 virtual status_t prepareFrame(CompositionType compositionType);
95 status_t FramebufferSurface::prepareFrame(CompositionType /*compositionType*/) { in prepareFrame() function in android::FramebufferSurface
131 status_t VirtualDisplaySurface::prepareFrame(CompositionType compositionType) { in prepareFrame() function in android::VirtualDisplaySurface
152 status_t prepareFrame(HWComposer& hwc);155 status_t prepareFrame(const HWComposer& hwc) const;
272 status_t DisplayDevice::prepareFrame(HWComposer& hwc) { in prepareFrame() function in DisplayDevice293 return mDisplaySurface->prepareFrame(compositionType); in prepareFrame()296 status_t DisplayDevice::prepareFrame(const HWComposer& hwc) const { in prepareFrame() function in DisplayDevice312 return mDisplaySurface->prepareFrame(compositionType); in prepareFrame()
1533 status_t result = displayDevice->prepareFrame(*mHwc); in doDebugFlashRegions()1933 status_t result = displayDevice->prepareFrame(*mHwc); in setUpHWComposer()
1488 hw->prepareFrame(hwc); in setUpHWComposer()
518 static void prepareFrame(int width, int height) in prepareFrame() function771 prepareFrame(width, height); in appRender()