Home
last modified time | relevance | path

Searched defs:toAdd (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java534 List<AddDisplayParams> toAdd = List.of(AddDisplayParams.create(600, 500)); in testDisplayHotplugDoesNotLeakMemory() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkReconstruction.cpp342 void VkReconstruction::addHandles(const uint64_t* toAdd, uint32_t count) { in addHandles()