Home
last modified time | relevance | path

Searched refs:StorageInfo (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/health/aidl/android/hardware/health/
DTranslate.java20 static public android.hardware.health.StorageInfo h2aTranslate( in h2aTranslate()
21 android.hardware.health.V2_0.StorageInfo in) { in h2aTranslate()
22 android.hardware.health.StorageInfo out = new android.hardware.health.StorageInfo(); in h2aTranslate()
83 out.storageInfos = new android.hardware.health.StorageInfo[in.legacy.storageInfos.size()]; in h2aTranslate()
DIHealth.aidl25 import android.hardware.health.StorageInfo;
178 StorageInfo[] getStorageInfo(); in getStorageInfo()
DHealthInfo.aidl26 import android.hardware.health.StorageInfo;
113 StorageInfo[] storageInfos;
DStorageInfo.aidl26 parcelable StorageInfo {
Dtranslate-ndk.cpp82 const ::android::hardware::health::V2_0::StorageInfo& in, in translate()
83 aidl::android::hardware::health::StorageInfo* out) { in translate()
/hardware/interfaces/health/aidl/include/android/hardware/health/
Dtranslate-ndk.h30 const ::android::hardware::health::V2_0::StorageInfo& in,
31 aidl::android::hardware::health::StorageInfo* out);
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/2/android/hardware/health/
DStorageInfo.aidl36 parcelable StorageInfo {
DIHealth.aidl46 android.hardware.health.StorageInfo[] getStorageInfo(); in getStorageInfo()
DHealthInfo.aidl56 android.hardware.health.StorageInfo[] storageInfos;
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/current/android/hardware/health/
DStorageInfo.aidl36 parcelable StorageInfo {
DIHealth.aidl46 android.hardware.health.StorageInfo[] getStorageInfo(); in getStorageInfo()
DHealthInfo.aidl56 android.hardware.health.StorageInfo[] storageInfos;
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/3/android/hardware/health/
DStorageInfo.aidl36 parcelable StorageInfo {
DIHealth.aidl46 android.hardware.health.StorageInfo[] getStorageInfo(); in getStorageInfo()
DHealthInfo.aidl56 android.hardware.health.StorageInfo[] storageInfos;
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/1/android/hardware/health/
DStorageInfo.aidl36 parcelable StorageInfo {
DIHealth.aidl46 android.hardware.health.StorageInfo[] getStorageInfo(); in getStorageInfo()
DHealthInfo.aidl56 android.hardware.health.StorageInfo[] storageInfos;
/hardware/interfaces/health/utils/libhealthshim/
Dtest.cpp25 using HidlStorageInfo = android::hardware::health::V2_0::StorageInfo;
144 ADD_INFO_TEST(getStorageInfo, std::vector<StorageInfo>,
Dshim.cpp177 ScopedAStatus HealthShim::getStorageInfo(std::vector<StorageInfo>* out) { in getStorageInfo()
/hardware/interfaces/health/2.0/
Dtypes.hal52 struct StorageInfo {
153 vec<StorageInfo> storageInfos;
DIHealth.hal147 * @return value vector of StorageInfo structs, to be ignored if result is not
150 getStorageInfo() generates (Result result, vec<StorageInfo> value);
/hardware/interfaces/health/utils/libhealthshim/include/health-shim/
Dshim.h45 ndk::ScopedAStatus getStorageInfo(std::vector<StorageInfo>* _aidl_return) override;
/hardware/interfaces/health/aidl/default/include/health-impl/
DHealth.h74 ndk::ScopedAStatus getStorageInfo(std::vector<StorageInfo>* out) override;
/hardware/interfaces/health/aidl/default/
DHealth.cpp189 ndk::ScopedAStatus Health::getStorageInfo(std::vector<StorageInfo>*) { in getStorageInfo() argument

12