Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c34 static pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; // controls access to gLibraryList variable
84 pthread_mutex_lock(&gLibLock); in Effect_Process()
86 pthread_mutex_unlock(&gLibLock); in Effect_Process()
90 pthread_mutex_unlock(&gLibLock); in Effect_Process()
109 pthread_mutex_lock(&gLibLock); in Effect_Command()
111 pthread_mutex_unlock(&gLibLock); in Effect_Command()
115 pthread_mutex_unlock(&gLibLock); in Effect_Command()
130 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()
132 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
136 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
[all …]