Home
last modified time | relevance | path

Searched refs:GrallocSync (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h32 FEATURE_CONTROL_ITEM(GrallocSync, 47)
/hardware/google/gfxstream/host/
DRenderControl.cpp87 class GrallocSync { class
89 GrallocSync() { in GrallocSync() function in gfxstream::GrallocSync
108 mEnabled = FrameBuffer::getFB()->getFeatures().GrallocSync.enabled; in GrallocSync()
152 DISALLOW_COPY_ASSIGN_AND_MOVE(GrallocSync);
157 GrallocSyncPostLock(GrallocSync& grallocsync) : in GrallocSyncPostLock()
161 static GrallocSync* sGrallocSync() { in sGrallocSync()
162 static GrallocSync* g = new GrallocSync; in sGrallocSync()
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h111 FeatureInfo GrallocSync = { member