Home
last modified time | relevance | path

Searched refs:gazeDetection (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DOccupantAwarenessDetection.java159 public final @Nullable GazeDetection gazeDetection; field in OccupantAwarenessDetection
171 @Nullable GazeDetection gazeDetection, in OccupantAwarenessDetection() argument
176 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()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessUtils.java223 GazeDetection gazeDetection = null; in convertToDetectionEvent() local
225 gazeDetection = convertToGazeDetection(inputDetection.gazeData[0]); in convertToDetectionEvent()
239 gazeDetection, in convertToDetectionEvent()
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplier.java190 && event.gazeDetection != null) { in processDetectionEvent()
194 mProcessor.updateAttention(event.gazeDetection, event.timestampMillis); in processDetectionEvent()