Searched refs:ReleaseBuffer (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
H A Dgr_device_impl.cpp156 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer);
390 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { function in class:gralloc1::GrallocImpl
395 status = dev->buf_mgr_->ReleaseBuffer(hnd);
H A Dgr_device_impl.h103 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
H A Dgr_buf_mgr.cpp284 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) { function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd);
H A Dgr_device_impl.cpp157 return reinterpret_cast<gralloc1_function_pointer_t>(ReleaseBuffer);
366 gralloc1_error_t GrallocImpl::ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer) { function in class:gralloc1::GrallocImpl
371 status = dev->buf_mgr_->ReleaseBuffer(hnd);
H A Dgr_device_impl.h96 static gralloc1_error_t ReleaseBuffer(gralloc1_device_t *device, buffer_handle_t buffer);
H A Dgr_buf_mgr.cpp248 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) { function in class:gralloc1::BufferManager

Completed in 149 milliseconds