Searched defs:resId (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 737 for (auto resId : resIds) { in resetPipe() local 1213 int attachIov(int resId, iovec* iov, int num_iovs) { in attachIov() 1227 void detachIov(int resId, iovec** iov, int* num_iovs) { in detachIov() 1400 int transferReadIov(int resId, uint64_t offset, stream_renderer_box* box, struct iovec* iov, in transferReadIov() 1436 int transferWriteIov(int resId, uint64_t offset, stream_renderer_box* box, struct iovec* iov, in transferWriteIov() 1551 void attachResource(uint32_t ctxId, uint32_t resId) { in attachResource() 1596 int getResourceInfo(uint32_t resId, struct stream_renderer_resource_info* info) { in getResourceInfo() 1913 for (auto resId : it->second) { in detachResourceLocked() local
|