Home
last modified time | relevance | path

Searched refs:detectionEvent (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/occupantawareness/
H A DOccupantAwarenessManager.java254 private void handleDetectionEvent(OccupantAwarenessDetection detectionEvent) { in handleDetectionEvent() argument
257 mEventCallbackHandler.obtainMessage(MSG_HANDLE_DETECTION_EVENT, detectionEvent)); in handleDetectionEvent()
267 private void dispatchDetectionEventToClient(OccupantAwarenessDetection detectionEvent) { in dispatchDetectionEventToClient() argument
268 if (detectionEvent == null) { in dispatchDetectionEventToClient()
280 callback.onDetectionEvent(detectionEvent); in dispatchDetectionEventToClient()
H A DIOccupantAwarenessEventCallback.aidl28 void onDetectionEvent(in OccupantAwarenessDetection detectionEvent) = 1; field
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java116 public void fireDetectionEvent(OccupantAwarenessDetection detectionEvent) in fireDetectionEvent() argument
298 public void onDetectionEvent(OccupantAwarenessDetection detectionEvent) { in registerCallbackToService()
299 mFutureDetection.complete(detectionEvent); in registerCallbackToService()