Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.h75 bool isContinuousProperty(int32_t propId) const;
DEmulatedVehicleHal.cpp284 if (isContinuousProperty(property)) { in onContinuousPropertyTimer()
303 if (isContinuousProperty(property)) { in subscribe()
311 if (isContinuousProperty(property)) { in unsubscribe()
317 bool EmulatedVehicleHal::isContinuousProperty(int32_t propId) const { in isContinuousProperty() function in android::hardware::automotive::vehicle::V2_0::impl::EmulatedVehicleHal