Searched defs:areaId (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHal.h39 StatusCode errorCode, int32_t property, int32_t areaId)>;
99 int32_t areaId) {
100 mOnHalPropertySetError(errorCode, propId, areaId);
97 doHalPropertySetError(StatusCode errorCode, int32_t propId, int32_t areaId) argument
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DSubscriptionManager.cpp78 int32_t areaId,
86 && (opts.vehicleAreas == 0 || areaId == 0 || opts.vehicleAreas & areaId);
143 v->prop, v->areaId, flags);
77 isSubscribed(int32_t propId, int32_t areaId, SubscribeFlags flags) argument
H A DVehicleHalManager.cpp226 int32_t areaId) {
231 client->getCallback()->onPropertySetError(errorCode, property, areaId);
330 value.prop, value.areaId, SubscribeFlags::SET_CALL);
224 onHalPropertySetError(StatusCode errorCode, int32_t property, int32_t areaId) argument
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.cpp97 int32_t areaId = 0; local
105 areaId = getProp.area_id();
109 VehiclePropValue request = { .prop = propId, .areaId = areaId };
140 .areaId = protoVal.area_id(),
294 protoVal->set_area_id(val->areaId);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp57 int32_t areaId = requestedPropValue.areaId; variable
81 auto key = makeKey(toInt(property), areaId);
90 pValue->areaId = areaId;
121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { argument
122 doHalPropertySetError(error, property, areaId);
131 return makeKey(v.prop, v.areaId);
157 void invokeGet(int32_t property, int32_t areaId) { argument
160 requestedValue.areaId
[all...]

Completed in 145 milliseconds