Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.cpp34 thiz->mChannelMuteMask |= mask; in IMIDIMuteSolo_SetChannelMute()
36 thiz->mChannelMuteMask &= ~mask; in IMIDIMuteSolo_SetChannelMute()
55 SLuint16 mask = thiz->mChannelMuteMask; in IMIDIMuteSolo_GetChannelMute()
227 thiz->mChannelMuteMask = 0; in IMIDIMuteSolo_init()
/frameworks/wilhelm/src/
Ditfstruct.h407 SLuint16 mChannelMuteMask; member