Home
last modified time | relevance | path

Searched refs:sceneId (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java103 public final String sceneId; field in ItsTestActivity.ResultKey
105 public ResultKey(String cameraId, String sceneId) { in ResultKey() argument
107 this.sceneId = sceneId; in ResultKey()
116 return cameraId.equals(other.cameraId) && sceneId.equals(other.sceneId); in equals()
124 h = ((h << 5) - h) ^ sceneId.hashCode(); in hashCode()
140 return k1.sceneId.compareTo(k2.sceneId);
206 if (!scenes.contains(k.sceneId)) { in onReceive()
274 k.cameraId, k.sceneId, status)); in onReceive()
/cts/tests/openglperf2/jni/reference/
DReferenceRenderer.cpp81 int sceneId = frame / ReferenceRenderer::FRAMES_PER_SCENE; in update() local
83 mCurrentScene = mScenes[sceneId]; in update()