Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.cpp36 OccupantDetections detections; in GetNextDetections() local
37 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()
DOccupantAwareness.cpp123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument
130 *detections = mLatestDetections; in getLatestDetection()
DOccupantAwareness.h55 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() argument
54 (void)detections; in onDetectionEvent()
186 OccupantDetections detections; in TEST_P() local
188 (void)mOccupantAwarenessService->getLatestDetection(&detections); in TEST_P()
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DOccupantDetections.aidl22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
DIOccupantAwarenessClientCallback.aidl22 … onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections detections); in onDetectionEvent() argument
DIOccupantAwareness.aidl26 …tLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections detections); in getLatestDetection() argument
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DOccupantDetections.aidl22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
DIOccupantAwarenessClientCallback.aidl22 … onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections detections); in onDetectionEvent() argument
DIOccupantAwareness.aidl26 …tLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections detections); in getLatestDetection() argument
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DOccupantDetections.aidl32 OccupantDetection[] detections;
DIOccupantAwarenessClientCallback.aidl37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() argument
DIOccupantAwareness.aidl87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() argument
/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.cpp95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument
97 (void)detections; in getLatestDetection()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal2810 * Apply postprocessing steps to bounding box detections.
2812 * Bounding box detections are generated by applying transformation on a set
2855 * set to true, specifying the maximum number of detections when
2877 * detections.
2885 * specifying the number of valid output detections for each batch.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal2986 * Apply postprocessing steps to bounding box detections.
2988 * Bounding box detections are generated by applying transformation on a set
3031 * set to true, specifying the maximum number of detections when
3053 * detections.
3061 * specifying the number of valid output detections for each batch.