Home
last modified time | relevance | path

Searched refs:getStorageInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/health/2.0/
DREADME99 IHealth.getStorageInfo, add libstoragehealthdefault to static_libs.
DIHealth.hal150 getStorageInfo() generates (Result result, vec<StorageInfo> value);
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp251 EXPECT_OK(mHealth->getStorageInfo([](auto result, auto& value) { in TEST_F()
/hardware/interfaces/health/2.0/default/
DHealth.cpp209 Return<void> Health::getStorageInfo(getStorageInfo_cb _hidl_cb) { in getStorageInfo() function in android::hardware::health::V2_0::implementation::Health