Lines Matching refs:__FUNCTION__

57                   __FUNCTION__, lockType);  in get_kernel_lock_type()
71 ALOGE("%s: handle is invalid", __FUNCTION__); in perform_lock_unlock_operation()
80 "or has not been attached", __FUNCTION__); in perform_lock_unlock_operation()
93 "err=%s fd=%d)", __FUNCTION__, in perform_lock_unlock_operation()
104 ,__FUNCTION__, lockType, strerror(errno), hnd->fd); in perform_lock_unlock_operation()
142 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_create_lock()
151 ALOGE("%s: open genlock device failed (err=%s)", __FUNCTION__, in genlock_create_lock()
159 ALOGE("%s: GENLOCK_IOC_NEW failed (error=%s)", __FUNCTION__, in genlock_create_lock()
168 ALOGE("%s: GENLOCK_IOC_EXPORT failed (error=%s)", __FUNCTION__, in genlock_create_lock()
197 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_release_lock()
204 ALOGE("%s: the lock is invalid", __FUNCTION__); in genlock_release_lock()
227 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_attach_lock()
236 ALOGE("%s: open genlock device failed (err=%s)", __FUNCTION__, in genlock_attach_lock()
245 ALOGE("%s: GENLOCK_IOC_ATTACH failed (err=%s)", __FUNCTION__, in genlock_attach_lock()
279 ALOGE("%s: invalid lockType", __FUNCTION__); in genlock_lock_buffer()
284 ALOGW("%s: trying to lock a buffer with timeout = 0", __FUNCTION__); in genlock_lock_buffer()
320 ALOGE("%s: handle is invalid", __FUNCTION__); in genlock_wait()
327 ALOGE("%s: the lock is invalid", __FUNCTION__); in genlock_wait()
332 ALOGW("%s: timeout = 0", __FUNCTION__); in genlock_wait()
338 ALOGE("%s: GENLOCK_IOC_WAIT failed (err=%s)", __FUNCTION__, in genlock_wait()
359 ALOGW("%s: trying to lock a buffer with timeout = 0", __FUNCTION__); in genlock_write_to_read()