/packages/services/Car/car-lib/src/android/car/projection/ |
D | ProjectionStatus.java | 90 private final int mTransport; field in ProjectionStatus 110 mTransport = builder.mTransport; in ProjectionStatus() 118 mTransport = source.readInt(); in ProjectionStatus() 133 dest.writeInt(mTransport); in writeToParcel() 165 return mTransport; in getTransport() 188 private int mTransport = PROJECTION_TRANSPORT_NONE; field in ProjectionStatus.Builder 211 mTransport = transport; in setProjectionTransport() 255 + ", mTransport=" + mTransport in toString()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 96 final int mTransport; field in BluetoothPeripheralHandover 130 mTransport = transport; in BluetoothPeripheralHandover() 165 || (mProvisioning && mTransport != BluetoothDevice.TRANSPORT_LE)) { in start() 222 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepInit() 269 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepDisconnect() 302 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepDisconnect() 331 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in getProfileProxys() 355 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect() 375 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect() 419 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect() [all …]
|
D | PeripheralHandoverService.java | 220 int transport = mBluetoothPeripheralHandover.mTransport; in onBluetoothPeripheralHandoverComplete()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexServerSession.java | 74 private ObexTransport mTransport; field in BluetoothOppObexServerSession 110 mTransport = transport; in BluetoothOppObexServerSession() 129 Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart() 131 mSession = new ServerSession(mTransport, this, null); in preStart() 166 mTransport.close(); in stop() 196 if (mTransport instanceof BluetoothObexTransport) { in onPut() 197 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress(); in onPut() 592 if (mTransport instanceof BluetoothObexTransport) { in onConnect() 593 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress(); in onConnect()
|
D | BluetoothOppTransfer.java | 96 private ObexTransport mTransport; field in BluetoothOppTransfer 233 mTransport = (ObexTransport) msg.obj; in handleMessage() 312 if (mTransport == null) { in handleMessage() 315 mTransport.close(); in handleMessage() 342 if (mTransport == null) { in handleMessage() 345 mTransport.close(); in handleMessage() 557 Log.v(TAG, "Create Client session with transport " + mTransport.toString()); in startObexSession() 559 mSession = new BluetoothOppObexClientSession(mContext, mTransport); in startObexSession()
|
D | BluetoothOppObexClientSession.java | 71 private ObexTransport mTransport; field in BluetoothOppObexClientSession 88 mTransport = transport; in BluetoothOppObexClientSession() 97 mThread = new ClientThread(mContext, mTransport, numShares); in start()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMnsObexClient.java | 52 private ObexTransport mTransport; field in BluetoothMnsObexClient 194 if (mTransport != null) { in disconnect() 199 mTransport.close(); in disconnect() 200 mTransport = null; in disconnect() 360 mTransport = new BluetoothObexTransport(btSocket); in connect() 363 mClientSession = new ClientSession(mTransport); in connect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpBipClient.java | 84 private BluetoothObexTransport mTransport; field in AvrcpBipClient 260 mTransport = new BluetoothObexTransport(mSocket); in connect() 261 mSession = new ClientSession(mTransport); in connect() 336 mTransport.close(); in disconnect() 344 mTransport = null; in disconnect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MasClient.java | 81 private BluetoothObexTransport mTransport; field in MasClient 124 mTransport = new BluetoothObexTransport(mSocket); in connect() 126 mSession = new ClientSession(mTransport); in connect()
|