Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1313 } St_Audio_Customer_Shm_data; typedef
1315 static St_Audio_Customer_Shm_data *pstAudioCustomerShmData = NULL;
1590 static St_Audio_Customer_Shm_data stAudioCustomerShmData;
11748 …if(FALSE == MsOS_SHM_GetId((MS_U8 *)SHM_ID, sizeof(St_Audio_Customer_Shm_data), &u32ShmId, &u32Add… in AU_CUS_ShmInit()
11750 …if(FALSE == MsOS_SHM_GetId((MS_U8 *)SHM_ID, sizeof(St_Audio_Customer_Shm_data), &u32ShmId, &u32Add… in AU_CUS_ShmInit()
11754 memset((MS_U8 *)u32Addr, 0, sizeof(St_Audio_Customer_Shm_data)); in AU_CUS_ShmInit()
11758 pstAudioCustomerShmData = (St_Audio_Customer_Shm_data *)u32Addr; in AU_CUS_ShmInit()