Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbe4e413 authored by Lei Ju's avatar Lei Ju Committed by Android (Google) Code Review
Browse files

Merge changes from topic "leijuchre-chs-hostendpoints-reconnection" into main

* changes:
  ContextHubService: Clean up ContextHubService
  ContextHubService: Reconnect host endpoints after HAL is restarted
parents 4aefa423 a9a1b04e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1126,7 +1126,7 @@ public class ContextHubClientBroker extends IContextHubClient.Stub
        }
    }

    private void sendHostEndpointConnectedEvent() {
    void sendHostEndpointConnectedEvent() {
        HostEndpointInfo info = new HostEndpointInfo();
        info.hostEndpointId = (char) mHostEndPointId;
        info.packageName = mPackage;
+48 −70

File changed.

Preview size limit exceeded, changes collapsed.