Lines Matching full:handle
41 status_t registerBuffer(buffer_handle_t handle);
43 status_t unregisterBuffer(buffer_handle_t handle);
45 status_t lock(buffer_handle_t handle,
48 status_t lockYCbCr(buffer_handle_t handle,
51 status_t unlock(buffer_handle_t handle);
53 status_t lockAsync(buffer_handle_t handle,
56 status_t lockAsyncYCbCr(buffer_handle_t handle,
60 status_t unlockAsync(buffer_handle_t handle, int *fenceFd);
62 // dumps information about the mapping of this handle
63 void dump(buffer_handle_t handle);