Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DDetectionGenerator.cpp43 OccupantDetection occupantDetection; in GetNextDetections() local
44 occupantDetection.role = static_cast<Role>(currentRole); in GetNextDetections()
50 occupantDetection.presenceData.emplace_back(presenceDetection); in GetNextDetections()
52 if (occupantDetection.role == Role::DRIVER) { in GetNextDetections()
58 occupantDetection.attentionData.emplace_back(driverMonitoringDetection); in GetNextDetections()
61 detections.detections.emplace_back(occupantDetection); in GetNextDetections()