/packages/modules/adb/client/ |
D | usb_libusb.cpp | 118 libusb_transfer* transfer = nullptr; member 125 libusb_transfer* transfer; member 145 libusb_free_transfer(read_block->transfer); in Cleanup() 147 read_block->transfer = nullptr; in Cleanup() 155 CHECK(read_block->transfer); in MaybeCleanup() 165 static void LIBUSB_CALL header_read_cb(libusb_transfer* transfer) { in header_read_cb() 166 auto read_block = static_cast<ReadBlock*>(transfer->user_data); in header_read_cb() 175 if (transfer->status != LIBUSB_TRANSFER_COMPLETED) { in header_read_cb() 176 std::string msg = StringPrintf("usb read failed: status = %d", transfer->status); in header_read_cb() 185 if (transfer->actual_length != sizeof(amessage)) { in header_read_cb() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferTest.java | 360 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadConstructors() local 362 transfer.new SocketConnectThread(device, true); in socketConnectThreadConstructors() 364 transfer.new SocketConnectThread(device, true, false, 0); in socketConnectThreadConstructors() 376 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadInterrupt() local 378 transfer.new SocketConnectThread(device, true); in socketConnectThreadInterrupt() 391 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadRun_bluetoothDisabled_connectionFailed() local 393 transfer.new SocketConnectThread(device, true); in socketConnectThreadRun_bluetoothDisabled_connectionFailed() 394 transfer.mSessionHandler = mEventHandler; in socketConnectThreadRun_bluetoothDisabled_connectionFailed() 406 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout() local 407 transfer.mCurrentShare = mInitShareInfo; in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout() [all …]
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | AoapInterface.java | 133 int len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol() 139 len = transfer(conn, READ, ACCESSORY_GET_PROTOCOL, 0, buffer, buffer.length); in getProtocol() 154 int len = transfer(conn, WRITE, ACCESSORY_SEND_STRING, index, buffer, in sendString() 158 len = transfer(conn, WRITE, ACCESSORY_SEND_STRING, index, buffer, in sendString() 169 int len = transfer(conn, WRITE, ACCESSORY_START, 0, null, 0); in sendAoapStart() 216 private static int transfer(UsbDeviceConnection conn, @Direction int direction, int string, in transfer() method in AoapInterface
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureManager.java | 142 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleUploadToServer() local 146 transfer.setCallback(new CallComposerPictureTransfer.PictureCallback() { in handleUploadToServer() 164 sExecutorService.schedule(() -> transfer.uploadPicture(imageData, supplier), in handleUploadToServer() 178 transfer.uploadPicture(imageData, in handleUploadToServer() 193 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleDownloadFromServer() local 197 transfer.setCallback(new CallComposerPictureTransfer.PictureCallback() { in handleDownloadFromServer() 215 sExecutorService.schedule(() -> transfer.downloadPicture(supplier), in handleDownloadFromServer() 243 transfer.downloadPicture(((realm, executor) -> in handleDownloadFromServer()
|
/packages/modules/Uwb/flags/ |
D | uwb_flags.aconfig | 68 description: "Implement CR-1022, CR-1047: Used to update data transfer phase config"
|
/packages/modules/adb/ |
D | SYNC.TXT | 56 the transfer fails. Some file types will not be deleted, which allows
|
D | README.md | 98 To transfer files and directories, ADB places a smart-socket in SYNC mode and then issues SYNC comm…
|
D | NOTICE | 91 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/Connectivity/service/src/com/android/metrics/ |
D | stats.proto | 173 // Each transfer type is represented by a different bit, defined in 437 // multiple transport types. Each transfer type is represented by a different bit, defined in
|
/packages/modules/Virtualization/java/framework/ |
D | README.md | 350 It is possible to make a copy of a VM instance. This can be used to transfer a 371 Once the transfer has been completed it would be reasonable to delete the
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 3048 public void transfer(Uri number, boolean isConfirmationRequired) { in transfer() method in Call 3053 mConnectionService.transfer(this, number, isConfirmationRequired); in transfer() 3069 public void transfer(Call otherCall) { in transfer() method in Call 3075 mConnectionService.transfer(this, otherCall); in transfer()
|
D | ConnectionServiceWrapper.java | 2207 void transfer(Call call, Uri number, boolean isConfirmationRequired) { in transfer() method in ConnectionServiceWrapper 2212 mServiceInterface.transfer(callId, number, isConfirmationRequired, in transfer() 2220 void transfer(Call call, Call otherCall) { in transfer() method in ConnectionServiceWrapper
|
/packages/modules/NeuralNetworks/runtime/ |
D | NOTICE | 89 use, offer to sell, sell, import, and otherwise transfer the Work, 271 use, offer to sell, sell, import, and otherwise transfer the Work, 464 made, import, or transfer of either its Contributions or its 501 for sale, have made, import, and otherwise transfer either its 991 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 94 use, offer to sell, sell, import, and otherwise transfer the Work, 276 use, offer to sell, sell, import, and otherwise transfer the Work, 482 use, offer to sell, sell, import, and otherwise transfer the Work, 688 use, offer to sell, sell, import, and otherwise transfer the Work, 894 use, offer to sell, sell, import, and otherwise transfer the Work, 1100 use, offer to sell, sell, import, and otherwise transfer the Work, 1318 use, offer to sell, sell, import, and otherwise transfer the Work, 1512 use, offer to sell, sell, import, and otherwise transfer the Work, 1706 use, offer to sell, sell, import, and otherwise transfer the Work, 1900 use, offer to sell, sell, import, and otherwise transfer the Work, [all …]
|
/packages/apps/Calendar/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/apps/Gallery/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/inputmethods/LatinIME/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/Connectivity/clatd/ |
D | NOTICE | 89 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/ExtServices/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/apps/Camera2/jni/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/DeviceLock/DeviceLockController/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/UprobeStats/src/lib/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/inputmethods/LatinIME/java/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/Permission/PermissionController/ |
D | NOTICE | 90 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/packages/modules/AppSearch/ |
D | NOTICE | 91 use, offer to sell, sell, import, and otherwise transfer the Work,
|