/frameworks/av/media/mtp/ |
D | MtpDataPacket.cpp | 382 int length = transfer(request); in read() 390 int ret = transfer(request); in read() 409 int ret = transfer(request); in readData() 436 int length = transfer(request); in readDataHeader() 447 int ret = transfer(request); in writeDataHeader() 458 int ret = transfer(request); in write() 462 ret = transfer(request); in write() 470 int ret = transfer(request); in write()
|
D | MtpRequestPacket.cpp | 56 return transfer(request); in write()
|
D | MtpResponsePacket.cpp | 50 int ret = transfer(request); in read()
|
D | MtpEventPacket.cpp | 60 int ret = transfer(request); in read()
|
D | MtpPacket.h | 60 int transfer(struct usb_request* request);
|
D | MtpPacket.cpp | 155 int MtpPacket::transfer(struct usb_request* request) { in transfer() function in android::MtpPacket
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 32 <p>Using the wireless radio to transfer data is potentially one of your app's most significant sour… 41 <ol><li><b>Full power</b>: Used when a connection is active, allowing the device to transfer data a… 63 …transfer—plus an additional 5 seconds of tail time—followed by 12 seconds at the low e… 76 <p>Prefetching data is an effective way to reduce the number of independent data transfer sessions.… 114 Every time you initiate a connection—irrespective of the size of the associated data transfer… 116 …ed on indefinitely, resulting in a significant battery cost for almost no actual data transfer.</p> 118 <p>With that in mind it's important to bundle your data transfers and create a pending transfer que… 120 …The underlying philosophy of this approach is to transfer as much data as possible during each tra… 122 …d updates and regular prefetching should initiate the execution of your pending transfer queue.</p> 130 …transfer—such as downloading a full-sized image—should preempt regularly scheduled upd… [all …]
|
D | index.jd | 30 …of the wireless radio can affect your choices on when, what, and how to transfer data in order to …
|
D | connectivity_patterns.jd | 42 … more efficient to keep the radio active for longer periods during each transfer session to reduce…
|
D | regular_updates.jd | 102 …erant (such as regular updates), you can simply ignore failed connection and transfer attempts.</p>
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FinalPort.java | 39 super.transfer(null); in setFieldFrame()
|
D | ProgramPort.java | 44 public synchronized void transfer(FilterContext context) { in transfer() method in ProgramPort
|
D | InputPort.java | 84 public abstract void transfer(FilterContext context); in transfer() method in InputPort
|
D | StreamPort.java | 95 public synchronized void transfer(FilterContext context) { in transfer() method in StreamPort
|
D | FieldPort.java | 62 public synchronized void transfer(FilterContext context) { in transfer() method in FieldPort
|
D | Filter.java | 277 getInputPort(name).transfer(context); in transferInputPortFrame() 288 inputPort.transfer(context); in initProgramInputs() 629 inputPort.transfer(context); in transferInputFrames()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | index.jd | 29 the wireless radio can affect your choices on when, what, and how to transfer data in order to
|
D | wifip2p.jd | 473 <p>Once a connection is established, you can transfer data between the devices with 495 to create this client-server socket communication and transfer JPEG images from a client 558 …<p>On the client, connect to the server socket with a client socket and transfer data. This example
|
/frameworks/base/core/java/android/nfc/tech/ |
D | MifareClassic.java | 526 public void transfer(int blockIndex) throws IOException { in transfer() method in MifareClassic
|
/frameworks/base/docs/html/ |
D | index.jd | 24 interactive notifications, transfer larger
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | Norm_Corr_opt.s | 61 @transfer Convolve function
|
/frameworks/base/docs/html/tools/debugging/ |
D | ddms.jd | 157 want to transfer files to and from the device.</p> 234 short spikes that can be delayed, or that should cause a later transfer to be 237 <p>To better identify the cause of transfer spikes, the
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Norm_Corr_neon.s | 61 @transfer Convolve function
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 245 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Digital media file transfer</strong></p> 247 …transfer any type of media files between devices and to a host computer. Developers can build on t…
|
D | android-4.1.jd | 387 to transfer with either the new {@link android.nfc.NfcAdapter#setBeamPushUris setBeamPushUris()} 389 hands off the data transfer to Bluetooth or another alternate transport to 390 achieve faster transfer speeds. This is especially useful for large payloads such as image and 395 {@link android.net.Uri} objects that specify the data you want to transfer from your app. 539 This is especially useful when using an intent to transfer multiple {@code content:} URIs to another
|