Home
last modified time | relevance | path

Searched refs:area (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp29 return prop == other.prop && area == other.area && token == other.token; in operator ==()
34 || (prop == other.prop && area < other.area) in operator <()
35 || (prop == other.prop && area == other.area && token < other.token); in operator <()
108 int32_t prop, int32_t area, int64_t token) const { in readValueOrNull() argument
109 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull()
145 .area = isGlobalProp(valuePrototype.prop) ? 0 : valuePrototype.areaId, in getRecordIdLocked()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h55 int32_t area; member
78 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
/hardware/interfaces/gnss/1.0/
DIGnssGeofencing.hal32 * Add a geofence area. This api currently supports circular geofences.
82 * Remove a geofence area. After the function returns, no notifications
/hardware/interfaces/input/common/1.0/
Dtypes.hal28 * the touch contact area. The units are display pixels.
30 * contact area. The units are device-dependent.
43 * the touch contact area. The units are display pixels.
45 * contact area. The units are device-dependent.
70 * - For a touch screen or touch pad, reports the approximate size of the contact area in
82 * represents the touch area at the point of contact.
85 * represents the touch area at the point of contact.
93 * represents the touch area at the point of contact.
96 * represents the touch area at the point of contact.
665 * even if the event did not directly pass through the obscured area.
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp134 int64_t makeKey(int32_t prop, int32_t area) const { in makeKey()
135 return (static_cast<int64_t>(prop) << 32) | area; in makeKey()
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal76 * information such as property Id, area Id, sample rate, etc.
Dtypes.hal53 * Other properties may not be associated with particular vehicle area,
56 * [Definition] Area: An area represents a unique element of an AreaType.
57 * For instance, if AreaType is WINDOW, then an area may be FRONT_WINDSHIELD.
61 * not be mixed in a single AreaID. For instance, a window area cannot be
62 * combined with a seat area in an AreaID.
74 * - An area must only appear once in the array of AreaIDs. That is, an
75 * area must only be part of a single AreaID in the array.
78 * and is not associated with a specific area. For example, FUEL_LEVEL,
125 * - vehicle area (VehicleArea)
2836 * Contains per-area configuration.
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp242 IComposerClient::Rect area, IComposerClient::Color color) { in fillColorsArea() argument
243 for (int row = area.top; row < area.bottom; row++) { in fillColorsArea()
244 for (int col = area.left; col < area.right; col++) { in fillColorsArea()
/hardware/interfaces/radio/1.2/
Dtypes.hal556 * 6 - Location area not allowed
562 * 12 - Location area not allowed
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal1062 * <p>The maximum ratio between both active area width
1063 * and crop region width, and active area height and
1381 * <p>The area of the image sensor which corresponds to active pixels after any geometric
1457 * <p>The area of the image sensor which corresponds to active pixels prior to the
/hardware/interfaces/radio/1.4/
Dtypes.hal724 * MS requests service, or the network initiates a detach request, in a location area where the
1007 * area ID.
1824 /** 16-bit tracking area code, INT_MAX means invalid/unreported. */
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal237 * composition, the area of the readback buffer covered by such content must be
/hardware/interfaces/radio/1.0/
Dtypes.hal1576 int32_t tac; // 16-bit tracking area code, INT_MAX if unknown
1680 // 6 - Location area not allowed
1686 // 12 - Location area not allowed
/hardware/interfaces/camera/device/3.2/
Dtypes.hal89 * some particular area.