Searched defs:timeout_seconds (Results 1 – 8 of 8) sorted by relevance
88 bool GnssCallbackEventQueue<T>::retrieve(T& event, int timeout_seconds) { in retrieve()100 int GnssCallbackEventQueue<T>::retrieve(std::list<T>& event_list, int count, int timeout_seconds) { in retrieve()
37 int64_t timeout_seconds, const std::shared_ptr<IGarbageCollectCallback>& callback) { in garbageCollect()
61 Result GarbageCollect(uint64_t timeout_seconds) { in GarbageCollect()
441 int timeout_seconds, /* Timeout in this number of seconds */ in loc_api_wait_callback()