Home
last modified time | relevance | path

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

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp173 ASSERT_EQ(config.change_mode(), toInt(VehiclePropertyChangeMode::ON_CHANGE)); in TEST_F()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3227 ON_CHANGE = 1 /* 0x01 */, enumerator
11143 …pertyChangeMode::ON_CHANGE) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V2_0…
11147 … flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyChangeMode::ON_CHANGE;
11169 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyChangeMode::ON_CHANGE) { in toString()