Home
last modified time | relevance | path

Searched refs:significant (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/wilhelm/src/itf/
DIPlay.c313 bool significant = false; in IPlay_SetMarkerPosition() local
318 significant = true; in IPlay_SetMarkerPosition()
321 if (significant) { in IPlay_SetMarkerPosition()
338 bool significant = false; in IPlay_ClearMarkerPosition() local
344 significant = true; in IPlay_ClearMarkerPosition()
347 if (significant) { in IPlay_ClearMarkerPosition()
389 bool significant = false; in IPlay_SetPositionUpdatePeriod() local
407 significant = true; in IPlay_SetPositionUpdatePeriod()
410 if (significant) { in IPlay_SetPositionUpdatePeriod()
DIRecord.c187 bool significant = false; in IRecord_SetMarkerPosition() local
192 significant = true; in IRecord_SetMarkerPosition()
195 if (significant) { in IRecord_SetMarkerPosition()
212 bool significant = false; in IRecord_ClearMarkerPosition() local
218 significant = true; in IRecord_ClearMarkerPosition()
221 if (significant) { in IRecord_ClearMarkerPosition()
/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…
38 <p>A fully active wireless radio consumes significant power, so it transitions between different en…
46 <p>While the low and idle states drain significantly less battery, they also introduce significant
96 …r should the user stop listening after the first song, you've wasted a significant amount of bandw…
104 … that, but the constant switching between energy states will result in significant latency when sw…
108 …e background on a predetermined schedule. This approach risks spending significant bandwidth and b…
116 … the user, will keep the radio powered on indefinitely, resulting in a significant battery cost fo…
Dconnectivity_patterns.jd34 … that indicate when a Wi-Fi connection has been established to execute significant downloads, pree…
/frameworks/base/docs/html/training/performance/battery/network/
Danalyze-data.jd29 Efficient use of network resources by an app is characterized by significant periods where
32 On mobile devices, there is a significant cost associated with starting up the radio
169 Network activity initiated by your app code is typically an area where you can have a significant
200 you can have a significant impact on the efficient use of network bandwidth. In analyzing the
Daction-app-traffic.jd21 scheduling, you can create significant periods of rest for the device radio and, thereby, save
44 random times can consume significant power and reduce battery life. A more efficient approach is
Dgather-data.jd21 The network traffic generated by an app can have a significant impact on the battery life of the
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd26 acceleration when you have large buffers of data on which you need to do significant
/frameworks/base/docs/html/training/backup/
Dindex.jd19 <p>Users often invest significant time and effort creating data and setting
/frameworks/base/docs/html/distribute/stories/games/
Drvappstudios-zombie.jd51 before; achieving significant traction in countries such as Vietnam,
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd15 <li><a href="#sensors-motion-significant">Using the Significant Motion Sensor</a></li>
534 <h2 id="sensors-motion-significant">Using the Significant Motion Sensor</h2>
536 <p>The significant motion sensor triggers an event each time significant motion is detected and
537 then it disables itself. A significant motion is a motion that might lead to a change in the
539 how to get an instance of the default significant motion sensor and how to register an event
/frameworks/base/docs/html/training/monitoring-device-state/
Dconnectivity-monitoring.jd67 rate should be lower when on mobile connections. Similarly, downloads of significant size should be
Dbattery-monitoring.jd136 significant changes in battery level&mdash;specifically when the device enters or exits a low
/frameworks/base/docs/html/ndk/guides/graphics/
Ddesign-notes.jd103 significant as it is on systems that have discrete GPUs with their own, dedicated
/frameworks/minikin/doc/
Dhyb_file_format.md8 * Usable when mmap'ed, so it doesn't take significant physical RAM
/frameworks/base/docs/html/training/articles/
Dmemory.jd404 can improve code flexibility and maintenance. However, abstractions come at a significant cost:
407 significant benefit, you should avoid them.</p>
417 increased RAM use, significant APK size increase, slower execution, and quickly hitting the DEX
433 a lot of process initialization by scanning your code for annotations, which can require significant
443 should assume you are taking on a significant porting and maintenance burden to optimize the
514 useful to apps that may run significant work in the background as well as the foreground and can
571 <p>This memory footprint for an empty process is fairly significant and it can quickly
Dperf-anr.jd26 but still feels sluggish, hang or freeze for significant periods, or take too
/frameworks/base/docs/html/design/tv/
Dstyle.jd70 should review them when used to fill significant areas of the screen. You
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd71 <p>When users receive a notification, the notification card may cover a significant portion of the
/frameworks/base/docs/html/ndk/guides/audio/
Dbasics.jd138 <p>Constantly outputting audio incurs significant power consumption. Ensure that you stop the
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd74 <p>Drawing a defined shape using OpenGL ES 2.0 requires a significant amount of code, because you
/frameworks/base/docs/html/preview/features/
Dmultilingual-support.jd210 significant differences in formats for dates, times, currencies, and similar
/frameworks/base/docs/html/training/location/
Dgeofencing.jd347 <li><p>Use a larger geofence radius for locations where a user spends a significant amount of time,
436 significant period of time, the latency may increase (up to 6 minutes).</li>
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd124 the significant version number used internally.
/frameworks/base/docs/html/about/versions/
Dandroid-2.1.jd58 <p>Android {@sdkPlatformVersion} does not add significant user features, see the <a

123