| /device/generic/goldfish-opengl/system/hwc3/ | 
| D | DrmMode.cpp | 23     uint32_t blobId = 0;  in create()  local25     int ret = drmModeCreatePropertyBlob(drmFd.get(), &info, sizeof(info), &blobId);  in create()
 31     return std::unique_ptr<DrmMode>(new DrmMode(info, blobId));  in create()
 
 | 
| D | DrmMode.h | 57     DrmMode(const drmModeModeInfo& info, uint32_t blobId)  in DrmMode()  argument73           mBlobId(blobId) {}  in DrmMode()
 
 | 
| /device/generic/goldfish-opengl/platform/include/ | 
| D | VirtGpu.h | 100     uint64_t blobId;  member
 | 
| /device/generic/goldfish-opengl/platform/linux/ | 
| D | VirtGpuDevice.cpp | 146     create.blob_id = blobCreate.blobId;  in createBlob()
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | vulkan_gfxstream.h | 51     uint64_t blobId;  member
 | 
| D | VkDecoderGlobalState.cpp | 3258                 HostmemIdMapping::get()->removeDescriptorInfo(createBlobInfoPtr->blobId);  in on_vkAllocateMemory()3394                 memoryInfo.blobId = createBlobInfoPtr->blobId;  in on_vkAllocateMemory()
 3696         hostBlobId = (info->blobId && !hostBlobId) ? info->blobId : hostBlobId;  in vkGetBlobInternal()
 6025         uint64_t blobId = 0;  member
 
 | 
| /device/generic/goldfish-opengl/system/magma/ | 
| D | magma.cpp | 159                                  .blobId = info.id});  in get_fd_for_buffer()
 | 
| /device/generic/vulkan-cereal/stream-servers/ | 
| D | virtio-gpu-gfxstream-renderer.cpp | 230     uint64_t blobId;  member985         e.blobId = 0;  in createResource()
 1038         entry.blobId = 0;  in unrefResource()
 1514         e.blobId = create_blob->blob_id;  in createBlob()
 
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | vulkan_gfxstream.h | 51     uint64_t blobId;  member
 | 
| D | ResourceTracker.cpp | 304         uint64_t blobId = 0;  member2989                 createBlob.blobId = hvaSizeId[2];  in createCoherentMemory()
 3016         uint64_t blobId = 0;  in allocateCoherentMemory()  local
 3079             createBlobInfo.blobId = ++mBlobId;  in allocateCoherentMemory()
 3086             createBlob.blobId = createBlobInfo.blobId;  in allocateCoherentMemory()
 3101             createBlobInfo.blobId = ++mBlobId;  in allocateCoherentMemory()
 3117             info.blobId = createBlobInfo.blobId;  in allocateCoherentMemory()
 3974         if (info.blobId && !info.coherentMemory && !mCaps.params[kParamCreateGuestHandle]) {  in on_vkMapMemory()
 3988             createBlob.blobId = info.blobId;  in on_vkMapMemory()
 
 | 
| D | goldfish_vk_marshaling_guest.cpp | 27734     vkStream->write((uint64_t*)&forMarshaling->blobId, sizeof(uint64_t));  in marshal_VkCreateBlobGOOGLE()27748     vkStream->read((uint64_t*)&forUnmarshaling->blobId, sizeof(uint64_t));  in unmarshal_VkCreateBlobGOOGLE()
 
 | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 18537     memcpy(*ptr, (uint64_t*)&forMarshaling->blobId, sizeof(uint64_t));  in reservedmarshal_VkCreateBlobGOOGLE()
 | 
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ | 
| D | AddressSpaceStream.cpp | 195     blobCreate.blobId = 0;  in createVirtioGpuAddressSpaceStream()
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 19134     if (!((a->blobId) == (b->blobId))) {  in checkEqual_VkCreateBlobGOOGLE()
 | 
| D | goldfish_vk_marshaling.cpp | 35621     vkStream->write((uint64_t*)&forMarshaling->blobId, sizeof(uint64_t));  in marshal_VkCreateBlobGOOGLE()35647     vkStream->read((uint64_t*)&forUnmarshaling->blobId, sizeof(uint64_t));  in unmarshal_VkCreateBlobGOOGLE()
 
 | 
| D | goldfish_vk_reserved_marshaling.cpp | 27909     memcpy((uint64_t*)&forUnmarshaling->blobId, *ptr, sizeof(uint64_t));  in reservedunmarshal_VkCreateBlobGOOGLE()
 |