Searched defs:UnlockBuffer (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.cpp165 return reinterpret_cast<gralloc1_function_pointer_t>(UnlockBuffer);
469 gralloc1_error_t GrallocImpl::UnlockBuffer(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
482 return dev->buf_mgr_->UnlockBuffer(hnd);
H A Dgr_buf_mgr.cpp356 gralloc1_error_t BufferManager::UnlockBuffer(const private_handle_t *handle) { function in class:gralloc1::BufferManager
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.cpp344 gralloc1_error_t BufferManager::UnlockBuffer(const private_handle_t *handle) { function in class:gralloc1::BufferManager
H A Dgr_device_impl.cpp168 return reinterpret_cast<gralloc1_function_pointer_t>(UnlockBuffer);
486 gralloc1_error_t GrallocImpl::UnlockBuffer(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
499 return dev->buf_mgr_->UnlockBuffer(hnd);
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_mgr.cpp369 gralloc1_error_t BufferManager::UnlockBuffer(const private_handle_t *handle) { function in class:gralloc1::BufferManager
H A Dgr_device_impl.cpp168 return reinterpret_cast<gralloc1_function_pointer_t>(UnlockBuffer);
487 gralloc1_error_t GrallocImpl::UnlockBuffer(gralloc1_device_t *device, buffer_handle_t buffer, function in class:gralloc1::GrallocImpl
500 return dev->buf_mgr_->UnlockBuffer(hnd);

Completed in 167 milliseconds