Home
last modified time | relevance | path

Searched refs:headAngleUnitVector (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DGazeDetection.java111 public final @Nullable Point3D headAngleUnitVector; field in GazeDetection
131 @Nullable Point3D headAngleUnitVector, in GazeDetection() argument
139 this.headAngleUnitVector = headAngleUnitVector; in GazeDetection()
155 dest.writeParcelable(headAngleUnitVector, flags); in writeToParcel()
168 + (headAngleUnitVector == null ? "(null)" : headAngleUnitVector) in toString()
191 headAngleUnitVector = in.readParcelable(Point3D.class.getClassLoader()); in GazeDetection()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DGazeDetection.aidl23 double[] headAngleUnitVector;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DGazeDetection.aidl23 double[] headAngleUnitVector;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DGazeDetection.aidl37 double[] headAngleUnitVector;
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessUtils.java190 convertToPoint3D(inputDetection.headAngleUnitVector), in convertToGazeDetection()