Home
last modified time | relevance | path

Searched defs:onDetectionEvent (Results 1 – 8 of 8) 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() method
/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() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() method
/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DOccupantAwarenessManager.java123 public abstract void onDetectionEvent(@NonNull OccupantAwarenessDetection event); in onDetectionEvent() method in OccupantAwarenessManager.ChangeCallback
209 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessManager.ChangeListenerToService
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessServiceIntegrationTest.java116 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessServiceIntegrationTest.CallbackHandler
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/
H A DGazeDriverAwarenessSupplier.java223 public void onDetectionEvent(@NonNull OccupantAwarenessDetection event) { in onDetectionEvent() method in GazeDriverAwarenessSupplier.ChangeCallback
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java393 public void onDetectionEvent( in onDetectionEvent() method in OccupantAwarenessService.ChangeListenerToHalService
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() function in OccupantAwarenessCallback