Home
last modified time | relevance | path

Searched refs:BOOLEAN (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp257 auto updatedPropValue = createVehiclePropValue(VehiclePropertyType::BOOLEAN, 1); in onSetProperty()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp288 case VehiclePropertyType::BOOLEAN: in populateProtoVehicleConfig()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h200 BOOLEAN = 2097152 /* 0x00200000 */, enumerator
7389 …:VehiclePropertyType::BOOLEAN) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V…
7393 flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::BOOLEAN;
7463 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::BOOLEAN) { in toString()