Searched refs:ctxId (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/ |
D | BlobManager.cpp | 30 void BlobManager::addMapping(uint32_t ctxId, uint64_t blobId, void* addr, uint32_t caching) { in addMapping() argument 36 auto key = std::make_pair(ctxId, blobId); in addMapping() 41 std::optional<HostMemInfo> BlobManager::removeMapping(uint32_t ctxId, uint64_t blobId) { in removeMapping() argument 42 auto key = std::make_pair(ctxId, blobId); in removeMapping() 54 void BlobManager::addDescriptorInfo(uint32_t ctxId, uint64_t blobId, ManagedDescriptor descriptor, in addDescriptorInfo() argument 64 auto key = std::make_pair(ctxId, blobId); in addDescriptorInfo() 69 std::optional<ManagedDescriptorInfo> BlobManager::removeDescriptorInfo(uint32_t ctxId, in removeDescriptorInfo() argument 71 auto key = std::make_pair(ctxId, blobId); in removeDescriptorInfo()
|
D | virtio-gpu-gfxstream-renderer.cpp | 239 VirtioGpuCtxId ctxId; member 305 VirtioGpuCtxId ctxId; member 814 int setContextAddressSpaceHandleLocked(VirtioGpuCtxId ctxId, uint32_t handle, in setContextAddressSpaceHandleLocked() argument 816 auto ctxIt = mContexts.find(ctxId); in setContextAddressSpaceHandleLocked() 818 stream_renderer_error("ctx id %u is not found", ctxId); in setContextAddressSpaceHandleLocked() 829 uint32_t getAddressSpaceHandleLocked(VirtioGpuCtxId ctxId, uint32_t resourceId) { in getAddressSpaceHandleLocked() argument 830 auto ctxIt = mContexts.find(ctxId); in getAddressSpaceHandleLocked() 832 stream_renderer_error("ctx id %u is not found", ctxId); in getAddressSpaceHandleLocked() 850 int addressSpaceProcessCmd(VirtioGpuCtxId ctxId, uint32_t* dwords) { in addressSpaceProcessCmd() argument 864 auto ctxIt = mContexts.find(ctxId); in addressSpaceProcessCmd() [all …]
|