Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantawareness/
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()
DIOccupantAwarenessEventCallback.aidl28 void onDetectionEvent(in OccupantAwarenessDetection detectionEvent) = 1; field