HomeSort by relevance Sort by last modified time
    Searched refs:op_mutex (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 87 void *op_mutex; member in struct:ROTATOR_HANDLE
603 rotator_handle->op_mutex = NULL;
610 rotator_handle->op_mutex = exynos_mutex_create(EXYNOS_MUTEX_TYPE_PRIVATE, mutex_name);
611 if (rotator_handle->op_mutex == NULL) {
616 exynos_mutex_lock(rotator_handle->op_mutex);
632 exynos_mutex_unlock(rotator_handle->op_mutex);
649 if (rotator_handle->op_mutex)
650 exynos_mutex_unlock(rotator_handle->op_mutex);
669 exynos_mutex_lock(rotator_handle->op_mutex);
682 exynos_mutex_unlock(rotator_handle->op_mutex);
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 727 gsc_handle->op_mutex = NULL;
738 gsc_handle->op_mutex = exynos_mutex_create(EXYNOS_MUTEX_TYPE_PRIVATE, mutex_name);
739 if (gsc_handle->op_mutex == NULL) {
744 exynos_mutex_lock(gsc_handle->op_mutex);
763 exynos_mutex_unlock(gsc_handle->op_mutex);
782 if (gsc_handle->op_mutex)
783 exynos_mutex_unlock(gsc_handle->op_mutex);
785 if (exynos_mutex_destroy(gsc_handle->op_mutex) == false)
786 ALOGE("%s::exynos_mutex_destroy(op_mutex) fail", __func__);
814 gsc_handle->op_mutex = NULL
    [all...]
exynos_gsc_utils.h 128 void *op_mutex; member in struct:GSC_HANDLE

Completed in 513 milliseconds