/hardware/interfaces/automotive/occupant_awareness/aidl/mock/ |
D | DetectionGenerator.cpp | 36 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()
|
D | OccupantAwareness.cpp | 123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument 130 *detections = mLatestDetections; in getLatestDetection()
|
D | OccupantAwareness.h | 55 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
|
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/ |
D | VtsHalOccupantAwarenessV1_0TargetTest.cpp | 53 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/ |
D | OccupantDetections.aidl | 22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
|
D | IOccupantAwarenessClientCallback.aidl | 22 … onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections detections); in onDetectionEvent() argument
|
D | IOccupantAwareness.aidl | 26 …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/ |
D | OccupantDetections.aidl | 22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
|
D | IOccupantAwarenessClientCallback.aidl | 22 … onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections detections); in onDetectionEvent() argument
|
D | IOccupantAwareness.aidl | 26 …tLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections detections); in getLatestDetection() argument
|
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/ |
D | OccupantDetections.aidl | 32 OccupantDetection[] detections;
|
D | IOccupantAwarenessClientCallback.aidl | 37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() argument
|
D | IOccupantAwareness.aidl | 87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection() argument
|
/hardware/interfaces/automotive/occupant_awareness/aidl/default/ |
D | OccupantAwareness.cpp | 95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection() argument 97 (void)detections; in getLatestDetection()
|
D | OccupantAwareness.h | 50 ndk::ScopedAStatus getLatestDetection(OccupantDetections* detections) override;
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2810 * 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/ |
D | types.hal | 2985 * Apply postprocessing steps to bounding box detections. 2987 * Bounding box detections are generated by applying transformation on a set 3030 * set to true, specifying the maximum number of detections when 3052 * detections. 3060 * specifying the number of valid output detections for each batch.
|