Home | History | Annotate | Download | only in legacy

Lines Matching refs:handle

43                             buffer_handle_t handle) {
44 if (private_handle_t::validate(handle) < 0) {
48 private_handle_t* hnd = (private_handle_t*)handle;
57 buffer_handle_t handle) {
58 if (private_handle_t::validate(handle) < 0) {
61 private_handle_t* hnd = (private_handle_t*)handle;
66 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/,
69 if (private_handle_t::validate(handle) < 0) {
75 private_handle_t* hnd = (private_handle_t*)handle;
90 gralloc_module_t const* /*module*/, buffer_handle_t handle) {
91 if (private_handle_t::validate(handle) < 0) {
94 private_handle_t* hnd = (private_handle_t*) handle;
107 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/,
110 if (private_handle_t::validate(handle) < 0) {
113 private_handle_t* hnd = (private_handle_t*)handle;