Home
last modified time | relevance | path

Searched defs:temperature (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java369 private void postEventListenerLocked(Temperature temperature, in postEventListenerLocked()
389 private void notifyEventListenersLocked(Temperature temperature) { in notifyEventListenersLocked()
406 private void shutdownIfNeeded(Temperature temperature) { in shutdownIfNeeded()
427 private void onTemperatureChanged(Temperature temperature, boolean sendCallback) { in onTemperatureChanged()
444 temperature); in onTemperatureChanged() local
1070 void onTemperatureChanged(Temperature temperature); in onTemperatureChanged()
1916 private void updateTemperatureSampleLocked(long timeNow, Temperature temperature) { in updateTemperatureSampleLocked()
1967 static float normalizeTemperature(float temperature, float severeThreshold) { in normalizeTemperature()
2090 Sample createSampleForTesting(long time, float temperature) { in createSampleForTesting()
2097 public float temperature; field in ThermalManagerService.TemperatureWatcher.Sample
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/dataentries/formatters/
DTemperatureFormatter.java24android.health.connect.datatypes.units.Temperature temperature, int measurementLocation, @org.jetb… in formatValue()
32android.health.connect.datatypes.units.Temperature temperature, int measurementLocation, @org.jetb… in formatA11tValue()
42 …int res, android.health.connect.datatypes.units.Temperature temperature, com.android.healthconnect… in formatTemperature()
/aosp_15_r20/external/coreboot/src/mainboard/ibase/mb899/
H A Dsuperio_hwm.c37 struct temperature { struct
42 struct temperature temperatures[] = { argument
/aosp_15_r20/external/coreboot/src/mainboard/kontron/986lcd-m/
H A Dmainboard.c35 struct temperature { struct
40 struct temperature temperatures[] = { argument
/aosp_15_r20/external/pytorch/torch/distributions/
H A Drelaxed_categorical.py43 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
122 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
133 def temperature(self): member in RelaxedOneHotCategorical
H A Drelaxed_bernoulli.py44 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
134 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
143 def temperature(self): member in RelaxedBernoulli
/aosp_15_r20/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
H A DWeatherData.kt15 val temperature: Int, constant in com.android.systemui.plugins.clocks.WeatherData
31 val temperature = readIntFromBundle(extras, TEMPERATURE_KEY) in fromBundle() constant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/thermal/aidl/android.hardware.thermal-V3-java-source/gen/android/hardware/thermal/
DIThermalChangedCallback.java34 …@Override public void notifyThrottling(android.hardware.thermal.Temperature temperature) throws an… in notifyThrottling()
192 …@Override public void notifyThrottling(android.hardware.thermal.Temperature temperature) throws an… in notifyThrottling()
285 …public void notifyThrottling(android.hardware.thermal.Temperature temperature) throws android.os.R… in notifyThrottling()
/aosp_15_r20/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
H A DLlamaModule.java42 int modelType, String modulePath, String tokenizerPath, float temperature); in initHybrid()
45 public LlamaModule(String modulePath, String tokenizerPath, float temperature) { in LlamaModule()
50 public LlamaModule(int modelType, String modulePath, String tokenizerPath, float temperature) { in LlamaModule()
/aosp_15_r20/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp140 float temperature = 0; in monitorThread() local
305 for (auto temperature : thermal_temperatures) { in getCurrentTemperature() local
346 Return<void> UsbOverheatEvent::notifyThrottling(const Temperature &temperature) { in notifyThrottling()
/aosp_15_r20/hardware/interfaces/thermal/utils/
H A DThermalHidlWrapper.cpp81 Temperature_2_0 convertAidlTemperature(const Temperature& temperature) { in convertAidlTemperature()
145 for (const auto& temperature : ret_aidl) { in getCurrentTemperatures() local
297 const Temperature& temperature) { in notifyThrottling()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
DBoilerPlugin.java65 public void boil(int temperature) { in boil()
79 public void keepWarm(int temperature, int seconds) { in keepWarm()
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/annotations/DependencyChecker/Plugins/src/plugins/
DBoilerPlugin.java65 public void boil(int temperature) { in boil()
79 public void keepWarm(int temperature, int seconds) { in keepWarm()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/clocks/
DWeatherData.java16 private final int temperature = 0; field in WeatherData
42 …ugins.clocks.WeatherData.WeatherStateIcon state, boolean useCelsius, int temperature, @org.jetbrai… in WeatherData()
102 …ugins.clocks.WeatherData.WeatherStateIcon state, boolean useCelsius, int temperature, @org.jetbrai… in copy()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_temperature.h48 dng_temperature (real64 temperature, in dng_temperature()
67 void SetTemperature (real64 temperature) in SetTemperature()
/aosp_15_r20/hardware/interfaces/thermal/1.1/vts/functional/
H A DVtsHalThermalV1_1TargetTest.cpp47 Temperature temperature; member in ThermalCallbackArgs
58 const Temperature& temperature) override { in notifyThrottling()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/thermal/2.0/android.hardware.thermal-V2.0-java_gen_java/gen/srcs/android/hardware/thermal/V2_0/
DIThermalChangedCallback.java97 void notifyThrottling(android.hardware.thermal.V2_0.Temperature temperature) in notifyThrottling()
244 public void notifyThrottling(android.hardware.thermal.V2_0.Temperature temperature) in notifyThrottling()
531 …android.hardware.thermal.V2_0.Temperature temperature = new android.hardware.thermal.V2_0.Temperat… in onTransact() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/thermal/1.1/android.hardware.thermal-V1.1-java_gen_java/gen/srcs/android/hardware/thermal/V1_1/
DIThermalCallback.java97 … void notifyThrottling(boolean isThrottling, android.hardware.thermal.V1_0.Temperature temperature) in notifyThrottling()
244 …ublic void notifyThrottling(boolean isThrottling, android.hardware.thermal.V1_0.Temperature temper… in notifyThrottling()
533 …android.hardware.thermal.V1_0.Temperature temperature = new android.hardware.thermal.V1_0.Temperat… in onTransact() local
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DMainActivity.java110 private void setLocalModel(String modelPath, String tokenizerPath, float temperature) { in setLocalModel()
200 String modelFilePath, String tokenizerFilePath, float temperature) { in loadLocalModelAndParameters()
345 double temperature = updatedSettingsFields.getTemperature(); in checkForUpdateAndReloadModel() local
H A DSettingsFields.java64 private double temperature; field in SettingsFields
115 public void saveParameters(Double temperature) { in saveParameters()
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DBodyTemperatureRecord.java54 @NonNull Temperature temperature, in BodyTemperatureRecord()
131 @NonNull Temperature temperature) { in Builder()
DBasalBodyTemperatureRecord.java53 @NonNull Temperature temperature, in BasalBodyTemperatureRecord()
131 @NonNull Temperature temperature) { in Builder()
/aosp_15_r20/tools/trebuchet/trebuchet/startup-summarizer/src/
H A DStartupSummarizer.kt140 val temperature = in parseFileName() constant
337 val (_, compiler, temperature) = parseFileName(fileName) in main() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchObserverRegistryImpl.java87 public void onActivityLaunched(long id, ComponentName name, int temperature, int userId) { in onActivityLaunched()
141 @Temperature int temperature, int userId) { in handleOnActivityLaunched()
/aosp_15_r20/hardware/interfaces/thermal/2.0/vts/functional/
H A DVtsHalThermalV2_0TargetTest.cpp53 Temperature temperature; member in ThermalCallbackArgs
60 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling()

12345678910>>...15