Lines Matching refs:handle
68 buffer_handle_t handle; member
343 node->handle = cb; in gralloc_alloc()
358 buffer_handle_t handle) in gralloc_free() argument
360 const cb_handle_t *cb = (const cb_handle_t *)handle; in gralloc_free()
386 while( n && n->handle != cb ) { in gralloc_free()
417 gralloc_free(&d->device, d->allocListHead->handle); in gralloc_device_close()
513 buffer_handle_t handle) in gralloc_register_buffer() argument
517 return sFallback->registerBuffer(sFallback, handle); in gralloc_register_buffer()
520 D("gralloc_register_buffer(%p) called", handle); in gralloc_register_buffer()
523 cb_handle_t *cb = (cb_handle_t *)handle; in gralloc_register_buffer()
553 buffer_handle_t handle) in gralloc_unregister_buffer() argument
556 return sFallback->unregisterBuffer(sFallback, handle); in gralloc_unregister_buffer()
560 cb_handle_t *cb = (cb_handle_t *)handle; in gralloc_unregister_buffer()
593 buffer_handle_t handle, int usage, in gralloc_lock() argument
598 return sFallback->lock(sFallback, handle, usage, l, t, w, h, vaddr); in gralloc_lock()
602 cb_handle_t *cb = (cb_handle_t *)handle; in gralloc_lock()
699 buffer_handle_t handle) in gralloc_unlock() argument
702 return sFallback->unlock(sFallback, handle); in gralloc_unlock()
706 cb_handle_t *cb = (cb_handle_t *)handle; in gralloc_unlock()