HomeSort by relevance Sort by last modified time
    Searched defs:HWComposer (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 32 #include <hardware/hwcomposer.h>
40 #include "HWComposer.h"
46 HWComposer::HWComposer(
96 HWComposer::~HWComposer() {
107 status_t HWComposer::initCheck() const {
111 void HWComposer::hook_invalidate(struct hwc_procs* procs) {
115 void HWComposer::hook_vsync(struct hwc_procs* procs, int dpy, int64_t timestamp) {
119 void HWComposer::invalidate()
    [all...]
HWComposer.h 25 #include <hardware/hwcomposer.h>
41 class HWComposer
45 friend class HWComposer;
51 HWComposer(const sp<SurfaceFlinger>& flinger,
53 ~HWComposer();
94 HWComposer& mHwc;
103 VSyncThread(HWComposer& hwc);
124 HWComposer* hwc;

Completed in 26 milliseconds