Searched refs:area (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehiclePropertyStore.cpp | 29 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 <() 104 int32_t prop, int32_t area, int64_t token) const { in readValueOrNull() argument 105 RecordId recId = {prop, isGlobalProp(prop) ? 0 : area, token }; in readValueOrNull() 141 .area = isGlobalProp(valuePrototype.prop) ? 0 : valuePrototype.areaId, in getRecordIdLocked()
|
D | SubscriptionManager.cpp | 162 int32_t propId, int32_t area, SubscribeFlags flags) const { in getSubscribedClients() argument 164 return getSubscribedClientsLocked(propId, area, flags); in getSubscribedClients() 168 int32_t propId, int32_t area, SubscribeFlags flags) const { in getSubscribedClientsLocked() argument 175 if (client->isSubscribed(propId, area, flags)) { in getSubscribedClientsLocked()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehiclePropertyStore.h | 55 int32_t area; member 78 std::unique_ptr<VehiclePropValue> readValueOrNull(int32_t prop, int32_t area = 0,
|
D | SubscriptionManager.h | 119 int32_t area, 128 int32_t area,
|
/hardware/intel/common/utils/ISV/profile/ |
D | isv_profile.cpp | 104 uint32_t area = mWidth * mHeight; in updateFilterStatus() local 111 if (area > mConfigs[i].minResolution && area <= mConfigs[i].maxResolution) in updateFilterStatus() 114 else if (area == mConfigs[i].minResolution && area == QCIF_AREA) in updateFilterStatus()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssGeofencing.hal | 32 * Add a geofence area. This api currently supports circular geofences. 82 * Remove a geofence area. After the function returns, no notifications
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalManager_test.cpp | 135 int64_t makeKey(int32_t prop, int32_t area) const { in makeKey() 136 return (static_cast<int64_t>(prop) << 32) | area; in makeKey()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 76 * information such as property Id, area Id, sample rate, etc.
|
D | types.hal | 49 * Other properties may not be associated with particular vehicle area, 90 * - vehicle area (VehicleArea) 1209 * which area of screen is renderable. 1212 * rendering some information in the area allocated for 2610 * area zones. 2724 * Contains per-area configuration.
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1551 int32_t tac; // 16-bit tracking area code, INT_MAX if unknown 1654 // 6 - Location area not allowed 1660 // 12 - Location area not allowed
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 89 * some particular area.
|