Searched refs:InFlight (Results 1 – 3 of 3) sorted by relevance
65 EXPECT_FALSE(dut_->InFlight(frame)); in AddRequest()69 EXPECT_TRUE(dut_->InFlight(frame)); in AddRequest()81 EXPECT_FALSE(dut_->InFlight(frame)); in TEST_F()97 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()160 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()182 EXPECT_FALSE(dut_->InFlight(bad_frame)); in TEST_F()200 EXPECT_TRUE(dut_->InFlight(frame)); in TEST_F()224 EXPECT_TRUE(dut_->InFlight(frame1)); in TEST_F()225 EXPECT_TRUE(dut_->InFlight(frame2)); in TEST_F()
63 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