Searched refs:mPropId (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyInfo.java | 26 public final int mPropId; field in PropertyInfo 30 mPropId = config.getPropertyId(); in PropertyInfo() 31 mName = DebugUtils.constantToString(VehiclePropertyIds.class, /* prefix= */ "", mPropId); in PropertyInfo() 42 return ((PropertyInfo) other).mPropId == mPropId; in equals() 49 return mPropId; in hashCode()
|
D | PropertyTestFragment.java | 329 int propertyId = info.mPropId; in onItemSelected()
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeCarPropertyService.java | 264 final int mPropId; field in FakeCarPropertyService.PropKey 268 this.mPropId = propId; in PropKey() 290 return mPropId == propKey.mPropId && mAreaId == propKey.mAreaId; in equals() 295 return Objects.hash(mPropId, mAreaId); in hashCode()
|
/packages/services/Car/cpp/vhal/client/include/ |
D | IVhalClient.h | 149 int32_t mPropId; 157 explicit SubscribeOptionsBuilder(int32_t propId) : mPropId(propId) {} in SubscribeOptionsBuilder() 199 .propId = mPropId, in build()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | VehicleHal.java | 1553 final int mPropId; field in VehicleHal.HalPropValueSetter 1557 mPropId = propId; in HalPropValueSetter() 1578 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, value); in to() 1589 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, values); in to() 1607 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, intValues); in to()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 500 private final int mPropId; field in FakeVehicleStub.ContinuousPropUpdater 510 mPropId = propId; in ContinuousPropUpdater() 529 mClient.onPropertyEvent(updateTimeStamp(mPropId, mAreaId)); in run()
|