Searched refs:mCBContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp98 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...]
H A DHWComposer.h321 cb_context* mCBContext; member in class:android::HWComposer

Completed in 51 milliseconds