/hardware/interfaces/gnss/common/utils/vts/include/ |
D | GnssCallbackEventQueue.h | 48 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/ |
D | Storage.cpp | 37 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()
|
D | Storage.h | 25 int64_t timeout_seconds,
|
/hardware/interfaces/health/storage/impl_common/include/health-storage-impl/ |
D | common.h | 29 V1_0::Result GarbageCollect(uint64_t timeout_seconds);
|
/hardware/interfaces/health/storage/impl_common/ |
D | impl_common.cpp | 61 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | loc_api_sync_call.c | 441 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/ |
D | gnss_hal_test.h | 51 std::cv_status wait(int timeout_seconds);
|