Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/current/android/hardware/health/storage/
DIStorage.aidl22 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect() method
/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/1/android/hardware/health/storage/
DIStorage.aidl37 …oneway void garbageCollect(in long timeoutSeconds, in android.hardware.health.storage.IGarbageColl… in garbageCollect() method
/hardware/interfaces/health/storage/aidl/android/hardware/health/storage/
DIStorage.aidl48 oneway void garbageCollect(in long timeoutSeconds, in IGarbageCollectCallback callback); in garbageCollect() method
/hardware/interfaces/health/storage/1.0/vts/functional/
DVtsHalHealthStorageV1_0TargetTest.cpp102 auto ret = fs->garbageCollect(kDevGcTimeoutSec, nullptr); in TEST_P()
117 auto ret = fs->garbageCollect(kDevGcTimeoutSec, cb); in TEST_P()
/hardware/interfaces/health/storage/aidl/default/
DStorage.h24 ndk::ScopedAStatus garbageCollect(
DStorage.cpp36 ndk::ScopedAStatus Storage::garbageCollect( in garbageCollect() function in aidl::android::hardware::health::storage::Storage
/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp31 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect() function in android::hardware::health::storage::V1_0::implementation::Storage
/hardware/interfaces/health/storage/aidl/vts/functional/
DVtsHalHealthStorageTargetTest.cpp106 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, nullptr)); in TEST_P()
119 ASSERT_OK(storage_->garbageCollect(kDevGcTimeoutSec, cb)); in TEST_P()
/hardware/interfaces/health/storage/1.0/
DIGarbageCollectCallback.hal19 * Callback interface to IStorage.garbageCollect.
DIStorage.hal47 oneway garbageCollect(uint64_t timeoutSeconds,