Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.cpp54 DriverMonitoringDetection driverMonitoringDetection; in GetNextDetections() local
55 driverMonitoringDetection.confidenceScore = ConfidenceLevel::HIGH; in GetNextDetections()
56 driverMonitoringDetection.isLookingOnRoad = 0; in GetNextDetections()
57 driverMonitoringDetection.gazeDurationMillis = detections.timeStampMillis; in GetNextDetections()
58 occupantDetection.attentionData.emplace_back(driverMonitoringDetection); in GetNextDetections()