Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/utils/libhealthstoragedefault/include/
DStorageHealthDefault.h21 using android::hardware::health::V2_0::StorageInfo;
27 void get_storage_info(std::vector<struct StorageInfo>& info);
/hardware/interfaces/health/2.0/utils/libhealthstoragedefault/
DStorageHealthDefault.cpp18 void get_storage_info(std::vector<struct StorageInfo>&) { in get_storage_info() argument
/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h12 using android::hardware::health::V2_0::StorageInfo;
15 void get_storage_info(std::vector<struct StorageInfo>& info);
/hardware/interfaces/health/2.0/default/
DHealth.cpp185 std::vector<StorageInfo> info; in notifyListeners()
235 std::vector<struct StorageInfo> info; in getStorageInfo()
237 hidl_vec<struct StorageInfo> info_vec(info); in getStorageInfo()
264 std::vector<StorageInfo> info; in getHealthInfo()
/hardware/interfaces/health/2.0/utils/
DREADME.md24 void get_storage_info(std::vector<struct StorageInfo>& info) {
/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);
DREADME111 void get_storage_info(std::vector<struct StorageInfo>& info) {
DREADME.md111 void get_storage_info(std::vector<struct StorageInfo>& info) {
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp193 bool verifyStorageInfo(const hidl_vec<struct StorageInfo>& info) { in verifyStorageInfo()