Home
last modified time | relevance | path

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

/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/1/android/hardware/health/
DIHealth.aidl41 int getCurrentNowMicroamps(); in getCurrentNowMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/current/android/hardware/health/
DIHealth.aidl41 int getCurrentNowMicroamps(); in getCurrentNowMicroamps() method
/hardware/interfaces/health/aidl/android/hardware/health/
DIHealth.aidl109 int getCurrentNowMicroamps(); in getCurrentNowMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/3/android/hardware/health/
DIHealth.aidl41 int getCurrentNowMicroamps(); in getCurrentNowMicroamps() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/2/android/hardware/health/
DIHealth.aidl41 int getCurrentNowMicroamps(); in getCurrentNowMicroamps() method
/hardware/interfaces/health/aidl/default/
DHealth.cpp106 ndk::ScopedAStatus Health::getCurrentNowMicroamps(int32_t* out) { in getCurrentNowMicroamps() function in aidl::android::hardware::health::Health
/hardware/interfaces/health/utils/libhealthshim/
Dshim.cpp127 ScopedAStatus HealthShim::getCurrentNowMicroamps(int32_t* out) { in getCurrentNowMicroamps() function in aidl::android::hardware::health::HealthShim
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp191 TEST_P(HealthAidl, getCurrentNowMicroamps) { in TEST_P() argument