Searched refs:synthetic (Results 1 – 6 of 6) sorted by relevance
335 if (!mVSyncState || mVSyncState->synthetic) { in onScreenReleased()339 mVSyncState->synthetic = true; in onScreenReleased()345 if (!mVSyncState || !mVSyncState->synthetic) { in onScreenAcquired()349 mVSyncState->synthetic = false; in onScreenAcquired()457 nextState = mVSyncState->synthetic ? State::SyntheticVSync : State::VSync; in threadMain()602 mVSyncState->synthetic ? ", synthetic" : ""); in dump()
234 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;