Searched refs:InFlight (Results 1 – 3 of 3) sorted by relevance
63 EXPECT_FALSE(dut_->InFlight(frame)); in AddRequest()67 EXPECT_TRUE(dut_->InFlight(frame)); in AddRequest()79 EXPECT_FALSE(dut_->InFlight(frame)); in TEST_F()95 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()158 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()180 EXPECT_FALSE(dut_->InFlight(bad_frame)); in TEST_F()198 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()222 EXPECT_TRUE(dut_->InFlight(frame1)); in TEST_F()223 EXPECT_TRUE(dut_->InFlight(frame2)); in TEST_F()
62 virtual bool InFlight(uint32_t frame_number) const;
151 bool RequestTracker::InFlight(uint32_t frame_number) const { in InFlight() function in default_camera_hal::RequestTracker