Home
last modified time | relevance | path

Searched refs:isLookingOnRoad (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DDriverMonitoringDetection.java35 public final boolean isLookingOnRoad; field in DriverMonitoringDetection
48 isLookingOnRoad = false; in DriverMonitoringDetection()
54 boolean isLookingOnRoad, in DriverMonitoringDetection() argument
57 this.isLookingOnRoad = isLookingOnRoad; in DriverMonitoringDetection()
72 + isLookingOnRoad in toString()
80 dest.writeBoolean(isLookingOnRoad); in writeToParcel()
97 isLookingOnRoad = in.readBoolean(); in DriverMonitoringDetection()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DDriverMonitoringDetection.aidl22 boolean isLookingOnRoad;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DDriverMonitoringDetection.aidl22 boolean isLookingOnRoad;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DDriverMonitoringDetection.aidl30 boolean isLookingOnRoad;
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DDetectionGenerator.cpp56 driverMonitoringDetection.isLookingOnRoad = 0; in GetNextDetections()
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessServiceIntegrationTest.java100 assertThat(driverDetection.driverMonitoringDetection.isLookingOnRoad).isFalse(); in testDetectionEvents()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessUtils.java202 inputDetection.isLookingOnRoad, in convertToDriverMonitoringDetection()