Home
last modified time | relevance | path

Searched refs:socketCreationTimeNanos (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java56 long socketCreationTimeNanos, in logSocketConnect() argument
70 socketCreationTimeNanos, // to calculate end to end latency in logSocketConnect()
83 socketCreationTimeNanos, // to calculate end to end latency in logSocketConnect()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl172 …oothDevice device, int port, boolean isSecured, int result, long socketCreationTimeNanos, long soc… in logL2capcocClientConnection() argument
174 … BluetoothDevice device, boolean isSecured, int resultCode, long socketCreationTimeNanos, boolean … in logRfcommConnectionAttempt() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java914 long socketCreationTimeNanos, in logL2capcocClientConnection() argument
921 long endToEndLatencyMillis = (currentTime - socketCreationTimeNanos) / 1000000; in logL2capcocClientConnection()
959 long socketCreationTimeNanos, in logRfcommConnectionAttempt() argument
964 long endToEndLatencyNanos = currentTime - socketCreationTimeNanos; in logRfcommConnectionAttempt()
3408 long socketCreationTimeNanos, in logL2capcocClientConnection() argument
3420 socketCreationTimeNanos, in logL2capcocClientConnection()
3431 long socketCreationTimeNanos, in logRfcommConnectionAttempt() argument
3441 socketCreationTimeNanos, in logRfcommConnectionAttempt()