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

1 2 3 4 5 6

  /development/samples/browseable/BatchStepSensor/
_index.jd 9 sensor batching.</p>
11 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>
  /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 25 sensor batching.</p>
27 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 25 sensor batching.</p>
27 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
IFusedLocationHardwareSink.aidl 49 * Event generated from FLP HAL when the status of location 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 12 sensor batching.
15 batching and shows how these events are received.
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 31 * Set of tests to verify that sensors operate correctly when operating in batching mode.
36 * Each test is expected to pass even if batching is not supported for a particular sensor. This is
53 * An arbitrary 'padding' time slot to wait for events after batching latency expires.
54 * This allows for the test to wait for event arrivals after batching was expected.
313 String batching = environment.getMaxReportLatencyUs() > 0 ? "_batching" : ""; local
319 batching,
  /hardware/libhardware/include/hardware/
fused_location.h 79 * (batching or geofencing). If not supported that particular feature
107 * APIs. Batching is mandatory when FLP implementation
116 * While batching, the implementation should not call the
123 * When this bit is on amidst a batching session, batching should
224 * or 0 in FlpCallbacks to indicate you don't support location batching.
257 /** Options with the batching FLP APIs */
261 * can use for this batching call.
279 * bit is on amidst a batching session, batching should continu
    [all...]
  /hardware/qcom/gps/core/
gps_extended_c.h 77 /** Batching default ID for dummy batching session*/
90 /** GPS extended batching flags*/
242 /** GPS extended supports batching */
371 LOC_API_ADAPTER_BATCH_FULL, // Batching on full
372 LOC_API_ADAPTER_BATCHED_POSITION_REPORT, // Batching on fix
410 LOC_API_ADAPTER_MESSAGE_LOCATION_BATCHING, // Batching
  /hardware/qcom/gps/msm8994/core/
gps_extended_c.h 77 /** Batching default ID for dummy batching session*/
90 /** GPS extended batching flags*/
242 /** GPS extended supports batching */
371 LOC_API_ADAPTER_BATCH_FULL, // Batching on full
372 LOC_API_ADAPTER_BATCHED_POSITION_REPORT, // Batching on fix
410 LOC_API_ADAPTER_MESSAGE_LOCATION_BATCHING, // Batching
  /developers/build/prebuilts/gradle/BatchStepSensor/
README.md 12 sensor batching.
15 batching and shows how these events are received.
  /hardware/bsp/intel/peripheral/sensors/mraa/
Sensor.cpp 113 /* batching mode is not supported; call setDelay */
122 /* batching mode is not supported; generate META_DATA_FLUSH_COMPLETE */
  /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 221 milliseconds

1 2 3 4 5 6