/frameworks/base/docs/html/training/efficient-downloads/ |
D | connectivity_patterns.jd | 17 <li><a href="#Bandwidth">Use greater bandwidth to download more data less often</a></li> 32 <p>In most cases a Wi-Fi radio will offer greater bandwidth at a significantly lower battery cost. … 38 <p>When connected over a wireless radio, higher bandwidth generally comes at the price of higher ba… 40 …e relative battery impact of the state change tail-time is greater for higher bandwidth radios.</p> 42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading mor… 44 <p>For example, if an LTE radio is has double the bandwidth and double the energy cost of 3G, you s…
|
D | efficient-network-access.jd | 78 …conserve battery life, but also improve the latency, lower the required bandwidth, and reduce down… 82 …sively, prefetching introduces the risk of increasing battery drain and bandwidth use—as wel… 96 …p listening after the first song, you've wasted a significant amount of bandwidth and battery life… 102 <p>Many news apps attempt to reduce bandwidth by downloading headlines only after a category has be… 108 …d on a predetermined schedule. This approach risks spending significant bandwidth and battery life… 126 …. To keep the news fresh, it checks for updates every hour. To conserve bandwidth, rather than dow…
|
D | redundant_redundant.jd | 85 …responses can validate their freshness from the server, eliminating the bandwidth cost associated …
|
D | regular_updates.jd | 47 …he number of persistent connections and allows the platform to optimize bandwidth and minimize the…
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
D | psy_configuration.h | 96 Word16 bandwidth, 101 Word16 bandwidth,
|
D | psy_main.h | 54 Word16 bandwidth);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | psy_configuration.c | 347 Word16 bandwidth, in InitPsyConfigurationLong() argument 400 psyConf->lowpassLine = extract_l((bandwidth<<1) * FRAME_LEN_LONG / samplerate); in InitPsyConfigurationLong() 431 Word16 bandwidth, in InitPsyConfigurationShort() argument 483 psyConf->lowpassLine = extract_l(((bandwidth << 1) * FRAME_LEN_SHORT) / samplerate); in InitPsyConfigurationShort()
|
D | psy_main.c | 195 Word16 bandwidth) in psyMainInit() argument 202 bandwidth, in psyMainInit() 214 bandwidth, in psyMainInit()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | RttManager.java | 461 public int bandwidth; field in RttManager.RttParams 473 bandwidth = RTT_BW_20_SUPPORT; in RttParams() 520 dest.writeInt(params.bandwidth); in writeToParcel() 551 params[i].bandwidth = in.readInt(); 904 } else if ((params.bandwidth & mRttCapabilities.bwSupported) == 0) { in rttParamSanity() 905 Log.e(TAG, "Request " + index + ": Do not support this bandwidth: " + params.bandwidth); in rttParamSanity()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioEqualizer.h | 41 uint32_t bandwidth; member
|
D | AudioEqualizer.cpp | 211 setBandwidth(band, bandCfg.bandwidth); in setPreset()
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | manifest-receivers.jd | 62 <p>You can use the same technique to delay a download that requires higher bandwidth to complete.
|
D | index.jd | 67 Wi-Fi or mobile connectivity before beginning high-bandwidth operations.</dd>
|
D | connectivity-monitoring.jd | 62 the bandwidth available.</p>
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | sample-rates.jd | 27 ripple, transition bandwidth, cutoff frequency, filter length).</li> 102 transition bandwidth at higher downsampling ratios to avoid excessively
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | billions.jd | 2 page.metaDescription=Best practices on how to optimize Android apps for low- and no-bandwidth and l… 71 network. WebP reduces image load times, saves network bandwidth, and often 170 <h4 id="transfer-prioritize">Prioritize bandwidth</h4> 188 <h4 id="network-bandwidth">Use less bandwidth on slower connections</h4> 219 information on adjusting bandwidth based on network connection, see the 228 network and adjust bandwidth accordingly. By doing so, your app can tailor 489 image load times, saves network bandwidth, and is proven to result in 561 of bandwidth (for example, video streaming apps), you can provide an
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | action-any-traffic.jd | 48 language-flexibility, they are bandwidth-heavy formats, with
|
D | analyze-data.jd | 170 impact on the efficient use of network bandwidth. In analyzing the network activity of your app, 200 you can have a significant impact on the efficient use of network bandwidth. In analyzing the
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 16 that consume much CPU cycles, memory bandwidth, or might otherwise interfere
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | assets.jd | 23 …ts automatically handle caching of data to prevent retransmission and conserve Bluetooth bandwidth.
|
D | index.jd | 43 …automatically takes care of the transfer for you, conserving Bluetooth bandwidth by caching large …
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 325 <p>Games frequently need greater bandwidth to provide optimum performance, and many users prefer
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 200 accesses and bandwidth. You can't assume the network is fast, so you should
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 201 accesses and bandwidth. You can't assume the network is fast, so you should
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 62 int32_t *bandwidth,
|