Home
last modified time | relevance | path

Searched refs:onDetectionEvent (Results 1 – 11 of 11) sorted by relevance

/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
280 callback.onDetectionEvent(detectionEvent); in dispatchDetectionEventToClient()
H A DIOccupantAwarenessEventCallback.aidl28 void onDetectionEvent(in OccupantAwarenessDetection detectionEvent) = 1;
/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/service/src/com/android/car/
H A DOccupantAwarenessService.java345 listener.onDetectionEvent(detection); in processDetectionEvent()
393 public void onDetectionEvent( in onDetectionEvent() method in OccupantAwarenessService.ChangeListenerToHalService
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java124 mCallback.onDetectionEvent(detections); in fireDetectionEvent()
298 public void onDetectionEvent(OccupantAwarenessDetection detectionEvent) { in registerCallbackToService()
H A DOccupantAwarenessServiceIntegrationTest.java116 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessServiceIntegrationTest.CallbackHandler
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DOccupantAwareness.cpp163 mCallback->onDetectionEvent(mLatestDetections); in workerThreadFunction()
/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/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() function in OccupantAwarenessCallback