Home
last modified time | relevance | path

Searched refs:timeoutSeconds (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp55 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect() argument
84 if (timer.duration() >= std::chrono::seconds(timeoutSeconds)) { in garbageCollect()
DStorage.h37 Return<void> garbageCollect(uint64_t timeoutSeconds,
/hardware/interfaces/health/storage/1.0/
DIStorage.hal40 * @param timeoutSeconds timeout in seconds. The implementation must
47 oneway garbageCollect(uint64_t timeoutSeconds,
/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp70 bool wait(int timeoutSeconds) { in wait() argument
73 std::chrono::seconds(timeoutSeconds); in wait()
/hardware/interfaces/soundtrigger/2.1/vts/functional/
DVtsHalSoundtriggerV2_1TargetTest.cpp81 bool wait(int timeoutSeconds) { in wait() argument
82 auto deadline = std::chrono::system_clock::now() + std::chrono::seconds(timeoutSeconds); in wait()