Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/av/media/mtp/
DMtpDataPacket.cpp382 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()
DMtpRequestPacket.cpp56 return transfer(request); in write()
DMtpResponsePacket.cpp50 int ret = transfer(request); in read()
DMtpEventPacket.cpp60 int ret = transfer(request); in read()
DMtpPacket.h60 int transfer(struct usb_request* request);
DMtpPacket.cpp155 int MtpPacket::transfer(struct usb_request* request) { in transfer() function in android::MtpPacket
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd32 <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…
63transfer&mdash;plus an additional 5 seconds of tail time&mdash;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&mdash;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>
130transfer&mdash;such as downloading a full-sized image&mdash;should preempt regularly scheduled upd…
[all …]
Dindex.jd30 …of the wireless radio can affect your choices on when, what, and how to transfer data in order to …
Dconnectivity_patterns.jd42 … more efficient to keep the radio active for longer periods during each transfer session to reduce…
Dregular_updates.jd102 …erant (such as regular updates), you can simply ignore failed connection and transfer attempts.</p>
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFinalPort.java39 super.transfer(null); in setFieldFrame()
DProgramPort.java44 public synchronized void transfer(FilterContext context) { in transfer() method in ProgramPort
DInputPort.java84 public abstract void transfer(FilterContext context); in transfer() method in InputPort
DStreamPort.java95 public synchronized void transfer(FilterContext context) { in transfer() method in StreamPort
DFieldPort.java62 public synchronized void transfer(FilterContext context) { in transfer() method in FieldPort
DFilter.java277 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/
Dindex.jd29 the wireless radio can affect your choices on when, what, and how to transfer data in order to
Dwifip2p.jd473 <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/
DMifareClassic.java526 public void transfer(int blockIndex) throws IOException { in transfer() method in MifareClassic
/frameworks/base/docs/html/
Dindex.jd24 interactive notifications, transfer larger
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DNorm_Corr_opt.s61 @transfer Convolve function
/frameworks/base/docs/html/tools/debugging/
Dddms.jd157 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/
DNorm_Corr_neon.s61 @transfer Convolve function
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd245 <p style="margin-top:1.25em;margin-bottom:.75em;"><strong>Digital media file transfer</strong></p>
247transfer any type of media files between devices and to a host computer. Developers can build on t…
Dandroid-4.1.jd387 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

1234567