/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_thermal_utils.h | 34 using ::android::hardware::thermal::V2_0::Temperature; 48 Return<void> notifyThrottling(const Temperature& temperature) override; 67 const Temperature& hidl_temperature, 68 google_camera_hal::Temperature* hal_temperature);
|
D | hidl_thermal_utils.cc | 194 const Temperature& hidl_temperature, in ConvertToHalTemperature() 195 google_camera_hal::Temperature* hal_temperature) { in ConvertToHalTemperature() 224 const Temperature& temperature) { in notifyThrottling() 225 google_camera_hal::Temperature hal_temperature; in notifyThrottling()
|
D | hidl_camera_device_session.cc | 50 using ::android::hardware::thermal::V2_0::Temperature;
|
/hardware/interfaces/thermal/1.1/vts/functional/ |
D | VtsHalThermalV1_1TargetTest.cpp | 26 using ::android::hardware::thermal::V1_0::Temperature; 35 static const Temperature kThrottleTemp = { 47 Temperature temperature; 58 const Temperature& temperature) override { in notifyThrottling()
|
/hardware/google/camera/common/hal/common/ |
D | thermal_types.h | 59 struct Temperature { struct 68 std::function<void(const Temperature& /*temperature*/)>; argument
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 37 using ::android::hardware::thermal::V1_0::Temperature; 64 void checkTemperatures(const hidl_vec<Temperature> temperatures) { in checkTemperatures() 126 void checkDeviceTemperature(const Temperature& temperature) { in checkDeviceTemperature() 168 hidl_vec<Temperature> passed; in TEST_P() 171 [&passed](ThermalStatus status, hidl_vec<Temperature> temperatures) { in TEST_P()
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 94 * Name of this temperature matching the Temperature struct. 96 * e.g., cpu0, battery. Clients use it to match Temperature struct. 104 * Unit is same as Temperature's value. 112 * Unit is same as Temperature's value. 119 * Unit is same as Temperature's value. 124 struct Temperature {
|
D | IThermalChangedCallback.hal | 19 import android.hardware.thermal@2.0::Temperature; 32 oneway notifyThrottling (Temperature temperature);
|
D | IThermal.hal | 42 generates (ThermalStatus status, vec<Temperature> temperatures);
|
/hardware/interfaces/thermal/2.0/vts/functional/ |
D | VtsHalThermalV2_0TargetTest.cpp | 38 using ::android::hardware::thermal::V2_0::Temperature; 44 static const Temperature kThrottleTemp = { 53 Temperature temperature; 60 Return<void> notifyThrottling(const Temperature& temperature) override { in notifyThrottling() 176 [](ThermalStatus status, hidl_vec<Temperature> temperatures) { in TEST_P() 189 true, type, [&type](ThermalStatus status, hidl_vec<Temperature> temperatures) { in TEST_P()
|
/hardware/interfaces/thermal/1.1/ |
D | IThermalCallback.hal | 19 import android.hardware.thermal@1.0::Temperature; 32 oneway notifyThrottling(bool isThrottling, Temperature temperature);
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbOverheatEvent.h | 58 using ::android::hardware::thermal::V2_0::Temperature; 119 Return<void> notifyThrottling(const Temperature &temperature) override;
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.h | 42 using Temperature_1_0 = ::android::hardware::thermal::V1_0::Temperature; 43 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature;
|
/hardware/google/pixel/usb/ |
D | UsbOverheatEvent.cpp | 240 hidl_vec<Temperature> thermal_temperatures; in getCurrentTemperature() 247 [&](ThermalStatus status, hidl_vec<Temperature> temperatures) { in getCurrentTemperature() 289 Return<void> UsbOverheatEvent::notifyThrottling(const Temperature &temperature) { in notifyThrottling()
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.h | 34 using ::android::hardware::thermal::V1_0::Temperature;
|
D | Thermal.cpp | 51 hidl_vec<Temperature> temperatures; in getTemperatures()
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 65 using Temperature_1_0 = ::android::hardware::thermal::V1_0::Temperature; 66 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature;
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 34 struct Temperature {
|
D | IThermal.hal | 39 generates (ThermalStatus status, vec<Temperature> temperatures);
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device_session.h | 275 void NotifyThrottling(const Temperature& temperature);
|
D | camera_device_session.cc | 595 NotifyThrottlingFunc([this](const Temperature& temperature) { in SetSessionCallback() 606 void CameraDeviceSession::NotifyThrottling(const Temperature& temperature) { in NotifyThrottling()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 666 /* Temperature of USB port at USB plug event, in 1/10ths of degree C. */ 682 * Resistance, Voltage, Open Circuit Voltage, Temperature, and Charge Level 702 // Temperature, in 1/10ths of degree C.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 420 * Temperature of engine coolant 446 * Temperature of engine oil 1122 * Temperature units for display 1180 * Temperature etc.) throughout the car are dependent on a single HVAC power
|