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