Loading core/java/android/hardware/contexthub/HubEndpoint.java +4 −4 Original line number Diff line number Diff line Loading @@ -404,11 +404,11 @@ public class HubEndpoint { HubEndpointSession newSession; try { synchronized (mLock) { // Request system service to assign session id. int sessionId = mServiceToken.openSession(destinationInfo, serviceDescriptor); // Save the newly created session synchronized (mLock) { newSession = new HubEndpointSession( sessionId, Loading Loading
core/java/android/hardware/contexthub/HubEndpoint.java +4 −4 Original line number Diff line number Diff line Loading @@ -404,11 +404,11 @@ public class HubEndpoint { HubEndpointSession newSession; try { synchronized (mLock) { // Request system service to assign session id. int sessionId = mServiceToken.openSession(destinationInfo, serviceDescriptor); // Save the newly created session synchronized (mLock) { newSession = new HubEndpointSession( sessionId, Loading