Searched refs:sceneId (Results 1 – 2 of 2) sorted by relevance
81 int sceneId = frame / ReferenceRenderer::FRAMES_PER_SCENE; in update() local83 mCurrentScene = mScenes[sceneId]; in update()
295 public final String sceneId; field in ItsTestActivity.ResultKey297 public ResultKey(String cameraId, String sceneId) { in ResultKey() argument299 this.sceneId = sceneId; in ResultKey()308 return cameraId.equals(other.cameraId) && sceneId.equals(other.sceneId); in equals()316 h = ((h << 5) - h) ^ sceneId.hashCode(); in hashCode()332 return k1.sceneId.compareTo(k2.sceneId);503 k.cameraId, k.sceneId, status)); in onReceive()