HomeSort by relevance Sort by last modified time
    Searched refs:health (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/os/health/
HealthStatsParceler.aidl 17 package android.os.health;
PackageHealthStats.java 17 package android.os.health;
ServiceHealthStats.java 17 package android.os.health;
PidHealthStats.java 17 package android.os.health;
ProcessHealthStats.java 17 package android.os.health;
TimerStat.java 17 package android.os.health;
28 * {@link android.os.health.HealthStats} does require TimerStat objects.
  /hardware/interfaces/health/1.0/default/
HealthService.cpp 17 #define LOG_TAG "android.hardware.health@1.0-service"
19 #include <android/hardware/health/1.0/IHealth.h>
22 using android::hardware::health::V1_0::IHealth;
Android.mk 4 LOCAL_MODULE := android.hardware.health@1.0-impl
9 Health.cpp \
19 android.hardware.health@1.0 \
21 LOCAL_STATIC_LIBRARIES := android.hardware.health@1.0-convert
30 LOCAL_MODULE := android.hardware.health@1.0-service
31 LOCAL_INIT_RC := android.hardware.health@1.0-service.rc
43 android.hardware.health@1.0 \
Health.h 19 #include <android/hardware/health/1.0/IHealth.h>
27 namespace health { namespace in namespace:android::hardware
31 using ::android::hardware::health::V1_0::HealthInfo;
32 using ::android::hardware::health::V1_0::HealthConfig;
33 using ::android::hardware::health::V1_0::IHealth;
40 struct Health : public IHealth {
41 // Methods from ::android::hardware::health::V1_0::IHealth follow.
53 } // namespace health
Health.cpp 17 #define LOG_TAG "health-hal"
19 #include <Health.h>
24 namespace health { namespace in namespace:android::hardware
28 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
29 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
30 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
31 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
33 // Methods from ::android::hardware::health::V1_0::IHealth follow.
34 Return<void> Health::init(const HealthConfig& config, init_cb _hidl_cb) {
52 Return<void> Health::update(const HealthInfo& info, update_cb _hidl_cb)
    [all...]
  /hardware/interfaces/health/1.0/vts/functional/
VtsHalHealthV1_0TargetTest.cpp 19 #include <android/hardware/health/1.0/IHealth.h>
20 #include <android/hardware/health/1.0/types.h>
24 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
25 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
26 using IHealth = ::android::hardware::health::V1_0::IHealth;
27 using Result = ::android::hardware::health::V1_0::Result;
34 health = ::testing::VtsHalHidlTargetTestBase::getService<IHealth>();
35 ASSERT_NE(health, nullptr);
36 health->init(config,
40 sp<IHealth> health; member in class:HealthHidlTest
    [all...]
  /test/vts-testcase/hal/health/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/health/V1_0/target
  /test/vts-testcase/hal/health/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/health/V1_0/target_profiling
  /hardware/interfaces/health/1.0/default/include/
hal_conversion.h 20 #include <android/hardware/health/1.0/IHealth.h>
25 namespace health { namespace in namespace:android::hardware
  /system/core/healthd/
healthd.cpp 27 #include <android/hardware/health/1.0/IHealth.h>
28 #include <android/hardware/health/1.0/types.h>
33 using IHealth = ::android::hardware::health::V1_0::IHealth;
34 using Result = ::android::hardware::health::V1_0::Result;
35 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
36 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
38 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
39 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
40 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
41 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo
    [all...]
  /tools/test/connectivity/tools/lab/
health_checker.py 17 from health.constant_health_analyzer import HealthyIfGreaterThanConstantNumber
18 from health.constant_health_analyzer import HealthyIfLessThanConstantNumber
19 from health.constant_health_analyzer import HealthyIfEquals
20 from health.custom_health_analyzer import HealthyIfNotIpAddress
21 from health.constant_health_analyzer_wrapper import HealthyIfValsEqual
  /hardware/interfaces/health/1.0/
IHealth.hal 17 package android.hardware.health@1.0;
39 * @param Device Health info as described in 'struct HealthInfo'.
40 * @return skipLogging Indication to the caller to add 'or' skip logging the health
Android.mk 8 LOCAL_MODULE := android.hardware.health-V1.0-java
22 GEN := $(intermediates)/android/hardware/health/V1_0/BatteryHealth.java
32 android.hardware.health@1.0::types.BatteryHealth
41 GEN := $(intermediates)/android/hardware/health/V1_0/BatteryStatus.java
51 android.hardware.health@1.0::types.BatteryStatus
60 GEN := $(intermediates)/android/hardware/health/V1_0/HealthConfig.java
70 android.hardware.health@1.0::types.HealthConfig
79 GEN := $(intermediates)/android/hardware/health/V1_0/HealthInfo.java
89 android.hardware.health@1.0::types.HealthInfo
98 GEN := $(intermediates)/android/hardware/health/V1_0/Result.jav
    [all...]
  /tools/test/connectivity/tools/lab/health/
constant_health_analyzer_wrapper.py 17 from health import constant_health_analyzer
custom_health_analyzer.py 17 from health import health_analyzer
constant_health_analyzer.py 17 from health import health_analyzer
  /cts/tests/tests/os/src/android/os/health/cts/
SystemHealthManagerTest.java 17 package android.os.health.cts;
22 import android.os.health.SystemHealthManager;
23 import android.os.health.HealthStats;
30 * Provides test cases for android.os.health.TimerStat.
  /frameworks/base/core/proto/android/service/
battery.proto 62 // Battery health
63 BatteryHealth health = 7;
  /tools/test/connectivity/tools/lab/tests/
health_checker_test.py 22 from health.constant_health_analyzer import HealthyIfGreaterThanConstantNumber
23 from health.constant_health_analyzer import HealthyIfLessThanConstantNumber
constant_health_analyzer_wrapper_test.py 17 from health import constant_health_analyzer_wrapper as cha

Completed in 914 milliseconds

1 2 3 4