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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 97 mCBContext(new cb_context),
141 mCBContext->hwc = this;
142 mCBContext->procs.invalidate = &hook_invalidate;
143 mCBContext->procs.vsync = &hook_vsync;
145 mCBContext->procs.hotplug = &hook_hotplug;
147 mCBContext->procs.hotplug = NULL;
148 memset(mCBContext->procs.zero, 0, sizeof(mCBContext->procs.zero));
149 mHwc->registerProcs(mHwc, &mCBContext->procs);
216 delete mCBContext;
    [all...]
HWComposer.h 339 cb_context* mCBContext;

Completed in 24 milliseconds