Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c36 static pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; // controls access to gLibraryList variable
86 pthread_mutex_lock(&gLibLock); in Effect_Process()
88 pthread_mutex_unlock(&gLibLock); in Effect_Process()
92 pthread_mutex_unlock(&gLibLock); in Effect_Process()
111 pthread_mutex_lock(&gLibLock); in Effect_Command()
113 pthread_mutex_unlock(&gLibLock); in Effect_Command()
117 pthread_mutex_unlock(&gLibLock); in Effect_Command()
132 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()
134 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
138 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
[all …]