HomeSort by relevance Sort by last modified time
    Searched full:batching (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /development/samples/browseable/BatchStepSensor/
_index.jd 8 sensor batching.</p>
10 batching and shows how these events are received.</p>
AndroidManifest.xml 25 <!-- This sample requires at least Android KitKat for sensor batching support -->
  /docs/source.android.com/src/devices/sensors/
batching.jd 1 page.title=Batching
27 <h2 id="what_is_batching">What is batching?</h2>
28 <p>?Batching? refers to storing sensor events in a hardware FIFO before reporting
30 <p>Batching can enable significant power savings by preventing the SoC from waking
33 <p>The bigger the FIFOs, the more power can be saved. Implementing batching is an
35 <p>Batching happens when a sensor possesses a hardware FIFO
46 <p>The opposite of batching is the continuous operation, where events are not
107 <p>Batching is particularly beneficial when wanting to collect sensor data in the
131 <h2 id="precautions_to_take_when_batching_wake-up_sensors">Precautions to take when batching wake-up sensors</h2>
137 <h2 id="precautions_to_take_when_batching_non-wake-up_on-change_sensors">Precautions to take when batching non-wake-up on-change sensors</h2
    [all...]
versioning.jd 33 <p>1_0 has no concept of batching. If possible, all devices using 1_0 SHOULD
36 <p>1_1 and 1_2 suffer from poor definition of the batching concept, and are not
41 <p>In 1_3, we simplified the notion of batching, and we introduced wake up
48 <p>Even if you do not implement batching (your hardware has no FIFO), you must
54 <p>If you do not implement batching, you can implement <code>batch</code> by
60 <p>Even if you do not implement batching, you must implement the
63 <p>If you do not implement batching, <code>flush</code> must generate one
104 <p><em>fifoReservedEventCount</em>: If not implementing batching, set this one to 0.</p>
106 <p><em>fifoMaxEventCount</em>: If not implementing batching, set this one to 0</p>
143 <p>If you do not implement batching, and are just moving from 1.0 to 1.3, set thi
    [all...]
suspend-mode.jd 41 href="batching.html">Batching</a> for more details.) The events in the
46 latest event from each on-change sensor: the last event <a href="batching.html#precautions_to_take_when_batching_non-wake-up_on-change_sensors">must be saved </a>outside of the FIFO so it cannot be lost.</p>
60 See <a href="batching.html">Batching</a> for more details.</p>
sensor-stack.jd 65 with a non-zero maximum reporting latency. See <a href="batching.html">Batching</a> for more details. </li>
153 those chips. It is also a good place to implement sensor batching, adding
155 href="batching.html">Batching</a> for more information.</p>
159 for batching and consume very little power to enable implementation of the low
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values/
strings.xml 21 <string name="batching_queue_title">Background sensor batching</string>
22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at
26 total number of calls is identical as if no batching was used. Sensors only deliver events
52 <string name="register_0">No batching (delay=0)</string>
53 <string name="register_5">5s batching (delay=5000ms)</string>
54 <string name="register_10">10s batching (delay=10000ms)</string>
base-strings.xml 24 sensor batching.</p>
26 batching and shows how these events are received.</p>
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/res/values/
strings.xml 21 <string name="batching_queue_title">Background sensor batching</string>
22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at
26 total number of calls is identical as if no batching was used. Sensors only deliver events
52 <string name="register_0">No batching (delay=0)</string>
53 <string name="register_5">5s batching (delay=5000ms)</string>
54 <string name="register_10">10s batching (delay=10000ms)</string>
  /development/samples/browseable/BatchStepSensor/res/values/
strings.xml 21 <string name="batching_queue_title">Background sensor batching</string>
22 <string name="batching_queue_description">Batching allows the sensor to report sensor events at
26 total number of calls is identical as if no batching was used. Sensors only deliver events
52 <string name="register_0">No batching (delay=0)</string>
53 <string name="register_5">5s batching (delay=5000ms)</string>
54 <string name="register_10">10s batching (delay=10000ms)</string>
base-strings.xml 24 sensor batching.</p>
26 batching and shows how these events are received.</p>
  /frameworks/base/core/java/android/hardware/location/
IFusedLocationHardware.aidl 25 * modules that offer Location batching capabilities.
52 * Requests the Hardware to start batching locations.
55 * @param batchOptions The options required for batching.
62 * Requests the Hardware to stop batching for the given Id.
70 * Updates a batching operation in progress.
81 * This operation does not dequeue the locations, so still other batching
  /external/chromium_org/third_party/skia/samplecode/
SampleManyRects.cpp 49 // Rotation messes up the GPU batching because of the clip below. We don't notice
50 // that the rect is inside the clip so the clip changes interrupt batching.
59 // This clip will always contain the entire rect. It's here to give the GPU batching
  /external/skia/samplecode/
SampleManyRects.cpp 49 // Rotation messes up the GPU batching because of the clip below. We don't notice
50 // that the rect is inside the clip so the clip changes interrupt batching.
59 // This clip will always contain the entire rect. It's here to give the GPU batching
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorBatchingTestsActivity.java 24 * Activity to execute CTS sensor batching tests.
BatchingTestActivity.java 30 * Activity that verifies batching capabilities for sensors
31 * (https://source.android.com/devices/sensors/batching.html).
33 * If a sensor supports the batching mode, FifoReservedEventCount for that sensor should be greater
  /developers/samples/android/sensors/BatchStepSensor/
template-params.xml 27 sensor batching.</p>
29 batching and shows how these events are received.</p>
78 sensor batching.
81 batching and shows how these events are received.
README.md 5 sensor batching.
7 batching and shows how these events are received.
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 29 * Set of tests to verify that sensors operate correctly when operating in batching mode.
34 * Each test is expected to pass even if batching is not supported for a particular sensor. This is
51 * An arbitrary 'padding' time slot to wait for events after batching latency expires.
52 * This allows for the test to wait for event arrivals after batching was expected.
304 String batching = environment.getMaxReportLatencyUs() > 0 ? "_batching" : ""; local
310 batching,
  /external/chromium_org/sync/internal_api/public/
base_transaction.h 21 // batching of several read and/or write operations. The read and write
  /hardware/libhardware/include/hardware/
fused_location.h 76 * APIs. Batching is mandatory when FLP implementation
85 * While batching, the implementation should not call the
92 * When this bit is on amidst a batching session, batching should
197 /** Options with the batching FLP APIs */
201 * can use for this batching call.
219 * bit is on amidst a batching session, batching should continue
261 * This will be used by the upper layer, to decide on the batching
267 * Start batching locations. This API is primarily used when the AP i
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java 52 * @param reportLatencyNs The latency on which batching events are received
121 * batching cases.
  /developers/build/prebuilts/gradle/BatchStepSensor/
README.md 11 sensor batching.
14 batching and shows how these events are received.
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/
AndroidManifest.xml 25 <!-- This sample requires at least Android KitKat for sensor batching support -->
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/
AndroidManifest.xml 25 <!-- This sample requires at least Android KitKat for sensor batching support -->

Completed in 326 milliseconds

1 2 3 4 5