Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1606 struct mutex AU_Customer_MM2_initAesInfo_mutex_lock; variable
1720 static MS_S32 AU_Customer_MM2_initAesInfo_mutex_lock = -1; variable
11787 mutex_init(&AU_Customer_MM2_initAesInfo_mutex_lock); in AU_CUS_Mutex_Init()
11866 if(AU_Customer_MM2_initAesInfo_mutex_lock == -1) in AU_CUS_Mutex_Init()
11868 AU_Customer_MM2_initAesInfo_mutex_lock = OS_CREATE_MUTEX(AU_Customer_MM2_initAesInfo); in AU_CUS_Mutex_Init()
11869 if (AU_Customer_MM2_initAesInfo_mutex_lock == -1) in AU_CUS_Mutex_Init()
27832 mutex_lock(&AU_Customer_MM2_initAesInfo_mutex_lock); in API_AUDIO_CUSTOMER_MM2_initAesInfo()
27836 OS_OBTAIN_MUTEX(AU_Customer_MM2_initAesInfo_mutex_lock, MSOS_WAIT_FOREVER); in API_AUDIO_CUSTOMER_MM2_initAesInfo()
27849 mutex_unlock(&AU_Customer_MM2_initAesInfo_mutex_lock); in API_AUDIO_CUSTOMER_MM2_initAesInfo()
27853 OS_RELEASE_MUTEX(AU_Customer_MM2_initAesInfo_mutex_lock); in API_AUDIO_CUSTOMER_MM2_initAesInfo()
[all …]