Searched refs:synthetic (Results 1 – 6 of 6) sorted by relevance
272 if (!mVSyncState || mVSyncState->synthetic) { in onScreenReleased()276 mVSyncState->synthetic = true; in onScreenReleased()282 if (!mVSyncState || !mVSyncState->synthetic) { in onScreenAcquired()286 mVSyncState->synthetic = false; in onScreenAcquired()366 nextState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()459 mVSyncState->synthetic ? ", synthetic" : ""); in dump()
201 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;