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

/hardware/qcom/display/msm8960/libgenlock/
H A Dgenlock.cpp49 int get_kernel_lock_type(genlock_lock_type lockType) argument
54 if (lockType & GENLOCK_WRITE_LOCK) {
56 } else if (lockType & GENLOCK_READ_LOCK) {
59 ALOGE("%s: invalid lockType (lockType = %d)",
60 __FUNCTION__, lockType);
68 int lockType, int timeout,
86 lock.op = lockType;
95 lockType, strerror(errno), hnd->fd);
105 ,__FUNCTION__, lockType, strerro
67 perform_lock_unlock_operation(native_handle_t *buffer_handle, int lockType, int timeout, int flags) argument
275 genlock_lock_buffer(native_handle_t *buffer_handle, genlock_lock_type_t lockType, int timeout) argument
[all...]

Completed in 56 milliseconds