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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp88 mCBContext(new cb_context),
137 mCBContext->hwc = this;
138 mCBContext->procs.invalidate = &hook_invalidate;
139 mCBContext->procs.vsync = &hook_vsync;
141 mCBContext->procs.hotplug = &hook_hotplug;
143 mCBContext->procs.hotplug = NULL;
144 memset(mCBContext->procs.zero, 0, sizeof(mCBContext->procs.zero));
145 mHwc->registerProcs(mHwc, &mCBContext->procs);
212 delete mCBContext;
[all...]
H A DHWComposer.h343 cb_context* mCBContext; member in class:android::HWComposer

Completed in 217 milliseconds