Lines Matching full:handle
39 buffer_handle_t handle,
42 private_handle_t* hnd = (private_handle_t*)handle;
60 buffer_handle_t handle)
62 private_handle_t* hnd = (private_handle_t*)handle;
78 buffer_handle_t handle)
80 if (private_handle_t::validate(handle) < 0)
85 // If a buffer handle is passed from the process that allocated it to a
98 // allocations happen in its process. After returning the buffer handle to
99 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the
102 // buffer belongs to, it will get a new handle to the buffer in response
103 // to IGraphicBufferProducer::requestBuffer(). Like any buffer handle
105 // Since it already freed its original handle, it will only end up with
118 private_handle_t* hnd = (private_handle_t*)handle;
124 return gralloc_map(module, handle, &vaddr);
128 buffer_handle_t handle)
130 if (private_handle_t::validate(handle) < 0)
133 private_handle_t* hnd = (private_handle_t*)handle;
135 gralloc_unmap(module, handle);
159 buffer_handle_t handle, int /*usage*/,
171 if (private_handle_t::validate(handle) < 0)
174 private_handle_t* hnd = (private_handle_t*)handle;
180 buffer_handle_t handle)
185 if (private_handle_t::validate(handle) < 0)