Searched refs:DriverMonitoringDetection (Results 1 – 11 of 11) sorted by relevance
29 public final class DriverMonitoringDetection implements Parcelable { class46 public DriverMonitoringDetection() { in DriverMonitoringDetection() method in DriverMonitoringDetection52 public DriverMonitoringDetection( in DriverMonitoringDetection() method in DriverMonitoringDetection84 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
165 public final @Nullable DriverMonitoringDetection driverMonitoringDetection;172 @Nullable DriverMonitoringDetection driverMonitoringDetection) { in OccupantAwarenessDetection()225 in.readParcelable(DriverMonitoringDetection.class.getClassLoader()); in OccupantAwarenessDetection()
19 parcelable DriverMonitoringDetection;
20 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()
22 import android.hardware.automotive.occupant_awareness.DriverMonitoringDetection;48 DriverMonitoringDetection[] attentionData;
22 parcelable DriverMonitoringDetection {
29 using ::aidl::android::hardware::automotive::occupant_awareness::DriverMonitoringDetection;54 DriverMonitoringDetection driverMonitoringDetection; in GetNextDetections()
20 parcelable DriverMonitoringDetection {
24 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection[] attentionData;