Searched refs:synthetic (Results 1 – 6 of 6) sorted by relevance
264 if (!mVSyncState || mVSyncState->synthetic) { in onScreenReleased()268 mVSyncState->synthetic = true; in onScreenReleased()274 if (!mVSyncState || !mVSyncState->synthetic) { in onScreenAcquired()278 mVSyncState->synthetic = false; in onScreenAcquired()358 nextState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()449 mVSyncState->synthetic ? ", synthetic" : ""); in dump()
197 bool synthetic = false; member
17 package com.android.benchmark.synthetic;
8 ; synthetic version of slang that will likely not exist in the wild
40 import com.android.benchmark.synthetic.MemoryActivity;