HomeSort by relevance Sort by last modified time
    Searched full:inflight (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/libhardware/modules/camera/3_4/
request_tracker_test.cpp 65 EXPECT_FALSE(dut_->InFlight(frame));
69 EXPECT_TRUE(dut_->InFlight(frame));
81 EXPECT_FALSE(dut_->InFlight(frame));
97 EXPECT_TRUE(dut_->InFlight(frame));
160 EXPECT_TRUE(dut_->InFlight(frame));
182 EXPECT_FALSE(dut_->InFlight(bad_frame));
200 EXPECT_TRUE(dut_->InFlight(frame));
224 EXPECT_TRUE(dut_->InFlight(frame1));
225 EXPECT_TRUE(dut_->InFlight(frame2));
request_tracker.h 63 virtual bool InFlight(uint32_t frame_number) const;
request_tracker.cpp 151 bool RequestTracker::InFlight(uint32_t frame_number) const {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 151 struct InFlight {
153 explicit InFlight(const MediaPacket& packet)
157 InFlight(uint16_t seq_num, int64_t now_ms)
160 bool operator<(const InFlight& rhs) const {
179 std::set<InFlight> in_flight_;
packet_sender.cc 397 in_flight_.insert(InFlight(*static_cast<MediaPacket*>(packet)));
413 in_flight_.erase(InFlight(ack_seq_num, clock_.TimeInMilliseconds()));
  /hardware/interfaces/camera/device/3.3/default/
CameraDeviceSession.cpp 49 // hold the inflight lock for entire configureStreams scope since there must not be any
50 // inflight request/results during stream configuration.
53 ALOGE("%s: trying to configureStreams while there are still %zu inflight buffers!",
60 ALOGE("%s: trying to configureStreams while there are still %zu inflight"
68 ALOGE("%s: trying to configureStreams while there are still %zu inflight"
  /external/fio/t/
btrace2fio.c 58 int inflight; member in struct:btrace_out
87 struct inflight { struct
105 static struct inflight *inflight_find(uint64_t sector)
113 struct inflight *i = flist_entry(e, struct inflight, list);
122 static void inflight_remove(struct inflight *i)
126 o->inflight--;
127 assert(o->inflight >= 0);
132 static void __inflight_add(struct inflight *i)
143 struct inflight *i
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 141 ArrayList<InFlight> mInFlight = new ArrayList<>();
851 static final class InFlight {
3060 InFlight inflight = removeLocked(who); local
3097 InFlight inflight = removeLocked(who); local
3178 final InFlight inflight = new InFlight(AlarmManagerService.this, local
    [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.cpp 812 // hold the inflight lock for entire configureStreams scope since there must not be any
813 // inflight request/results during stream configuration.
816 ALOGE("%s: trying to configureStreams while there are still %zu inflight buffers!",
823 ALOGE("%s: trying to configureStreams while there are still %zu inflight"
831 ALOGE("%s: trying to configureStreams while there are still %zu inflight"
    [all...]
CameraDeviceSession.h 144 // (streamID, frameNumber) -> inflight buffer cache
147 // (frameNumber, AETriggerOverride) -> inflight request AETriggerOverrides
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 49 * inFlight.add(name);
54 * inFlight.remove(name);
  /external/libevent/include/event2/
dns.h 117 * Requests are kept in two queues. The first is the inflight queue. In
121 * The second is the waiting queue. The size of the inflight ring is
124 * nameserver. Several algorithms require a full walk of the inflight
393 ndots, timeout, max-timeouts, max-inflight, attempts, randomize-case,
dns_compat.h 243 ndots, timeout, max-timeouts, max-inflight, and attempts
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpufreq.c 4 * Copyright (C) 2016 Zodiac Inflight Innovations
hud_diskstat.c 4 * Copyright (C) 2016 Zodiac Inflight Innovations
hud_nic.c 4 * Copyright (C) 2016 Zodiac Inflight Innovations
hud_sensors_temp.c 4 * Copyright (C) 2016 Zodiac Inflight Innovations
  /external/libevent/
evdns.c 303 /* An array of n_req_heads circular lists for inflight requests.
304 * Each inflight request req is in req_heads[req->trans_id % n_req_heads].
308 * sent yet because there are too many requests inflight */
319 /* inflight requests are contained in the req_head list */
322 /* requests which aren't inflight are in the waiting list */
475 /* This walks the list of inflight requests to find the */
593 /* walk the list of inflight requests to see if any can be reassigned to */
728 /* this function looks for space on the inflight queue and promotes */
747 /* move a request from the waiting queue to the inflight queue */
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_idling_resource_release_no_deps.jar 
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiodio_sparse.c 122 "aiodio_sparse: offset %p filesize %d inflight %d",
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 108 // check for inflight callbacks that aren't applicable
  /prebuilts/go/darwin-x86/src/net/
main_test.go 187 fmt.Fprintf(os.Stderr, "Inflight sockets:\n")
  /prebuilts/go/linux-x86/src/net/
main_test.go 187 fmt.Fprintf(os.Stderr, "Inflight sockets:\n")
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
fvp_pm.c 152 * Ensure that we do not cancel an inflight power off request
  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_helpers.S 137 * Ensure any inflight stack writes have made it

Completed in 3950 milliseconds

1 2