Lines Matching refs:buffer_handle_t
39 status_t importBuffer(buffer_handle_t rawHandle,
42 buffer_handle_t* outHandle);
43 status_t freeBuffer(buffer_handle_t handle);
44 void getTransportSize(buffer_handle_t handle,
46 status_t lock(buffer_handle_t handle,
48 status_t lockYCbCr(buffer_handle_t handle,
50 status_t unlock(buffer_handle_t handle);
51 status_t lockAsync(buffer_handle_t handle,
53 status_t lockAsync(buffer_handle_t handle,
56 status_t lockAsyncYCbCr(buffer_handle_t handle,
59 status_t unlockAsync(buffer_handle_t handle, int *fenceFd);