HomeSort by relevance Sort by last modified time
    Searched refs:queue_length (Results 1 - 7 of 7) sorted by null

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 184 if (queue_state.queue_length < queue_length_limit_) {
186 << " skipping queue of length " << queue_state.queue_length
192 << " skipping queue of length " << queue_state.queue_length
198 std::max(max_stuck_queue_len, queue_state.queue_length);
268 size_t queue_length; local
277 if (!base::StringToSizeT(stopflags_and_length[1], &queue_length)) {
281 queue_states.emplace_back(queue_number, stop_flags, queue_length);
mac80211_monitor.h 45 queue_length(queue_length_in) {}
49 size_t queue_length; member in struct:shill::Mac80211Monitor::QueueState
mac80211_monitor_unittest.cc 200 a.queue_length == b.queue_length;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
queue.h 56 int queue_length(struct queue *queue);
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 651 length = queue_length(&bufferq);
662 length = queue_length(&retainedbufferq);
760 length = queue_length(&bufferq);
805 if ((OMX_U32)queue_length(&retainedbufferq) <
815 queue_length(&retainedbufferq),
854 buffer, i++, queue_length(&retainedbufferq));
886 buffer, i++, queue_length(&retainedbufferq));
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
queue.c 203 int queue_length(struct queue *queue) function
  /external/v8/src/compiler/
scheduler.cc 951 int queue_length = 0; local
    [all...]

Completed in 225 milliseconds