Home
last modified time | relevance | path

Searched defs:propConfig (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java170 protected int getTokenForProperty(HalPropConfig propConfig) { in getTokenForProperty()
282 HalPropConfig propConfig; in requestDiagnosticStart() local
312 HalPropConfig propConfig; in requestDiagnosticStop() local
341 HalPropConfig propConfig; in getCurrentDiagnosticValue() local
376 HalPropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/obd2frame/src/
H A DFakeObd2Frame.cpp106 void FakeObd2Frame::initObd2LiveFrame(const VehiclePropConfig& propConfig) { in initObd2LiveFrame()
115 void FakeObd2Frame::initObd2FreezeFrame(const VehiclePropConfig& propConfig) { in initObd2FreezeFrame()
188 bool FakeObd2Frame::isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/obd2frame/src/
H A DFakeObd2Frame.cpp106 void FakeObd2Frame::initObd2LiveFrame(const VehiclePropConfig& propConfig) { in initObd2LiveFrame()
115 void FakeObd2Frame::initObd2FreezeFrame(const VehiclePropConfig& propConfig) { in initObd2FreezeFrame()
188 bool FakeObd2Frame::isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DFakeObd2Frame.cpp92 void initObd2LiveFrame(VehiclePropertyStore* propStore, const VehiclePropConfig& propConfig) { in initObd2LiveFrame()
102 void initObd2FreezeFrame(VehiclePropertyStore* propStore, const VehiclePropConfig& propConfig) { in initObd2FreezeFrame()
172 bool isDiagnosticProperty(const VehiclePropConfig& propConfig) { in isDiagnosticProperty()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/JsonConfigLoader/test/
H A DJsonConfigLoaderUnitTest.cpp288 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
310 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
332 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
355 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/JsonConfigLoader/test/
H A DJsonConfigLoaderUnitTest.cpp288 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
310 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
332 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
355 const VehiclePropConfig& propConfig = configs.begin()->second.config; local
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DAidlVehiclePropConfigBuilder.java34 private AidlVehiclePropConfigBuilder(VehiclePropConfig propConfig) { in AidlVehiclePropConfigBuilder()
47 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
DHidlVehiclePropConfigBuilder.java46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
DDiagnosticEventBuilder.java105 public DiagnosticEventBuilder(VehiclePropConfig propConfig) { in DiagnosticEventBuilder()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java111 VehiclePropConfig propConfig = new VehiclePropConfig(); in initHalService() local
165 VehiclePropConfig propConfig = new VehiclePropConfig(); in testCoreId_IntegerOverflow() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java204 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
224 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, 123); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
242 HalPropConfig propConfig = getPropConfigByPropId(fakeVehicleStub.getAllPropConfigs(), in testGetAllPropConfigsWithSpecialProp() local
1770 ConfigDeclaration propConfig = new ConfigDeclaration( in createParseResult() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h50 VehiclePropConfig propConfig; member
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehiclePropertyStore.h194 aidl::android::hardware::automotive::vehicle::VehiclePropConfig propConfig; member
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehiclePropertyStore.h194 aidl::android::hardware::automotive::vehicle::VehiclePropConfig propConfig; member
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java744 HalPropConfig propConfig = realVehiclePropConfigs[i]; in overrideConfigsForSpecialProp() local
747 fakePropConfigsByPropId.put(propConfig.getPropId(), propConfig); in overrideConfigsForSpecialProp() local
/aosp_15_r20/packages/services/Car/tools/emulator/
Ddiagnostic_builder.py55 def __init__(self, propConfig): argument
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java344 PropertyData(CarPropertyConfig propConfig) { in PropertyData()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/vts/src/
H A DVtsHalAutomotiveVehicle_TargetTest.cpp508 auto& propConfig = propConfigsResult.value()[0]; in TEST_P() local
594 auto& propConfig = propConfigsResult.value()[0]; in TEST_P() local
/aosp_15_r20/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py420 def checkForStaticCondition(propConfig): argument
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java2193 CarPropertyConfig<?> propConfig = configs.getConfigs().get(0); in getAreaId() local
/aosp_15_r20/prebuilts/sdk/34/system/
HDandroid.car.testapi.jarMETA-INF/ META-INF/MANIFEST.MF DefaultProperties.json android/ android/automotive ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-13-robolectric-9030017.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml CompanionAppsPermissions$AppPermissions.class ...
HDandroid-all-12.1-robolectric-8229987.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/proguard/ META- ...
HDandroid-all-14-robolectric-10818077.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__services__permission__android_common__services.permission. ...
HDandroid-all-15-robolectric-12650502.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__services__permission__android_common__services.permission- ...