Home
last modified time | relevance | path

Searched refs:WINDOW_1_RIGHT (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DPropertyUtils.h34 constexpr int WINDOW_1_RIGHT = (int)VehicleAreaWindow::ROW_1_RIGHT; variable
DDefaultConfig.h708 .areaConfigs = {VehicleAreaConfig{.areaId = WINDOW_1_RIGHT | WINDOW_2_LEFT |
710 .initialAreaValues = {{WINDOW_1_RIGHT | WINDOW_2_LEFT | WINDOW_2_RIGHT,
719 VehicleAreaConfig{.areaId = WINDOW_1_RIGHT,
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DPropertyUtils.h58 constexpr int WINDOW_1_RIGHT = toInt(propertyutils_impl::VehicleAreaWindow::ROW_1_RIGHT); variable
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp110 {"WINDOW_1_RIGHT", WINDOW_1_RIGHT},
114 {"WINDOW_1_RIGHT_2_LEFT_2_RIGHT", WINDOW_1_RIGHT | WINDOW_2_LEFT | WINDOW_2_RIGHT},