Home | History | Annotate | Download | only in libgenlock

Lines Matching refs:genlock_status_t

67     genlock_status_t perform_lock_unlock_operation(native_handle_t *buffer_handle,
142 genlock_status_t genlock_create_lock(native_handle_t *buffer_handle)
144 genlock_status_t ret = GENLOCK_NO_ERROR;
197 genlock_status_t genlock_release_lock(native_handle_t *buffer_handle)
199 genlock_status_t ret = GENLOCK_NO_ERROR;
227 genlock_status_t genlock_attach_lock(native_handle_t *buffer_handle)
229 genlock_status_t ret = GENLOCK_NO_ERROR;
275 genlock_status_t genlock_lock_buffer(native_handle_t *buffer_handle,
279 genlock_status_t ret = GENLOCK_NO_ERROR;
304 genlock_status_t genlock_unlock_buffer(native_handle_t *buffer_handle)
306 genlock_status_t ret = GENLOCK_NO_ERROR;
322 genlock_status_t genlock_wait(native_handle_t *buffer_handle, int timeout) {
359 genlock_status_t genlock_write_to_read(native_handle_t *buffer_handle,
361 genlock_status_t ret = GENLOCK_NO_ERROR;