Searched refs:gazeDetection (Results 1 – 3 of 3) sorted by relevance
159 public final @Nullable GazeDetection gazeDetection; field in OccupantAwarenessDetection171 @Nullable GazeDetection gazeDetection, in OccupantAwarenessDetection() argument176 this.gazeDetection = gazeDetection; in OccupantAwarenessDetection()190 dest.writeParcelable(gazeDetection, flags); in writeToParcel()201 + (gazeDetection == null ? "(null)" : gazeDetection.toString()) in toString()223 gazeDetection = in.readParcelable(GazeDetection.class.getClassLoader()); in OccupantAwarenessDetection()
223 GazeDetection gazeDetection = null; in convertToDetectionEvent() local225 gazeDetection = convertToGazeDetection(inputDetection.gazeData[0]); in convertToDetectionEvent()239 gazeDetection, in convertToDetectionEvent()
190 && event.gazeDetection != null) { in processDetectionEvent()194 mProcessor.updateAttention(event.gazeDetection, event.timestampMillis); in processDetectionEvent()