Searched refs:SndCardsList (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 1186 static void ShowAllAdapters(struct SndCardsList *sndList) in ShowAllAdapters() 1225 struct SndCardsList sndcards; in GetAllCards() 1226 int32_t (*GetAllAdapters)(const struct HdfIoService *, struct SndCardsList *); in GetAllCards() 1238 (void)memset_s(&sndcards, sizeof(struct SndCardsList), 0, sizeof(struct SndCardsList)); in GetAllCards() 1249 static char *FindSpecificCardName(int card, struct SndCardsList *cardList) in FindSpecificCardName() 1282 struct SndCardsList cardList; in UpdateCardSname() 1283 int32_t (*GetAllCardsFunc)(const struct HdfIoService *, struct SndCardsList *); in UpdateCardSname() 1297 (void)memset_s(&cardList, sizeof(struct SndCardsList), 0, sizeof(struct SndCardsList)); in UpdateCardSname()
|
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
H A D | audio_interface_lib_mixer.h | 86 struct SndCardsList { struct
|
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
H A D | audio_interface_lib_common.c | 751 static int32_t AudioParseAllAdaptersFromBuf(struct SndCardsList *sndCards, struct HdfSBuf *buf) in AudioParseAllAdaptersFromBuf() 783 …dioCtlGetAllCards(const struct HdfIoService *service, int32_t cmdId, struct SndCardsList *sndCards) in AudioCtlGetAllCards() 816 struct SndCardsList *sndCardsList = (struct SndCardsList *)data; in AudioGetAllCardList() 1395 int32_t AudioMixerGetAllAdapters(const struct HdfIoService *service, struct SndCardsList *clist) in AudioMixerGetAllAdapters()
|