Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c72 pthread_mutex_lock(&gLibLock); in Effect_Process()
74 pthread_mutex_unlock(&gLibLock); in Effect_Process()
78 pthread_mutex_unlock(&gLibLock); in Effect_Process()
97 pthread_mutex_lock(&gLibLock); in Effect_Command()
99 pthread_mutex_unlock(&gLibLock); in Effect_Command()
103 pthread_mutex_unlock(&gLibLock); in Effect_Command()
118 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()
120 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
124 pthread_mutex_unlock(&gLibLock); in Effect_GetDescriptor()
138 pthread_mutex_lock(&gLibLock); in Effect_ProcessReverse()
[all …]
DEffectsFactoryState.h38 extern pthread_mutex_t gLibLock; // controls access to gLibraryList
DEffectsConfigLoader.c204 pthread_mutex_lock(&gLibLock); in loadLibrary()
207 pthread_mutex_unlock(&gLibLock); in loadLibrary()
DEffectsFactoryState.c26 pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; variable
DEffectsXmlConfigLoader.cpp325 &gLibraryList, &gLibLock, &gLibraryFailedList) + in EffectLoadXmlEffectConfig()