/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/ |
H A D | OccupantAwarenessManager.java | 123 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 D | IOccupantAwarenessEventCallback.aidl | 28 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 D | IOccupantAwarenessClientCallback.aidl | 22 …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 D | IOccupantAwarenessClientCallback.aidl | 22 …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 D | IOccupantAwarenessClientCallback.aidl | 37 oneway void onDetectionEvent(in OccupantDetections detections); in onDetectionEvent() method
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | OccupantAwarenessService.java | 345 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 D | OccupantAwarenessSystemServiceTest.java | 124 mCallback.onDetectionEvent(detections); in fireDetectionEvent() 298 public void onDetectionEvent(OccupantAwarenessDetection detectionEvent) { in registerCallbackToService()
|
H A D | OccupantAwarenessServiceIntegrationTest.java | 116 public void onDetectionEvent(OccupantAwarenessDetection event) { in onDetectionEvent() method in OccupantAwarenessServiceIntegrationTest.CallbackHandler
|
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/ |
H A D | OccupantAwareness.cpp | 163 mCallback->onDetectionEvent(mLatestDetections); in workerThreadFunction()
|
/aosp12/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
H A D | GazeDriverAwarenessSupplier.java | 223 public void onDetectionEvent(@NonNull OccupantAwarenessDetection event) { in onDetectionEvent() method in GazeDriverAwarenessSupplier.ChangeCallback
|
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/ |
H A D | VtsHalOccupantAwarenessV1_0TargetTest.cpp | 53 Status onDetectionEvent(const OccupantDetections& detections) override { in onDetectionEvent() function in OccupantAwarenessCallback
|