Searched refs:detectionEvent (Results 1 – 3 of 3) 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
116 public void fireDetectionEvent(OccupantAwarenessDetection detectionEvent) in fireDetectionEvent() argument298 public void onDetectionEvent(OccupantAwarenessDetection detectionEvent) { in registerCallbackToService()299 mFutureDetection.complete(detectionEvent); in registerCallbackToService()