Home
last modified time | relevance | path

Searched refs:GENLOCK_NO_ERROR (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libgenlock/
Dgenlock.cpp113 return GENLOCK_NO_ERROR; in perform_lock_unlock_operation()
144 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_create_lock()
199 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_release_lock()
229 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_attach_lock()
279 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_lock_buffer()
306 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_unlock_buffer()
349 return GENLOCK_NO_ERROR; in genlock_wait()
361 genlock_status_t ret = GENLOCK_NO_ERROR; in genlock_write_to_read()
Dgenlock.h47 GENLOCK_NO_ERROR = 0, enumerator
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQualcommUsbCamera.cpp877 if (GENLOCK_NO_ERROR != in initDisplayBuffers()
1807 if (GENLOCK_NO_ERROR != in get_buf_from_display()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp5672 … if (GENLOCK_NO_ERROR != genlock_lock_buffer(native_buffer[buffer - m_out_mem_ptr].nativehandle, in fill_this_buffer_proxy()
5696 …if (GENLOCK_NO_ERROR != genlock_unlock_buffer(native_buffer[buffer - m_out_mem_ptr].nativehandle))… in fill_this_buffer_proxy()
5804 if (GENLOCK_NO_ERROR != genlock_unlock_buffer(native_buffer[i].nativehandle)) { in component_deinit()
6476 …if (GENLOCK_NO_ERROR != genlock_unlock_buffer(native_buffer[buffer - m_out_mem_ptr].nativehandle))… in fill_buffer_done()