/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | DiagnosticHalService.java | 170 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 D | FakeObd2Frame.cpp | 106 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 D | FakeObd2Frame.cpp | 106 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 D | FakeObd2Frame.cpp | 92 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 D | JsonConfigLoaderUnitTest.cpp | 288 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 D | JsonConfigLoaderUnitTest.cpp | 288 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/ |
D | AidlVehiclePropConfigBuilder.java | 34 private AidlVehiclePropConfigBuilder(VehiclePropConfig propConfig) { in AidlVehiclePropConfigBuilder() 47 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
|
D | HidlVehiclePropConfigBuilder.java | 46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
|
D | DiagnosticEventBuilder.java | 105 public DiagnosticEventBuilder(VehiclePropConfig propConfig) { in DiagnosticEventBuilder()
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VmsHalServiceTest.java | 111 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/ |
D | FakeVehicleStubUnitTest.java | 204 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 D | VehiclePropertyStore.h | 50 VehiclePropConfig propConfig; member
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/ |
H A D | VehiclePropertyStore.h | 194 aidl::android::hardware::automotive::vehicle::VehiclePropConfig propConfig; member
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/ |
H A D | VehiclePropertyStore.h | 194 aidl::android::hardware::automotive::vehicle::VehiclePropConfig propConfig; member
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 744 HalPropConfig propConfig = realVehiclePropConfigs[i]; in overrideConfigsForSpecialProp() local 747 fakePropConfigsByPropId.put(propConfig.getPropId(), propConfig); in overrideConfigsForSpecialProp() local
|
/aosp_15_r20/packages/services/Car/tools/emulator/ |
D | diagnostic_builder.py | 55 def __init__(self, propConfig): argument
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | VehiclePropertyPublisher.java | 344 PropertyData(CarPropertyConfig propConfig) { in PropertyData()
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/vts/src/ |
H A D | VtsHalAutomotiveVehicle_TargetTest.cpp | 508 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/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 420 def checkForStaticCondition(propConfig): argument
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 2193 CarPropertyConfig<?> propConfig = configs.getConfigs().get(0); in getAreaId() local
|
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android.car.testapi.jar | META-INF/
META-INF/MANIFEST.MF
DefaultProperties.json
android/
android/automotive ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-13-robolectric-9030017.jar | META-INF/
META-INF/MANIFEST.MF
AndroidManifest.xml
CompanionAppsPermissions$AppPermissions.class
... |
HD | android-all-12.1-robolectric-8229987.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/proguard/
META- ... |
HD | android-all-14-robolectric-10818077.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission. ... |
HD | android-all-15-robolectric-12650502.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |