Loading automotive/vehicle/aidl/impl/default_config/TEST_MAPPING 0 → 100644 +8 −0 Original line number Diff line number Diff line { "ravenwood-presubmit": [ { "name": "CarServiceHostUnitTest", "host": true } ] } automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +12 −9 Original line number Diff line number Diff line Loading @@ -3195,19 +3195,22 @@ } }, { "property": "VehicleProperty::DISPLAY_BRIGHTNESS", "property": "VehicleProperty::PER_DISPLAY_BRIGHTNESS" }, { "property": "VehicleProperty::PER_DISPLAY_MAX_BRIGHTNESS", "defaultValue": { "int32Values": [ 0, 100, 1, 100, 2, 100, 3, 100 ] }, "areas": [ { "areaId": 0, "minInt32Value": 0, "maxInt32Value": 100 } ] }, { "property": "VehicleProperty::VALET_MODE_ENABLED", Loading automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1050,6 +1050,10 @@ VhalResult<void> FakeVehicleHardware::maybeSetSpecialValue(const VehiclePropValu VhalResult<void> isAdasPropertyAvailableResult; VhalResult<bool> isCruiseControlTypeStandardResult; switch (propId) { case toInt(VehicleProperty::DISPLAY_BRIGHTNESS): case toInt(VehicleProperty::PER_DISPLAY_BRIGHTNESS): ALOGD("DISPLAY_BRIGHTNESS: %s", value.toString().c_str()); return {}; case toInt(VehicleProperty::AP_POWER_STATE_REPORT): *isSpecialValue = true; return setApPowerStateReport(value); Loading camera/provider/aidl/vts/VtsAidlHalCameraProvider_TargetTest.cpp +15 −20 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ TEST_P(CameraAidlTest, getResourceCost) { // Validate the integrity of manual flash strength control metadata TEST_P(CameraAidlTest, validateManualFlashStrengthControlKeys) { if (flags::camera_manual_flash_strength_control()) { std::vector<std::string> cameraDeviceNames = getCameraDeviceNames(mProvider); for (const auto& name : cameraDeviceNames) { ALOGI("validateManualFlashStrengthControlKeys: Testing camera device %s", name.c_str()); Loading @@ -182,10 +181,6 @@ TEST_P(CameraAidlTest, validateManualFlashStrengthControlKeys) { mSession = nullptr; ASSERT_TRUE(ret.isOk()); } } else { ALOGI("validateManualFlashStrengthControlKeys: Test skipped.\n"); GTEST_SKIP(); } } TEST_P(CameraAidlTest, systemCameraTest) { Loading graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ComposerCommandBuffer.h +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ #warn "ComposerCommandBuffer.h included without LOG_TAG" #endif #undef LOG_NDEBUG #define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #include <algorithm> #include <limits> Loading Loading
automotive/vehicle/aidl/impl/default_config/TEST_MAPPING 0 → 100644 +8 −0 Original line number Diff line number Diff line { "ravenwood-presubmit": [ { "name": "CarServiceHostUnitTest", "host": true } ] }
automotive/vehicle/aidl/impl/default_config/config/DefaultProperties.json +12 −9 Original line number Diff line number Diff line Loading @@ -3195,19 +3195,22 @@ } }, { "property": "VehicleProperty::DISPLAY_BRIGHTNESS", "property": "VehicleProperty::PER_DISPLAY_BRIGHTNESS" }, { "property": "VehicleProperty::PER_DISPLAY_MAX_BRIGHTNESS", "defaultValue": { "int32Values": [ 0, 100, 1, 100, 2, 100, 3, 100 ] }, "areas": [ { "areaId": 0, "minInt32Value": 0, "maxInt32Value": 100 } ] }, { "property": "VehicleProperty::VALET_MODE_ENABLED", Loading
automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1050,6 +1050,10 @@ VhalResult<void> FakeVehicleHardware::maybeSetSpecialValue(const VehiclePropValu VhalResult<void> isAdasPropertyAvailableResult; VhalResult<bool> isCruiseControlTypeStandardResult; switch (propId) { case toInt(VehicleProperty::DISPLAY_BRIGHTNESS): case toInt(VehicleProperty::PER_DISPLAY_BRIGHTNESS): ALOGD("DISPLAY_BRIGHTNESS: %s", value.toString().c_str()); return {}; case toInt(VehicleProperty::AP_POWER_STATE_REPORT): *isSpecialValue = true; return setApPowerStateReport(value); Loading
camera/provider/aidl/vts/VtsAidlHalCameraProvider_TargetTest.cpp +15 −20 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ TEST_P(CameraAidlTest, getResourceCost) { // Validate the integrity of manual flash strength control metadata TEST_P(CameraAidlTest, validateManualFlashStrengthControlKeys) { if (flags::camera_manual_flash_strength_control()) { std::vector<std::string> cameraDeviceNames = getCameraDeviceNames(mProvider); for (const auto& name : cameraDeviceNames) { ALOGI("validateManualFlashStrengthControlKeys: Testing camera device %s", name.c_str()); Loading @@ -182,10 +181,6 @@ TEST_P(CameraAidlTest, validateManualFlashStrengthControlKeys) { mSession = nullptr; ASSERT_TRUE(ret.isOk()); } } else { ALOGI("validateManualFlashStrengthControlKeys: Test skipped.\n"); GTEST_SKIP(); } } TEST_P(CameraAidlTest, systemCameraTest) { Loading
graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ComposerCommandBuffer.h +1 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ #warn "ComposerCommandBuffer.h included without LOG_TAG" #endif #undef LOG_NDEBUG #define LOG_NDEBUG 0 //#define LOG_NDEBUG 0 #include <algorithm> #include <limits> Loading