Searched refs:StorageInfo (Results 1 – 25 of 27) sorted by relevance
12
20 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()
25 import android.hardware.health.StorageInfo;178 StorageInfo[] getStorageInfo(); in getStorageInfo()
26 import android.hardware.health.StorageInfo;113 StorageInfo[] storageInfos;
26 parcelable StorageInfo {
82 const ::android::hardware::health::V2_0::StorageInfo& in, in translate()83 aidl::android::hardware::health::StorageInfo* out) { in translate()
30 const ::android::hardware::health::V2_0::StorageInfo& in,31 aidl::android::hardware::health::StorageInfo* out);
36 parcelable StorageInfo {
46 android.hardware.health.StorageInfo[] getStorageInfo(); in getStorageInfo()
56 android.hardware.health.StorageInfo[] storageInfos;
25 using HidlStorageInfo = android::hardware::health::V2_0::StorageInfo;144 ADD_INFO_TEST(getStorageInfo, std::vector<StorageInfo>,
177 ScopedAStatus HealthShim::getStorageInfo(std::vector<StorageInfo>* out) { in getStorageInfo()
52 struct StorageInfo {153 vec<StorageInfo> storageInfos;
147 * @return value vector of StorageInfo structs, to be ignored if result is not150 getStorageInfo() generates (Result result, vec<StorageInfo> value);
45 ndk::ScopedAStatus getStorageInfo(std::vector<StorageInfo>* _aidl_return) override;
74 ndk::ScopedAStatus getStorageInfo(std::vector<StorageInfo>* out) override;
189 ndk::ScopedAStatus Health::getStorageInfo(std::vector<StorageInfo>*) { in getStorageInfo() argument