/hardware/qcom/gps/core/ |
gps_extended_c.h | 225 /** GPS extended supports batching */ 352 LOC_API_ADAPTER_BATCH_FULL, // Batching on full 353 LOC_API_ADAPTER_BATCHED_POSITION_REPORT, // Batching on fix
|
/docs/source.android.com/src/devices/sensors/ |
index.jd | 59 <li> Batching capabilities are an important consideration for power optimization. 60 See <a href="batching.html">Batching</a> for more information. </li> 131 batching, significant motion and game rotation vectors. </li>
|
hal-interface.jd | 173 sensor is capturing and batching data.</p> 181 <p>See <a href="batching.html">Batching</a> for more details on sensor 182 batching, including behaviors in suspend mode and out of suspend mode.</p> 320 <code>fifoMaxEventCount</code> is 0. See <a href="batching.html">Batching</a> for more details.</p>
|
/external/deqp/modules/gles2/performance/ |
es2pDrawCallBatchingTests.hpp | 23 * \brief Draw call batching performance tests
|
/frameworks/base/libs/hwui/ |
Debug.h | 76 // Turn on to log draw operation batching and deferral information
|
DeferredDisplayList.h | 134 * Resets the batching back-pointers, creating a barrier in the operation stream so that no ops
|
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.h | 68 static bool DEBUG_BATCHING; /* log the data for debugging batching */
|
SensorBase.cpp | 90 property_get("invn.hal.debug.batching", value, "0");
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
MediaSource.java | 75 // batching the database query).
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
fullstream_ui_policy.h | 96 // batching is turned on. Should only be accessed from the database thread.
|
counting_policy.h | 129 // batching is turned on. Should only be accessed from the database thread.
|
/frameworks/base/location/java/android/location/ |
FusedBatchOptions.java | 23 * A data class representing a set of options to configure batching sessions.
|
/frameworks/native/services/sensorservice/ |
SensorInterface.h | 42 // Not all sensors need to support batching.
|
SensorService.h | 45 // For older HALs which don't support batching, use a smaller socket buffer size. 264 // Socket buffersize used to initialize BitTube. This size depends on whether batching is
|
SensorDevice.h | 73 // Finds the optimal parameters for batching and stores them in bestBatchParams variable.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.cpp | 66 // if batching uploads, create backing memory on first use 115 // should only do this if batching is enabled
|
/external/skia/src/gpu/ |
GrAtlas.cpp | 64 // if batching uploads, create backing memory on first use 111 // should only do this if batching is enabled
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
Xlibint.h | 370 #define PTSPERBATCH 1024 /* point batching */ 373 #define WLNSPERBATCH 50 /* wide line batching */ 376 #define ZLNSPERBATCH 1024 /* thin line batching */ 379 #define WRCTSPERBATCH 10 /* wide line rectangle batching */ 382 #define ZRCTSPERBATCH 256 /* thin line rectangle batching */ 385 #define FRCTSPERBATCH 256 /* filled rectangle batching */ 388 #define FARCSPERBATCH 256 /* filled arc batching */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xlibint.h | 370 #define PTSPERBATCH 1024 /* point batching */ 373 #define WLNSPERBATCH 50 /* wide line batching */ 376 #define ZLNSPERBATCH 1024 /* thin line batching */ 379 #define WRCTSPERBATCH 10 /* wide line rectangle batching */ 382 #define ZRCTSPERBATCH 256 /* thin line rectangle batching */ 385 #define FRCTSPERBATCH 256 /* filled rectangle batching */ 388 #define FARCSPERBATCH 256 /* filled arc batching */ [all...] |
/external/chromium_org/chrome/browser/download/ |
download_history.h | 139 // facilitate batching removals together for database efficiency.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/ |
list_selection_model.js | 166 * This is used to begin batching changes. Call {@code endChange} when you
|
list_single_selection_model.js | 121 * This is used to begin batching changes. Call {@code endChange} when you
|
/external/chromium_org/third_party/skia/bench/ |
AlternatingColorPatternBench.cpp | 72 * be used to test the cost of program switching and/or batching when alternating between different
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list_single_selection_model.js | 129 * This is used to begin batching changes. Call {@code endChange} when you
|
/docs/source.android.com/src/devices/ |
devices_toc.cs | 157 <a href="<?cs var:toroot ?>devices/sensors/batching.html"> 158 <span class="en">Batching</span>
|