Searched defs:onDetectionEvent (Results 1 – 8 of 8) sorted by relevance
22 …oneway void onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections … in onDetectionEvent() method
37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() method
123 public abstract void onDetectionEvent(@NonNull OccupantAwarenessDetection event); in onDetectionEvent() method in OccupantAwarenessManager.ChangeCallback209 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessManager.ChangeListenerToService
116 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessServiceIntegrationTest.CallbackHandler
223 public void onDetectionEvent(@NonNull OccupantAwarenessDetection event) { in onDetectionEvent() method in GazeDriverAwarenessSupplier.ChangeCallback
393 public void onDetectionEvent( in onDetectionEvent() method in OccupantAwarenessService.ChangeListenerToHalService
53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() function in OccupantAwarenessCallback