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