Searched refs:thermalInterface (Results 1 – 2 of 2) sorted by relevance
90 auto thermalInterface = g_service->GetThermalInterface(); in RequestCpuIsolate() local91 if (thermalInterface != nullptr) { in RequestCpuIsolate()92 int32_t ret = thermalInterface->IsolateCpu(isolateNum); in RequestCpuIsolate()
105 auto thermalInterface = g_service->GetThermalInterface(); in ChargerRequest() local106 if (thermalInterface != nullptr) { in ChargerRequest()107 int32_t ret = thermalInterface->SetBatteryCurrent(current); in ChargerRequest()