Home
last modified time | relevance | path

Searched refs:VehiclePropertyGroup (Results 1 – 2 of 2) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp304 updatedPropValue->prop = value.prop & ~toInt(VehiclePropertyGroup::MASK); in onSetProperty()
306 updatedPropValue->prop |= toInt(VehiclePropertyGroup::VENDOR); in onSetProperty()
308 updatedPropValue->prop |= toInt(VehiclePropertyGroup::SYSTEM); in onSetProperty()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h105 enum class VehiclePropertyGroup : int32_t;
301 enum class VehiclePropertyGroup : int32_t { enum
5203 …nline std::string toString(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup o);
5204 static inline void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup o, …
5205 …utomotive::vehicle::V2_0::VehiclePropertyGroup lhs, const ::android::hardware::automotive::vehicle…
5208 …onst int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup rhs) {
5211 …t operator|(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup lhs, const …
5214 …utomotive::vehicle::V2_0::VehiclePropertyGroup lhs, const ::android::hardware::automotive::vehicle…
5217 …onst int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup rhs) {
5220 …t operator&(const ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyGroup lhs, const …
[all …]