Home
last modified time | relevance | path

Searched refs:IHealth (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/health/1.0/vts/functional/
DVtsHalHealthV1_0TargetTest.cpp28 using IHealth = ::android::hardware::health::V1_0::IHealth; typedef
42 virtual void registerTestServices() override { registerTestService<IHealth>(); } in registerTestServices()
50 health = ::testing::VtsHalHidlTargetTestBase::getService<IHealth>( in SetUp()
51 HealthHidlEnvironment::Instance()->getServiceName<IHealth>()); in SetUp()
57 sp<IHealth> health;
/hardware/interfaces/health/1.0/default/
DHealth.h33 using ::android::hardware::health::V1_0::IHealth;
40 struct Health : public IHealth {
49 extern "C" IHealth* HIDL_FETCH_IHealth(const char* name);
DHealthService.cpp22 using android::hardware::health::V1_0::IHealth;
26 return defaultPassthroughServiceImplementation<IHealth>(); in main()
DHealth.cpp85 IHealth* HIDL_FETCH_IHealth(const char* /* name */) { in HIDL_FETCH_IHealth()
/hardware/interfaces/health/2.0/utils/libhealthhalutils/
DHealthHalUtils.cpp27 sp<IHealth> get_health_service() { in get_health_service()
29 auto ret = IHealth::getService(instanceName); in get_health_service()
/hardware/interfaces/health/2.0/utils/libhealthservice/
DHealthServiceCommon.cpp33 using android::hardware::health::V2_0::IHealth;
55 android::sp<IHealth> service = Health::initInstance(config); in healthd_mode_service_2_0_init()
/hardware/interfaces/health/2.0/utils/libhealthhalutils/include/healthhalutils/
DHealthHalUtils.h31 sp<IHealth> get_health_service();
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp48 virtual void registerTestServices() override { registerTestService<IHealth>(); } in registerTestServices()
59 std::string serviceName = HealthHidlEnvironment::Instance()->getServiceName<IHealth>(); in SetUp()
62 mHealth = ::testing::VtsHalHidlTargetTestBase::getService<IHealth>(serviceName); in SetUp()
66 sp<IHealth> mHealth;
/hardware/interfaces/health/1.0/
DAndroid.bp11 "IHealth.hal",
DIHealth.hal19 interface IHealth {
Dtypes.hal21 * IHealth::energyCounter()
/hardware/interfaces/health/2.0/
DAndroid.bp11 "IHealth.hal",
DREADME98 7.1 If the device does not implement IHealth.getDiskStats and
99 IHealth.getStorageInfo, add libstoragehealthdefault to static_libs.
DIHealth.hal24 * IHealth manages health info and posts events on registered callbacks.
26 interface IHealth {
/hardware/interfaces/health/2.0/utils/
DREADME6 calling IHealth::getService() directly.
/hardware/interfaces/health/2.0/default/
DHealth.cpp270 sp<IHealth> Health::initInstance(struct healthd_config* c) { in initInstance()
/hardware/interfaces/
Dcurrent.txt100 …e2ba3805c923f01fc1231ec9ff838942aee3346f2d7614ecc0caeadbe57ed4 android.hardware.health@1.0::IHealth
335 …5682dd3007805c985eaaec91612abc88f4c25b3431fb84070b7584a1a741fb android.hardware.health@2.0::IHealth