Home
last modified time | relevance | path

Searched refs:op_id (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c587 int op_id = 0; in exynos_rotator_create() local
608 op_id = rand() % 1000000; // just make random id in exynos_rotator_create()
609 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id); in exynos_rotator_create()
/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c714 int op_id = 0; in exynos_gsc_create() local
742 op_id = rand() % 1000000; // just make random id in exynos_gsc_create()
743 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id); in exynos_gsc_create()
874 int op_id = 0; in exynos_gsc_create_exclusive() local
923 op_id = rand() % 1000000; // just make random id in exynos_gsc_create_exclusive()
924 sprintf(mutex_name, "%sOp%d", LOG_TAG, op_id); in exynos_gsc_create_exclusive()