Home
last modified time | relevance | path

Searched refs:timeout_seconds (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/gnss/common/utils/vts/include/
DGnssCallbackEventQueue.h48 bool retrieve(T& event, int timeout_seconds);
56 int retrieve(std::list<T>& event_list, int count, int timeout_seconds);
88 bool GnssCallbackEventQueue<T>::retrieve(T& event, int timeout_seconds) { in retrieve() argument
90 cv_.wait_for(lock, std::chrono::seconds(timeout_seconds), [&] { return !events_.empty(); }); in retrieve()
100 int GnssCallbackEventQueue<T>::retrieve(std::list<T>& event_list, int count, int timeout_seconds) { in retrieve() argument
103 if (!retrieve(event, timeout_seconds)) { in retrieve()
/hardware/interfaces/health/storage/aidl/default/
DStorage.cpp37 int64_t timeout_seconds, const std::shared_ptr<IGarbageCollectCallback>& callback) { in garbageCollect() argument
38 AResult result = static_cast<AResult>(GarbageCollect(static_cast<uint64_t>(timeout_seconds))); in garbageCollect()
DStorage.h25 int64_t timeout_seconds,
/hardware/interfaces/health/storage/impl_common/include/health-storage-impl/
Dcommon.h29 V1_0::Result GarbageCollect(uint64_t timeout_seconds);
/hardware/interfaces/health/storage/impl_common/
Dimpl_common.cpp61 Result GarbageCollect(uint64_t timeout_seconds) { in GarbageCollect() argument
104 if (timer.duration() >= std::chrono::seconds(timeout_seconds)) { in GarbageCollect()
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback() argument
454 expire_time.tv_sec += timeout_seconds; in loc_api_wait_callback()
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.h51 std::cv_status wait(int timeout_seconds);