Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSocketMetrics.java101 long socketCreationLatencyMillis, in logSocketAccept() argument
118 socketCreationLatencyMillis, // socket creation latency in logSocketAccept()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl166 …ean isSecured, int result, long socketCreationTimeMillis, long socketCreationLatencyMillis, long s… in logL2capcocServerConnection() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java859 long socketCreationLatencyMillis, in logL2capcocServerConnection() argument
879 + (" socketCreationLatencyMillis " + socketCreationLatencyMillis) in logL2capcocServerConnection()
892 socketCreationLatencyMillis, in logL2capcocServerConnection()
922 long socketCreationLatencyMillis = socketCreationLatencyNanos / 1000000; in logL2capcocClientConnection() local
932 + (" socketCreationLatencyMillis " + socketCreationLatencyMillis) in logL2capcocClientConnection()
943 socketCreationLatencyMillis, in logL2capcocClientConnection()
3373 long socketCreationLatencyMillis, in logL2capcocServerConnection() argument
3386 socketCreationLatencyMillis, in logL2capcocServerConnection()