Searched refs:detectionEvent (Results 1 – 2 of 2) sorted by relevance
254 private void handleDetectionEvent(OccupantAwarenessDetection detectionEvent) { in handleDetectionEvent() argument257 mEventCallbackHandler.obtainMessage(MSG_HANDLE_DETECTION_EVENT, detectionEvent)); in handleDetectionEvent()267 private void dispatchDetectionEventToClient(OccupantAwarenessDetection detectionEvent) { in dispatchDetectionEventToClient() argument268 if (detectionEvent == null) { in dispatchDetectionEventToClient()280 callback.onDetectionEvent(detectionEvent); in dispatchDetectionEventToClient()
28 void onDetectionEvent(in OccupantAwarenessDetection detectionEvent) = 1; field