Searched refs:garbageCollect (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/interfaces/health/storage/1.0/vts/functional/ |
H A D | VtsHalHealthStorageV1_0TargetTest.cpp | 102 auto ret = fs->garbageCollect(kDevGcTimeoutSec, nullptr); in TEST_P() 117 auto ret = fs->garbageCollect(kDevGcTimeoutSec, cb); in TEST_P()
|
/aosp12/hardware/interfaces/health/storage/aidl/vts/functional/ |
H A D | VtsHalHealthStorageTargetTest.cpp | 106 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, nullptr)); in TEST_P() 119 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, cb)); in TEST_P()
|
/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/1/android/hardware/health/storage/ |
H A D | IStorage.aidl | 37 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect() method
|
/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/current/android/hardware/health/storage/ |
H A D | IStorage.aidl | 22 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect() method
|
/aosp12/hardware/interfaces/health/storage/aidl/android/hardware/health/storage/ |
H A D | IStorage.aidl | 48 oneway void garbageCollect(in long timeoutSeconds, in IGarbageCollectCallback callback); in garbageCollect() method
|
/aosp12/hardware/interfaces/health/storage/aidl/default/ |
H A D | Storage.h | 24 ndk::ScopedAStatus garbageCollect(
|
H A D | Storage.cpp | 36 ndk::ScopedAStatus Storage::garbageCollect( in garbageCollect() function in aidl::android::hardware::health::storage::Storage
|
/aosp12/hardware/interfaces/health/storage/1.0/default/ |
H A D | Storage.cpp | 31 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect() function in android::hardware::health::storage::V1_0::implementation::Storage
|
H A D | Storage.h | 37 Return<void> garbageCollect(uint64_t timeoutSeconds,
|
/aosp12/hardware/interfaces/health/storage/1.0/ |
H A D | IGarbageCollectCallback.hal | 19 * Callback interface to IStorage.garbageCollect.
|
H A D | IStorage.hal | 47 oneway garbageCollect(uint64_t timeoutSeconds,
|
/aosp12/system/vold/ |
H A D | IdleMaint.cpp | 370 auto ret = service->garbageCollect(DEVGC_TIMEOUT_SEC, cb); in runDevGcOnHal()
|