Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c72 pthread_mutex_lock(&gLibLock); in Effect_Process()
78 pthread_mutex_unlock(&gLibLock); in Effect_Process()
97 pthread_mutex_lock(&gLibLock); in Effect_Command()
103 pthread_mutex_unlock(&gLibLock); in Effect_Command()
118 pthread_mutex_lock(&gLibLock); in Effect_GetDescriptor()
138 pthread_mutex_lock(&gLibLock); in Effect_ProcessReverse()
184 pthread_mutex_lock(&gLibLock); in EffectQueryNumberEffects()
206 pthread_mutex_lock(&gLibLock); in EffectQueryEffect()
248 pthread_mutex_lock(&gLibLock); in EffectGetDescriptor()
283 pthread_mutex_lock(&gLibLock); in doEffectCreate()
[all …]
H A DEffectsFactoryState.h38 extern pthread_mutex_t gLibLock; // controls access to gLibraryList
H A DEffectsConfigLoader.c204 pthread_mutex_lock(&gLibLock); in loadLibrary()
207 pthread_mutex_unlock(&gLibLock); in loadLibrary()
H A DEffectsFactoryState.c26 pthread_mutex_t gLibLock = PTHREAD_MUTEX_INITIALIZER; variable
H A DEffectsXmlConfigLoader.cpp325 &gLibraryList, &gLibLock, &gLibraryFailedList) + in EffectLoadXmlEffectConfig()