Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DSubscriptionManagerTest.cpp538 .enableVariableUpdateRate = true, in TEST_F()
552 .enableVariableUpdateRate = true, in TEST_F()
570 .enableVariableUpdateRate = false, in TEST_F()
587 .enableVariableUpdateRate = false, in TEST_F()
599 .enableVariableUpdateRate = true, in TEST_F()
612 .enableVariableUpdateRate = false, in TEST_F()
618 .enableVariableUpdateRate = true, in TEST_F()
664 .enableVariableUpdateRate = false, in TEST_F()
677 .enableVariableUpdateRate = true, in TEST_F()
691 .enableVariableUpdateRate = false, in TEST_F()
[all …]
DDefaultVehicleHalTest.cpp1503 .enableVariableUpdateRate = true, in TEST_F()
1508 .enableVariableUpdateRate = true, in TEST_F()
1520 .enableVariableUpdateRate = true, in TEST_F()
1526 .enableVariableUpdateRate = false, in TEST_F()
1537 .enableVariableUpdateRate = false, in TEST_F()
1548 .enableVariableUpdateRate = false, in TEST_F()
1612 .enableVariableUpdateRate = true, in TEST_F()
1618 .enableVariableUpdateRate = true, in TEST_F()
1632 .enableVariableUpdateRate = true, in TEST_F()
1639 .enableVariableUpdateRate = false, in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DSubscribeOptions.aidl67 boolean enableVariableUpdateRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DSubscribeOptions.aidl41 boolean enableVariableUpdateRate;
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DSubscribeOptions.aidl41 boolean enableVariableUpdateRate;
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/
DProtoMessageConverter.cpp162 out->set_enable_variable_update_rate(in.enableVariableUpdateRate); in aidlToProto()
170 out->enableVariableUpdateRate = in.enable_variable_update_rate(); in protoToAidl()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/
Dproto_message_converter_test.cpp124 .enableVariableUpdateRate = true}; in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp53 subscribedOptions.enableVariableUpdateRate = enableVur; in newSubscribeOptions()
298 option.enableVariableUpdateRate); in subscribe()
DDefaultVehicleHal.cpp797 if (!optionCopy.enableVariableUpdateRate) { in subscribe()
819 optionVurEnabled.enableVariableUpdateRate = true; in subscribe()
826 optionCopy.enableVariableUpdateRate = false; in subscribe()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DGRPCVehicleProxyServerUnitTest.cpp201 EXPECT_TRUE(aidlOptions.enableVariableUpdateRate); in TEST()
DGRPCVehicleHardwareUnitTest.cpp138 .enableVariableUpdateRate = true}; in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h292 int32_t propId, int32_t areaId, float sampleRateHz, bool enableVariableUpdateRate,
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2243 options.enableVariableUpdateRate, in subscribe()
2343 int32_t propId, int32_t areaId, float sampleRateHz, bool enableVariableUpdateRate, in subscribePropIdAreaIdLocked() argument
2365 enableVariableUpdateRate) { in subscribePropIdAreaIdLocked()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp3389 options.enableVariableUpdateRate = true; in TEST_F()