Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 100) sorted by relevance

1234

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_standard_sample_locations.c34 .locations = {
49 .locations = {
66 .locations = {
89 .locations = {
125 .locations = {
/hardware/interfaces/gnss/aidl/vts/
DGnssBatchingCallback.cpp24 const std::vector<android::hardware::gnss::GnssLocation>& locations) { in gnssLocationBatchCb() argument
25 ALOGI("Batched locations received with size=%d", (int)locations.size()); in gnssLocationBatchCb()
26 for (const auto& location : locations) { in gnssLocationBatchCb()
31 batched_locations_cbq_.store(locations); in gnssLocationBatchCb()
DGnssBatchingCallback.h30 const std::vector<android::hardware::gnss::GnssLocation>& locations) override;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_sample_locations.adoc22 This extension allows an application to modify the locations of samples
24 Additionally, it allows applications to specify different sample locations
27 takes advantage of these different locations).
36 Modifying the sample locations causes the reconstruction to no longer
39 cleared before rendering to it using different sample locations.
47 slink:VkImageMemoryBarrier structures to provide sample locations for layout
51 slink:VkRenderPassBeginInfo to provide sample locations for layout
Dmemorymodel.adoc43 more memory locations at a time, e.g. an operation accessing a 32-bit
44 integer in memory would read/write a set of four memory locations.
48 Two sets of memory locations _overlap_ if the intersection of their sets of
49 memory locations is non-empty.
51 its set of memory locations.
53 Memory locations for buffers and images are explicitly allocated in
59 type share a set of memory locations.
66 The values stored in newly allocated memory locations are determined by a
70 locations.
99 locations is still considered to be a write and has all the same effects.
[all …]
/hardware/interfaces/gnss/1.0/
DIGnssBatchingCallback.hal22 * Called when a batch of locations is output, by various means, including
26 * All locations returned by this callback must be cleared from the hardware
28 * redundant locations. (Same lat/lon, at a new time, is acceptable.)
30 * @param locations GNSS Location information from HAL.
32 gnssLocationBatchCb(vec<GnssLocation> locations);
DIGnssBatching.hal50 * call IGnssBatchingCallback to return the locations.
97 * Start batching locations. This API is primarily used when the AP is
98 * asleep and the device can batch locations in the hardware.
100 * IGnssBatchingCallback is used to return the locations.
103 * IGnssBatchingCallback must be called to return the locations.
118 * Retrieve all batched locations currently stored.
123 * no locations to flush (in which case the Location vector must be empty).
126 * must not return any of the locations returned in this call.
139 * they must be stopped. If any locations are in the hardware batch, they
/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp62 void GnssBatching::locationCb(int32_t locationsCount, FlpLocation** locations) { in locationCb() argument
68 if (locations == nullptr) { in locationCb()
92 if (locations[iLocation] == nullptr) { in locationCb()
97 if ((locations[iLocation]->sources_used & ~FLP_TECH_MASK_GNSS_AND_SENSORS) != 0) in locationCb()
100 locations[iLocation]->sources_used, iLocation, locationsCount); in locationCb()
103 gnssLocations.push_back(convertToGnssLocation(locations[iLocation])); in locationCb()
DGnssBatching.h41 static void locationCb(int32_t locationsCount, FlpLocation** locations);
/hardware/interfaces/gnss/2.0/
DIGnssBatchingCallback.hal22 * Called when a batch of locations is output, by various means, including
26 * All locations returned by this callback must be cleared from the hardware
28 * redundant locations. (Same lat/lon, at a new time, is acceptable.)
33 * @param locations GNSS Location information from HAL.
35 gnssLocationBatchCb(vec<GnssLocation> locations);
DIGnssCallback.hal59 * HAL implementation must call this when it wants the framework to provide locations to assist
64 * providing locations derived from GNSS locations (such as "fused" location), to help improve
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/
DIGnssBatchingCallback.aidl38 void gnssLocationBatchCb(in android.hardware.gnss.GnssLocation[] locations); in gnssLocationBatchCb() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
DIGnssBatchingCallback.aidl38 void gnssLocationBatchCb(in android.hardware.gnss.GnssLocation[] locations); in gnssLocationBatchCb() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/
DIGnssBatchingCallback.aidl38 void gnssLocationBatchCb(in android.hardware.gnss.GnssLocation[] locations); in gnssLocationBatchCb() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/
DIGnssBatchingCallback.aidl38 void gnssLocationBatchCb(in android.hardware.gnss.GnssLocation[] locations); in gnssLocationBatchCb() argument
/hardware/interfaces/gnss/aidl/android/hardware/gnss/
DIGnssBatchingCallback.aidl39 void gnssLocationBatchCb(in GnssLocation[] locations); in gnssLocationBatchCb() argument
/hardware/interfaces/gnss/1.1/
DIGnssCallback.hal45 * HAL implementation must call this when it wants the framework to provide locations to assist
50 * providing locations derived from GNSS locations (such as "fused" location), to help improve
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.h127 void reportLocationsEvent(const Location* locations, size_t count,
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/hardware/qcom/sm7250/gps/batching/
DBatchingAdapter.h127 void reportLocationsEvent(const Location* locations, size_t count,
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.h127 void reportLocationsEvent(const Location* locations, size_t count,
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/hardware/qcom/sm8150p/gps/batching/
DBatchingAdapter.h127 void reportLocationsEvent(const Location* locations, size_t count,
132 void reportLocations(Location* locations, size_t count, BatchingMode batchingMode);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dtest_reflow.py101 for vuid, locations in args.vuidDict.items():
102 for location, expectedLocation in zip(locations, expected[vuid]):
/hardware/qcom/gps/msm8994/core/
DUlpProxyBase.h75 inline virtual bool reportPositions(GpsExtLocation * locations, in reportPositions() argument
/hardware/qcom/gps/msm8084/core/
DUlpProxyBase.h75 inline virtual bool reportPositions(GpsExtLocation * locations, in reportPositions() argument
/hardware/qcom/gps/core/
DUlpProxyBase.h75 inline virtual bool reportPositions(GpsExtLocation * locations, in reportPositions() argument

1234