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

  /frameworks/native/services/thermalservice/
ThermalService.cpp 35 const bool isThrottling, const Temperature& temperature) {
38 mThrottled = isThrottling;
42 mListeners[i]->notifyThrottling(isThrottling, temperature);
51 binder::Status ThermalService::isThrottling(bool* _aidl_return) {
  /hardware/interfaces/thermal/1.1/vts/functional/
VtsHalThermalV1_1TargetTest.cpp 45 bool isThrottling;
56 Return<void> notifyThrottling(bool isThrottling,
59 args.isThrottling = isThrottling;
113 EXPECT_EQ(true, res.args->isThrottling);

Completed in 65 milliseconds