Home
last modified time | relevance | path

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

/hardware/interfaces/health/storage/1.0/default/
DStorage.cpp31 Return<void> Storage::garbageCollect(uint64_t timeoutSeconds, in garbageCollect() argument
33 Result result = GarbageCollect(timeoutSeconds); in garbageCollect()
DStorage.h37 Return<void> garbageCollect(uint64_t timeoutSeconds,
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test.h102 const int numMeasurementEvents, const int timeoutSeconds,
104 void collectSvInfoListTimestamps(const int numMeasurementEvents, const int timeoutSeconds,
107 const int numMeasurementEvents, const int timeoutSeconds,
Dgnss_hal_test.cpp457 const int timeoutSeconds, in collectMeasurementIntervals() argument
463 ASSERT_TRUE(callback->gnss_data_cbq_.retrieve(lastGnssData, timeoutSeconds)); in collectMeasurementIntervals()
482 const int timeoutSeconds, in collectSvInfoListTimestamps() argument
493 timeoutSeconds)); in collectSvInfoListTimestamps()
504 const int numMeasurementEvents, const int timeoutSeconds, in checkGnssDataFields() argument
508 ASSERT_TRUE(callback->gnss_data_cbq_.retrieve(lastGnssData, timeoutSeconds)); in checkGnssDataFields()
/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() argument
/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() argument
/hardware/interfaces/health/storage/aidl/android/hardware/health/storage/
DIStorage.aidl48 oneway void garbageCollect(in long timeoutSeconds, in IGarbageCollectCallback callback); in garbageCollect() argument
/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()
/hardware/interfaces/gnss/1.0/vts/functional/
DVtsHalGnssV1_0TargetTest.cpp124 inline std::cv_status wait(int timeoutSeconds) { in wait() argument
130 status = cv_.wait_until(lock, now + std::chrono::seconds(timeoutSeconds)); in wait()