Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/test_vendor_properties/android/hardware/automotive/vehicle/
DTestVendorProperty.aidl99 ECHO_REVERSE_BYTES = 0x2A12 + 0x20000000 + 0x01000000 + 0x00700000, enumConstant
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp499 if (propId == toInt(TestVendorProperty::ECHO_REVERSE_BYTES)) { in TEST_F()
3334 .prop = toInt(TestVendorProperty::ECHO_REVERSE_BYTES), in TEST_F()
3343 .prop = toInt(TestVendorProperty::ECHO_REVERSE_BYTES), in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp855 case toInt(TestVendorProperty::ECHO_REVERSE_BYTES): in maybeGetSpecialValue()