Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIMIDIMuteSolo.cpp117 SLuint16 trackCount = thiz->mTrackCount; in IMIDIMuteSolo_GetTrackCount()
132 if (!(track < thiz->mTrackCount)) { in IMIDIMuteSolo_SetTrackMute()
155 if (!(track < thiz->mTrackCount) || NULL == pMute) { in IMIDIMuteSolo_GetTrackMute()
175 if (!(track < thiz->mTrackCount)) { in IMIDIMuteSolo_SetTrackSolo()
197 if (!(track < thiz->mTrackCount) || NULL == pSolo) { in IMIDIMuteSolo_GetTrackSolo()
232 thiz->mTrackCount = 32; // wrong in IMIDIMuteSolo_init()
/frameworks/wilhelm/src/
Ditfstruct.h412 SLuint16 mTrackCount; member