Home
last modified time | relevance | path

Searched refs:contextNameSize (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h33 uint32_t contextNameSize; member
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp621 if (create.contextNameSize) {
622 std::string name(create.contextName, create.contextNameSize);
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp888 .contextNameSize = static_cast<uint32_t>(ctxEntry.name.size()), in addressSpaceProcessCmd()