Searched refs:dumpTraces (Results 1 – 4 of 4) sorted by relevance
70 MOCK_METHOD(void, dumpTraces, (std::string_view), (override));
116 virtual void dumpTraces(std::string_view target_sensor) = 0;135 void dumpTraces(std::string_view target_sensor) override;
96 void ThermalHelperImpl::dumpTraces(std::string_view sensor_name) { in dumpTraces() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl119 dumpTraces(linked_sensor); in dumpTraces()
597 thermal_helper_handle_->dumpTraces(name); in reportThermalAbnormality()