Searched refs:connectionUuid (Results 1 – 3 of 3) sorted by relevance
250 int getSocketL2capLocalChannelId(ParcelUuid connectionUuid) { in getSocketL2capLocalChannelId() argument252 connectionUuid.getUuid().getLeastSignificantBits(), in getSocketL2capLocalChannelId()253 connectionUuid.getUuid().getMostSignificantBits()); in getSocketL2capLocalChannelId()256 int getSocketL2capRemoteChannelId(ParcelUuid connectionUuid) { in getSocketL2capRemoteChannelId() argument258 connectionUuid.getUuid().getLeastSignificantBits(), in getSocketL2capRemoteChannelId()259 connectionUuid.getUuid().getMostSignificantBits()); in getSocketL2capRemoteChannelId()
137 public int getL2capLocalChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capLocalChannelId() argument147 return service.getNative().getSocketL2capLocalChannelId(connectionUuid); in getL2capLocalChannelId()151 public int getL2capRemoteChannelId(ParcelUuid connectionUuid, AttributionSource source) { in getL2capRemoteChannelId() argument161 return service.getNative().getSocketL2capRemoteChannelId(connectionUuid); in getL2capRemoteChannelId()
37 … int getL2capLocalChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capLocalChannelId() argument39 … int getL2capRemoteChannelId(in ParcelUuid connectionUuid, in AttributionSource attributionSource); in getL2capRemoteChannelId() argument