Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DSubscriptionManager.cpp46 SubscribeOptions newSubscribeOptions(int32_t propId, int32_t areaId, float sampleRateHz, in newSubscribeOptions() function
165 newSubscribeOptions(propId, areaId, /*updateRateHz=*/0, /*resolution*/ 0.0f, in addOnChangeSubscriberLocked()
238 if (auto status = mVehicleHardware->subscribe(newSubscribeOptions( in updateContSubConfigsLocked()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp154 static SubscribeOptions newSubscribeOptions(int32_t propId, int32_t areaId, in newSubscribeOptions() function in android::hardware::automotive::vehicle::fake::FakeVehicleHardwareTest
352 getHardware()->subscribe(newSubscribeOptions(propId, areaId, sampleRateHz))) in subscribe()
3355 auto status = getHardware()->subscribe(newSubscribeOptions(propSpeed, areaId, 5)); in TEST_F()
3361 status = getHardware()->subscribe(newSubscribeOptions(propSteering, areaId, 10)); in TEST_F()
3428 auto status = getHardware()->subscribe(newSubscribeOptions(propHvac, areaId, 0)); in TEST_F()
3470 auto status = getHardware()->subscribe(newSubscribeOptions(propSpeed, areaId, 0)); in TEST_F()