Searched refs:Take (Results 1 – 6 of 6) sorted by relevance
105 TEST_F(CvdIdAllocatorTest, Take) { in TEST_F() argument112 auto four = allocator->Take(4); in TEST_F()113 auto nine = allocator->Take(9); in TEST_F()115 auto twenty = allocator->Take(20); in TEST_F()171 ASSERT_FALSE(allocator->Take(one_resource)); in TEST_F()175 ASSERT_TRUE(allocator->Take(one_resource)); in TEST_F()191 auto take_12 = allocator->Take(12); in TEST()192 auto take_14 = allocator->Take(14); in TEST()193 auto take_6 = allocator->Take(6); in TEST()
187 std::optional<Reservation> Take(const T& t) { in Take() function
497 bytes_read += holding_buffer.Take(rx_buffer + bytes_read, in OnCaptureBuffer()544 bytes_read += holding_buffer.Take(rx_buffer + bytes_read, in OnCaptureBuffer()568 size_t AudioHandler::HoldingBuffer::Take(uint8_t* dst, size_t len) { in Take() function in cuttlefish::AudioHandler::HoldingBuffer
38 size_t Take(uint8_t* dst, size_t len);
170 /* Take up the remaining width of the window.*/
331 /* Take up the remaining width of the window.*/