HomeSort by relevance Sort by last modified time
    Searched refs:onContinuousPropertyTimer (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.h 74 void onContinuousPropertyTimer(const std::vector<int32_t>& properties);
EmulatedVehicleHal.cpp 38 mRecurrentTimer(std::bind(&EmulatedVehicleHal::onContinuousPropertyTimer,
128 void EmulatedVehicleHal::onContinuousPropertyTimer(const std::vector<int32_t>& properties) {
140 ALOGE("Unexpected onContinuousPropertyTimer for property: 0x%x", property);

Completed in 46 milliseconds