Home
last modified time | relevance | path

Searched defs:getCurrentAverageMicroamps (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/1/android/hardware/health/
DIHealth.aidl42 int getCurrentAverageMicroamps(); in getCurrentAverageMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/current/android/hardware/health/
DIHealth.aidl42 int getCurrentAverageMicroamps(); in getCurrentAverageMicroamps() method
/hardware/interfaces/health/aidl/android/hardware/health/
DIHealth.aidl127 int getCurrentAverageMicroamps(); in getCurrentAverageMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/3/android/hardware/health/
DIHealth.aidl42 int getCurrentAverageMicroamps(); in getCurrentAverageMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/2/android/hardware/health/
DIHealth.aidl42 int getCurrentAverageMicroamps(); in getCurrentAverageMicroamps() method
/hardware/interfaces/health/aidl/default/
DHealth.cpp110 ndk::ScopedAStatus Health::getCurrentAverageMicroamps(int32_t* out) { in getCurrentAverageMicroamps() function in aidl::android::hardware::health::Health
/hardware/interfaces/health/utils/libhealthshim/
Dshim.cpp137 ScopedAStatus HealthShim::getCurrentAverageMicroamps(int32_t* out) { in getCurrentAverageMicroamps() function in aidl::android::hardware::health::HealthShim
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp202 TEST_P(HealthAidl, getCurrentAverageMicroamps) { in TEST_P() argument