Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator_test.cpp105 TEST_F(CvdIdAllocatorTest, Take) { in TEST_F() argument
112 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()
Dunique_resource_allocator.h187 std::optional<Reservation> Take(const T& t) { in Take() function
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp497 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
Daudio_handler.h38 size_t Take(uint8_t* dst, size_t len);
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css170 /* Take up the remaining width of the window.*/
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css331 /* Take up the remaining width of the window.*/