Lines Matching refs:thisObject
27 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelMute() local
28 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_SetChannelMute()
31 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_SetChannelMute()
66 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelMute() local
67 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetChannelMute()
70 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetChannelMute()
99 IObject *thisObject = thiz->mThis; in IMuteSolo_SetChannelSolo() local
100 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_SetChannelSolo()
103 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_SetChannelSolo()
138 IObject *thisObject = thiz->mThis; in IMuteSolo_GetChannelSolo() local
139 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetChannelSolo()
142 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetChannelSolo()
174 IObject *thisObject = thiz->mThis; in IMuteSolo_GetNumChannels() local
175 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) { in IMuteSolo_GetNumChannels()
178 CAudioPlayer *ap = (CAudioPlayer *) thisObject; in IMuteSolo_GetNumChannels()
179 object_lock_shared(thisObject); in IMuteSolo_GetNumChannels()
181 object_unlock_shared(thisObject); in IMuteSolo_GetNumChannels()