Home
last modified time | relevance | path

Searched refs:DOOR (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/
DVehicleArea.aidl41 DOOR = 0x06000000, enumConstant
DVehicleProperty.aidl129 …lePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.DOOR) + android.hardware…
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/
DVehicleArea.aidl41 DOOR = 100663296, enumConstant
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/
DVehicleArea.aidl41 DOOR = 0x06000000, enumConstant
DVehicleProperty.aidl135 …lePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.DOOR) + android.hardware…
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/
DVehicleArea.aidl49 DOOR = 0x06000000, enumConstant
DVehicleProperty.aidl2047 0x0B03 + VehiclePropertyGroup.SYSTEM + VehicleArea.DOOR + VehiclePropertyType.BOOLEAN,
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/
DVehicleArea.aidl41 DOOR = 0x06000000, enumConstant
DVehicleProperty.aidl135 …lePropertyGroup.SYSTEM) + android.hardware.automotive.vehicle.VehicleArea.DOOR) + android.hardware…
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h140 DOOR, enumerator
DEmulatedScene.cpp39 #define D (EmulatedScene::DOOR * EmulatedScene::NUM_CHANNELS)
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DPropertyUtils.h61 (int)(0x101 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::BOOLEAN | VehicleArea::DOOR);
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal65 * must be of the VehicleArea#DOOR area type.
86 /** DOOR maps to enum VehicleAreaDoor */
87 DOOR = 0x06000000,
1675 | VehicleArea:DOOR),
1687 | VehicleArea:DOOR),
1701 | VehicleArea:DOOR),
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp1040 VehicleArea::DOOR, VehiclePropertyType::BOOLEAN); in TEST_P()