/hardware/google/pixel/thermal/tests/ |
D | thermal_looper_test.cpp | 44 std::vector<Temperature> getTemperatures() { in getTemperatures() function in aidl::android::hardware::thermal::implementation::TestCallback 83 ASSERT_TRUE(callback->getTemperatures().empty()); in TEST_F() 84 ASSERT_TRUE(callbackWithType->getTemperatures().empty()); in TEST_F() 92 ASSERT_THAT(callback->getTemperatures(), testing::UnorderedElementsAreArray({t1, t2})); in TEST_F() 93 ASSERT_THAT(callbackWithType->getTemperatures(), testing::UnorderedElementsAreArray({t1})); in TEST_F()
|
/hardware/interfaces/thermal/1.0/default/ |
D | Thermal.cpp | 48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V1_0::implementation::Thermal 53 if (!mModule || !mModule->getTemperatures) { in getTemperatures() 59 ssize_t size = mModule->getTemperatures(mModule, nullptr, 0); in getTemperatures() 63 size = mModule->getTemperatures(mModule, list.data(), list.size()); in getTemperatures()
|
D | Thermal.h | 45 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
/hardware/libhardware/include_vendor/hardware/ |
D | thermal.h | 160 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size); member
|
/hardware/interfaces/thermal/aidl/android/hardware/thermal/ |
D | IThermal.aidl | 75 Temperature[] getTemperatures(); in getTemperatures() method
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/1/android/hardware/thermal/ |
D | IThermal.aidl | 40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/ |
D | IThermal.aidl | 40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
|
/hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/current/android/hardware/thermal/ |
D | IThermal.aidl | 40 android.hardware.thermal.Temperature[] getTemperatures(); in getTemperatures() method
|
/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.h | 36 ndk::ScopedAStatus getTemperatures(std::vector<Temperature>* out_temperatures) override;
|
D | Thermal.cpp | 50 ScopedAStatus Thermal::getTemperatures(std::vector<Temperature>* /* out_temperatures */) { in getTemperatures() function in aidl::android::hardware::thermal::impl::example::Thermal
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.h | 59 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
D | Thermal.cpp | 85 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in android::hardware::thermal::V2_0::implementation::Thermal
|
/hardware/interfaces/thermal/utils/ |
D | ThermalHidlWrapper.cpp | 105 Return<void> ThermalHidlWrapper::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() function in aidl::android::hardware::thermal::ThermalHidlWrapper 141 a_status = thermal_service_->getTemperatures(&ret_aidl); in getCurrentTemperatures()
|
/hardware/interfaces/thermal/utils/include/thermalutils/ |
D | ThermalHidlWrapper.h | 65 Return<void> getTemperatures(getTemperatures_cb _hidl_cb) override;
|
/hardware/libhardware/modules/thermal/ |
D | thermal.c | 180 .getTemperatures = get_temperatures,
|
/hardware/qcom/sm8150/thermal/ |
D | thermal.c | 185 .getTemperatures = get_temperatures,
|
/hardware/google/pixel/thermal/ |
D | Thermal.h | 55 ndk::ScopedAStatus getTemperatures(std::vector<Temperature> *_aidl_return) override;
|
D | Thermal.cpp | 62 ndk::ScopedAStatus Thermal::getTemperatures(std::vector<Temperature> *_aidl_return) { in getTemperatures() function in aidl::android::hardware::thermal::implementation::Thermal
|
/hardware/interfaces/thermal/1.0/ |
D | IThermal.hal | 38 getTemperatures()
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 170 thermal_->getTemperatures( in TEST_P()
|
/hardware/interfaces/thermal/aidl/vts/ |
D | VtsHalThermalTargetTest.cpp | 293 ::ndk::ScopedAStatus status = mThermal->getTemperatures(&ret); in TEST_P()
|