Home
last modified time | relevance | path

Searched defs:detections (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl22 …oneway void onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections … in onDetectionEvent()
H A DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl22 …oneway void onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections … in onDetectionEvent()
H A DIOccupantAwareness.aidl26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent()
H A DIOccupantAwareness.aidl87 void getLatestDetection(out OccupantDetections detections); in getLatestDetection()
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java69 public void getLatestDetection(OccupantDetections detections) {} in getLatestDetection()
121 OccupantDetections detections = new OccupantDetections(); in fireDetectionEvent() local
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DDetectionGenerator.cpp36 OccupantDetections detections; in GetNextDetections() local
H A DOccupantAwareness.cpp123 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection()
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent()
186 OccupantDetections detections; in TEST_P() local
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.cpp95 ScopedAStatus OccupantAwareness::getLatestDetection(OccupantDetections* detections) { in getLatestDetection()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java394 android.hardware.automotive.occupant_awareness.OccupantDetections detections) { in onDetectionEvent()