Home
last modified time | relevance | path

Searched refs:DriverMonitoringDetection (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DDriverMonitoringDetection.java29 public final class DriverMonitoringDetection implements Parcelable { class
46 public DriverMonitoringDetection() { in DriverMonitoringDetection() method in DriverMonitoringDetection
52 public DriverMonitoringDetection( in DriverMonitoringDetection() method in DriverMonitoringDetection
84 public static final @NonNull Parcelable.Creator<DriverMonitoringDetection> CREATOR =
85 new Parcelable.Creator<DriverMonitoringDetection>() {
86 public DriverMonitoringDetection createFromParcel(Parcel in) {
87 return new DriverMonitoringDetection(in);
90 public DriverMonitoringDetection[] newArray(int size) {
91 return new DriverMonitoringDetection[size];
95 private DriverMonitoringDetection(Parcel in) { in DriverMonitoringDetection() method in DriverMonitoringDetection
H A DOccupantAwarenessDetection.java165 public final @Nullable DriverMonitoringDetection driverMonitoringDetection;
172 @Nullable DriverMonitoringDetection driverMonitoringDetection) { in OccupantAwarenessDetection()
225 in.readParcelable(DriverMonitoringDetection.class.getClassLoader()); in OccupantAwarenessDetection()
H A DDriverMonitoringDetection.aidl19 parcelable DriverMonitoringDetection;
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessUtils.java20 import android.car.occupantawareness.DriverMonitoringDetection;
197 static DriverMonitoringDetection convertToDriverMonitoringDetection( in convertToDriverMonitoringDetection()
198 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection in convertToDriverMonitoringDetection()
200 return new DriverMonitoringDetection( in convertToDriverMonitoringDetection()
229 DriverMonitoringDetection driverMonitoringDetection = null; in convertToDetectionEvent()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DOccupantDetection.aidl22 import android.hardware.automotive.occupant_awareness.DriverMonitoringDetection;
48 DriverMonitoringDetection[] attentionData;
H A DDriverMonitoringDetection.aidl22 parcelable DriverMonitoringDetection {
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DDetectionGenerator.cpp29 using ::aidl::android::hardware::automotive::occupant_awareness::DriverMonitoringDetection;
54 DriverMonitoringDetection driverMonitoringDetection; in GetNextDetections()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DDriverMonitoringDetection.aidl20 parcelable DriverMonitoringDetection {
H A DOccupantDetection.aidl24 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection[] attentionData;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DDriverMonitoringDetection.aidl20 parcelable DriverMonitoringDetection {
H A DOccupantDetection.aidl24 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection[] attentionData;