Searched refs:detections (Results 1 – 16 of 16) sorted by relevance
36 OccupantDetections detections; in GetNextDetections() local37 detections.timeStampMillis = android::elapsedRealtimeNano() / kNanoSecondsPerMilliSecond; in GetNextDetections()49 presenceDetection.detectionDurationMillis = detections.timeStampMillis; in GetNextDetections()57 driverMonitoringDetection.gazeDurationMillis = detections.timeStampMillis; in GetNextDetections()61 detections.detections.emplace_back(occupantDetection); in GetNextDetections()63 return detections; in GetNextDetections()
123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument130 *detections = mLatestDetections; in getLatestDetection()
55 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() argument54 (void)detections; in onDetectionEvent()186 OccupantDetections detections; in TEST_P() local188 (void)mOccupantAwarenessService->getLatestDetection(&detections); in TEST_P()
22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
22 … onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections detections); in onDetectionEvent() argument
26 …tLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections detections); in getLatestDetection() argument
32 OccupantDetection[] detections;
37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() argument
87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() argument
95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument97 (void)detections; in getLatestDetection()
2810 * Apply postprocessing steps to bounding box detections.2812 * Bounding box detections are generated by applying transformation on a set2855 * set to true, specifying the maximum number of detections when2877 * detections.2885 * specifying the number of valid output detections for each batch.
2986 * Apply postprocessing steps to bounding box detections.2988 * Bounding box detections are generated by applying transformation on a set3031 * set to true, specifying the maximum number of detections when3053 * detections.3061 * specifying the number of valid output detections for each batch.