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

  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 89 void *cur_obj_mutex; member in struct:ROTATOR_HANDLE
406 if (rotator_handle->cur_obj_mutex)
407 exynos_mutex_unlock(rotator_handle->cur_obj_mutex);
409 rotator_handle->cur_obj_mutex = rotator_handle->obj_mutex;
605 rotator_handle->cur_obj_mutex = NULL;
631 exynos_mutex_unlock(rotator_handle->cur_obj_mutex);
640 if (rotator_handle->cur_obj_mutex)
641 exynos_mutex_unlock(rotator_handle->cur_obj_mutex);
670 exynos_mutex_lock(rotator_handle->cur_obj_mutex);
674 exynos_mutex_unlock(rotator_handle->cur_obj_mutex);
    [all...]
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 564 if (gsc_handle->cur_obj_mutex)
565 exynos_mutex_unlock(gsc_handle->cur_obj_mutex);
567 gsc_handle->cur_obj_mutex = gsc_handle->obj_mutex[i];
731 gsc_handle->cur_obj_mutex = NULL;
762 exynos_mutex_unlock(gsc_handle->cur_obj_mutex);
771 if (gsc_handle->cur_obj_mutex)
772 exynos_mutex_unlock(gsc_handle->cur_obj_mutex);
815 gsc_handle->cur_obj_mutex = NULL;
818 gsc_handle->cur_obj_mutex = exynos_mutex_create(EXYNOS_MUTEX_TYPE_SHARED, mutex_name);
819 if (gsc_handle->cur_obj_mutex == NULL)
    [all...]
exynos_gsc_utils.h 130 void *cur_obj_mutex; member in struct:GSC_HANDLE

Completed in 130 milliseconds