Searched refs:sceneId (Results 1 – 2 of 2) sorted by relevance
113 public final String sceneId; field in ItsTestActivity.ResultKey115 public ResultKey(String cameraId, String sceneId) { in ResultKey() argument117 this.sceneId = sceneId; in ResultKey()126 return cameraId.equals(other.cameraId) && sceneId.equals(other.sceneId); in equals()134 h = ((h << 5) - h) ^ sceneId.hashCode(); in hashCode()150 return k1.sceneId.compareTo(k2.sceneId);216 if (!scenes.contains(k.sceneId)) { in onReceive()287 k.cameraId, k.sceneId, status)); in onReceive()
81 int sceneId = frame / ReferenceRenderer::FRAMES_PER_SCENE; in update() local83 mCurrentScene = mScenes[sceneId]; in update()