HomeSort by relevance Sort by last modified time
    Searched defs:propId (Results 1 - 10 of 10) sorted by null

  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarCabinManagerTest.java 57 int propId = property.getPropertyId();
58 switch (propId) {
111 Log.e(TAG, "Property ID not handled: " + propId);
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 99 int32_t propId = getProp.prop();
109 VehiclePropValue request = { .prop = propId, .areaId = areaId };
EmulatedVehicleHal.cpp 108 auto propId = requestedPropValue.prop;
112 switch (propId) {
251 ALOGI("%s propId: 0x%x, sampleRate: %f", __func__, property, sampleRate);
260 ALOGI("%s propId: 0x%x", __func__, property);
267 bool EmulatedVehicleHal::isContinuousProperty(int32_t propId) const {
268 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId);
270 ALOGW("Config not found for property: 0x%x", propId);
306 int32_t propId = v.int32Values[1];
325 ALOGI("%s, propId: %d, initalValue: %f", __func__, propId, initialValue)
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 125 auto prop = ops.propId;
167 mHal->subscribe(opt.propId, opt.vehicleAreas, opt.sampleRate);
174 int32_t propId) {
175 mSubscriptionManager.unsubscribe(getClientId(callback), propId);
  /packages/services/Car/service/src/com/android/car/hal/
HalClient.java 115 int propId = requestedPropValue.prop;
119 String.format("Failed to get value for: 0x%x, areaId: 0x%x", propId, areaId));
123 throw new PropertyTimeoutException(propId);
129 + "code: %d", propId, areaId, status));
183 final int propId;
186 PropertySetError(int errorCode, int propId, int areaId) {
188 this.propId = propId;
219 mCallback.onPropertySetError(obj.errorCode, obj.propId, obj.areaId);
250 public void onPropertySetError(int errorCode, int propId, int areaId)
    [all...]
VehicleHal.java 323 opts.propId = property;
440 VehiclePropValueSetter set(int propId) {
441 return new VehiclePropValueSetter(mHalClient, propId, NO_AREA);
445 VehiclePropValueSetter set(int propId, int areaId) {
446 return new VehiclePropValueSetter(mHalClient, propId, areaId);
499 public void onPropertySetError(int errorCode, int propId, int areaId) {
501 + "area: 0x%x", errorCode, propId, areaId));
502 if (propId != VehicleProperty.INVALID) {
503 HalServiceBase service = mPropertyHandlers.get(propId);
505 service.handlePropertySetError(propId, areaId)
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 200 int propId = prop.getPropertyId();
206 switch(propId) {
241 Log.w(TAG, "propertyId " + propId + " is not handled");
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 451 int propId;
459 propId = Integer.decode(property);
465 mHal.injectBooleanEvent(propId, zoneId, event);
478 int propId;
481 propId = Integer.decode(property);
487 mHal.injectIntegerEvent(propId, eventValue);
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 1110 milliseconds