Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_mixer.h96 struct AudioHwCtlElemIndex { struct
110 struct AudioHwCtlElemIndex eIndexId; /* W: element IDx */ argument
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.h112 struct AudioHwCtlElemIndex edx;
H A Daudio_mixer.c304 static const char *CtlElemName(struct AudioHwCtlElemIndex *id) in CtlElemName()
472 static AudioCtlElemIfaceType GetCtlElemIface(struct AudioHwCtlElemIndex *id) in GetCtlElemIface()
477 static unsigned int CtlElemGetIdx(struct AudioHwCtlElemIndex *id) in CtlElemGetIdx()
H A Daudio_mixer_main.c381 static int32_t ParseElemIndex(const char *str, struct AudioHwCtlElemIndex *sid) in ParseElemIndex()