Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/
H A Dclasses.cpp291 {MPH_OBJECT, INTERFACE_IMPLICIT_PREREALIZE, offsetof(CMidiPlayer, mObject)},
293 offsetof(CMidiPlayer, mDynamicInterfaceManagement)},
294 {MPH_PLAY, INTERFACE_IMPLICIT, offsetof(CMidiPlayer, mPlay)},
296 {MPH_3DGROUPING, INTERFACE_EXPLICIT_GAME, offsetof(CMidiPlayer, m3DGrouping)},
298 {MPH_3DSOURCE, INTERFACE_EXPLICIT_GAME, offsetof(CMidiPlayer, m3DSource)},
301 {MPH_MUTESOLO, INTERFACE_EXPLICIT_GAME, offsetof(CMidiPlayer, mMuteSolo)},
309 {MPH_SEEK, INTERFACE_EXPLICIT_GAME_PHONE, offsetof(CMidiPlayer, mSeek)},
310 {MPH_VOLUME, INTERFACE_EXPLICIT_GAME_PHONE, offsetof(CMidiPlayer, mVolume)},
315 offsetof(CMidiPlayer, mEnvironmentalReverb)},
317 {MPH_PITCH, INTERFACE_DYNAMIC_OPTIONAL, offsetof(CMidiPlayer, mPitch)},
[all …]
H A Dclasses.h279 } CMidiPlayer; typedef
/aosp12/frameworks/wilhelm/src/itf/
H A DIEngine.cpp574 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self); in IEngine_CreateMidiPlayer()