/frameworks/wilhelm/src/ |
locks.h | 20 extern void object_lock_exclusive_(IObject *thiz, const char *file, int line); 21 extern void object_unlock_exclusive_(IObject *thiz, const char *file, int line); 22 extern void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attr, 24 extern void object_cond_wait_(IObject *thiz, const char *file, int line); 26 extern void object_lock_exclusive(IObject *thiz); 27 extern void object_unlock_exclusive(IObject *thiz); 28 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr); 29 extern void object_cond_wait(IObject *thiz); 31 extern void object_cond_signal(IObject *thiz); 32 extern void object_cond_broadcast(IObject *thiz); [all...] |
/frameworks/wilhelm/src/itf/ |
IThreadSync.c | 26 IThreadSync *thiz = (IThreadSync *) self; local 27 interface_lock_exclusive(thiz); 29 if (thiz->mInCriticalSection) { 30 if (!pthread_equal(thiz->mOwner, pthread_self())) { 31 ++thiz->mWaiting; 32 interface_cond_wait(thiz); 39 thiz->mInCriticalSection = SL_BOOLEAN_TRUE; 40 thiz->mOwner = pthread_self(); 44 interface_unlock_exclusive(thiz); 54 IThreadSync *thiz = (IThreadSync *) self local 80 IThreadSync *thiz = (IThreadSync *) self; local 89 IThreadSync *thiz = (IThreadSync *) self; local [all...] |
I3DLocation.c | 29 I3DLocation *thiz = (I3DLocation *) self; local 31 interface_lock_exclusive(thiz); 32 thiz->mLocationCartesian = locationCartesian; 33 thiz->mLocationActive = CARTESIAN_SET_SPHERICAL_UNKNOWN; 34 interface_unlock_exclusive(thiz); 52 I3DLocation *thiz = (I3DLocation *) self; local 53 interface_lock_exclusive(thiz); 54 thiz->mLocationSpherical.mAzimuth = azimuth; 55 thiz->mLocationSpherical.mElevation = elevation; 56 thiz->mLocationSpherical.mDistance = distance 73 I3DLocation *thiz = (I3DLocation *) self; local 120 I3DLocation *thiz = (I3DLocation *) self; local 174 I3DLocation *thiz = (I3DLocation *) self; local 198 I3DLocation *thiz = (I3DLocation *) self; local 222 I3DLocation *thiz = (I3DLocation *) self; local 249 I3DLocation *thiz = (I3DLocation *) self; local 276 I3DLocation *thiz = (I3DLocation *) self; local [all...] |
IMIDIMuteSolo.c | 30 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 32 interface_lock_exclusive(thiz); 34 thiz->mChannelMuteMask |= mask; 36 thiz->mChannelMuteMask &= ~mask; 37 interface_unlock_exclusive(thiz); 53 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 54 interface_lock_peek(thiz); 55 SLuint16 mask = thiz->mChannelMuteMask; 56 interface_unlock_peek(thiz); 73 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self local 96 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 115 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 130 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 153 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 173 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 195 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local 225 IMIDIMuteSolo *thiz = (IMIDIMuteSolo *) self; local [all...] |
IRecord.c | 31 IRecord *thiz = (IRecord *) self; local 32 interface_lock_exclusive(thiz); 33 thiz->mState = state; 35 android_audioRecorder_setRecordState(InterfaceToCAudioRecorder(thiz), state); 37 interface_unlock_exclusive(thiz); 54 IRecord *thiz = (IRecord *) self; local 58 interface_lock_shared(thiz); 59 SLuint32 state = thiz->mState; 60 interface_unlock_shared(thiz); 73 IRecord *thiz = (IRecord *) self local 94 IRecord *thiz = (IRecord *) self; local 121 IRecord *thiz = (IRecord *) self; local 145 IRecord *thiz = (IRecord *) self; local 167 IRecord *thiz = (IRecord *) self; local 186 IRecord *thiz = (IRecord *) self; local 211 IRecord *thiz = (IRecord *) self; local 239 IRecord *thiz = (IRecord *) self; local 262 IRecord *thiz = (IRecord *) self; local 284 IRecord *thiz = (IRecord *) self; local 313 IRecord *thiz = (IRecord *) self; local [all...] |
I3DSource.c | 26 I3DSource *thiz = (I3DSource *) self; local 27 interface_lock_poke(thiz); 28 thiz->mHeadRelative = SL_BOOLEAN_FALSE != headRelative; // normalize 29 interface_unlock_poke(thiz); 43 I3DSource *thiz = (I3DSource *) self; local 44 interface_lock_peek(thiz); 45 SLboolean headRelative = thiz->mHeadRelative; 46 interface_unlock_peek(thiz); 64 I3DSource *thiz = (I3DSource *) self; local 65 interface_lock_exclusive(thiz); 84 I3DSource *thiz = (I3DSource *) self; interface_lock_shared(thiz); local 101 I3DSource *thiz = (I3DSource *) self; local 118 I3DSource *thiz = (I3DSource *) self; local 137 I3DSource *thiz = (I3DSource *) self; local 152 I3DSource *thiz = (I3DSource *) self; local 170 I3DSource *thiz = (I3DSource *) self; local 185 I3DSource *thiz = (I3DSource *) self; local 204 I3DSource *thiz = (I3DSource *) self; local 224 I3DSource *thiz = (I3DSource *) self; local 245 I3DSource *thiz = (I3DSource *) self; local 266 I3DSource *thiz = (I3DSource *) self; local 301 I3DSource *thiz = (I3DSource *) self; local [all...] |
I3DMacroscopic.c | 32 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 33 interface_lock_exclusive(thiz); 34 thiz->mSize.mWidth = width; 35 thiz->mSize.mHeight = height; 36 thiz->mSize.mDepth = depth; 37 interface_unlock_exclusive(thiz); 53 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 54 interface_lock_shared(thiz); 55 SLmillimeter width = thiz->mSize.mWidth; 56 SLmillimeter height = thiz->mSize.mHeight 79 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 103 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 131 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 154 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local 213 I3DMacroscopic *thiz = (I3DMacroscopic *) self; local [all...] |
IVolume.c | 29 IVolume *thiz = (IVolume *) self; local 30 interface_lock_exclusive(thiz); 31 SLmillibel oldLevel = thiz->mLevel; 33 thiz->mLevel = level; 34 interface_unlock_exclusive_attributes(thiz, ATTR_GAIN); 36 interface_unlock_exclusive(thiz); 52 IVolume *thiz = (IVolume *) self; local 53 interface_lock_shared(thiz); 54 SLmillibel level = thiz->mLevel; 55 interface_unlock_shared(thiz); 83 IVolume *thiz = (IVolume *) self; local 106 IVolume *thiz = (IVolume *) self; local 122 IVolume *thiz = (IVolume *) self; local 145 IVolume *thiz = (IVolume *) self; local 164 IVolume *thiz = (IVolume *) self; local 187 IVolume *thiz = (IVolume *) self; local 213 IVolume *thiz = (IVolume *) self; local [all...] |
IPlaybackRate.c | 26 IPlaybackRate *thiz = (IPlaybackRate *) self; local 28 if (!(thiz->mMinRate <= rate && rate <= thiz->mMaxRate)) { 31 interface_lock_exclusive(thiz); 33 CAudioPlayer *ap = (SL_OBJECTID_AUDIOPLAYER == InterfaceToObjectID(thiz)) ? 34 (CAudioPlayer *) thiz->mThis : NULL; 36 result = android_audioPlayer_setPlaybackRateAndConstraints(ap, rate, thiz->mProperties); 44 thiz->mRate = rate; 46 interface_unlock_exclusive(thiz); 60 IPlaybackRate *thiz = (IPlaybackRate *) self local 76 IPlaybackRate *thiz = (IPlaybackRate *) self; local 115 IPlaybackRate *thiz = (IPlaybackRate *) self; local 135 IPlaybackRate *thiz = (IPlaybackRate *) self; local 162 IPlaybackRate *thiz = (IPlaybackRate *) self; local 190 IPlaybackRate *thiz = (IPlaybackRate *) self; local [all...] |
IPrefetchStatus.c | 29 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 30 interface_lock_shared(thiz); 31 SLuint32 status = thiz->mStatus; 32 interface_unlock_shared(thiz); 48 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 49 interface_lock_shared(thiz); 50 SLpermille level = thiz->mLevel; 51 interface_unlock_shared(thiz); 65 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 66 interface_lock_exclusive(thiz); 84 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 104 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 123 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 147 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local 171 IPrefetchStatus *thiz = (IPrefetchStatus *) self; local [all...] |
IVibra.c | 26 IVibra *thiz = (IVibra *) self; local 27 interface_lock_poke(thiz); 28 thiz->mVibrate = SL_BOOLEAN_FALSE != vibrate; // normalize 29 interface_unlock_poke(thiz); 43 IVibra *thiz = (IVibra *) self; local 44 interface_lock_peek(thiz); 45 SLboolean vibrate = thiz->mVibrate; 46 interface_unlock_peek(thiz); 65 IVibra *thiz = (IVibra *) self; local 66 interface_lock_poke(thiz); 83 IVibra *thiz = (IVibra *) self; local 105 IVibra *thiz = (IVibra *) self; local 127 IVibra *thiz = (IVibra *) self; local 151 IVibra *thiz = (IVibra *) self; local [all...] |
IMetadataTraversal.c | 30 IMetadataTraversal *thiz = (IMetadataTraversal *) self; local 31 interface_lock_poke(thiz); 32 thiz->mMode = mode; 33 interface_unlock_poke(thiz); 53 IMetadataTraversal *thiz = (IMetadataTraversal *) self; local 54 interface_lock_peek(thiz); 55 SLuint32 count = thiz->mCount; 56 interface_unlock_peek(thiz); 73 IMetadataTraversal *thiz = (IMetadataTraversal *) self; local 74 interface_lock_peek(thiz); 104 IMetadataTraversal *thiz = (IMetadataTraversal *) self; local 122 IMetadataTraversal *thiz = (IMetadataTraversal *) self; local [all...] |
IMIDITime.c | 29 IMIDITime *thiz = (IMIDITime *) self; local 30 SLuint32 duration = thiz->mDuration; 43 IMIDITime *thiz = (IMIDITime *) self; local 45 if (!(position < thiz->mDuration)) { 48 interface_lock_poke(thiz); 49 thiz->mPosition = position; 50 interface_unlock_poke(thiz); 65 IMIDITime *thiz = (IMIDITime *) self; local 66 interface_lock_peek(thiz); 67 SLuint32 position = thiz->mPosition 81 IMIDITime *thiz = (IMIDITime *) self; local 106 IMIDITime *thiz = (IMIDITime *) self; local 130 IMIDITime *thiz = (IMIDITime *) self; local [all...] |
IBassBoost.c | 42 IBassBoost *thiz = (IBassBoost *) self; local 43 interface_lock_exclusive(thiz); 44 thiz->mEnabled = (SLboolean) enabled; 48 if (NO_BASSBOOST(thiz)) { 51 android::status_t status = thiz->mBassBoostEffect->setEnabled((bool) thiz->mEnabled); 55 interface_unlock_exclusive(thiz); 68 IBassBoost *thiz = (IBassBoost *) self; local 69 interface_lock_exclusive(thiz); 70 SLboolean enabled = thiz->mEnabled 96 IBassBoost *thiz = (IBassBoost *) self; local 124 IBassBoost *thiz = (IBassBoost *) self; local 187 IBassBoost *thiz = (IBassBoost *) self; local 201 IBassBoost *thiz = (IBassBoost *) self; local 210 IBassBoost *thiz = (IBassBoost *) self; local [all...] |
IVirtualizer.c | 42 IVirtualizer *thiz = (IVirtualizer *) self; local 43 interface_lock_exclusive(thiz); 44 thiz->mEnabled = (SLboolean) enabled; 48 if (NO_VIRTUALIZER(thiz)) { 52 thiz->mVirtualizerEffect->setEnabled((bool) thiz->mEnabled); 56 interface_unlock_exclusive(thiz); 70 IVirtualizer *thiz = (IVirtualizer *) self; local 71 interface_lock_exclusive(thiz); 72 SLboolean enabled = thiz->mEnabled 98 IVirtualizer *thiz = (IVirtualizer *) self; local 126 IVirtualizer *thiz = (IVirtualizer *) self; local 189 IVirtualizer *thiz = (IVirtualizer *) self; local 203 IVirtualizer *thiz = (IVirtualizer *) self; local 212 IVirtualizer *thiz = (IVirtualizer *) self; local [all...] |
IBufferQueue.c | 26 static SLuint32 getAssociatedState(IBufferQueue *thiz) 29 switch (InterfaceToObjectID(thiz)) { 31 state = ((CAudioPlayer *) thiz->mThis)->mPlay.mState; 34 state = ((CAudioRecorder *) thiz->mThis)->mRecord.mState; 56 IBufferQueue *thiz = (IBufferQueue *) self; local 57 interface_lock_exclusive(thiz); 58 BufferHeader *oldRear = thiz->mRear, *newRear; 59 if ((newRear = oldRear + 1) == &thiz->mArray[thiz->mNumBuffers + 1]) { 60 newRear = thiz->mArray 85 IBufferQueue *thiz = (IBufferQueue *) self; local 127 IBufferQueue *thiz = (IBufferQueue *) self; local 150 IBufferQueue *thiz = (IBufferQueue *) self; local 175 IBufferQueue *thiz = (IBufferQueue *) self; local 204 IBufferQueue *thiz = (IBufferQueue *) self; local [all...] |
IMIDITempo.c | 29 IMIDITempo *thiz = (IMIDITempo *) self; local 30 interface_lock_poke(thiz); 31 thiz->mTicksPerQuarterNote = tpqn; 32 interface_unlock_poke(thiz); 47 IMIDITempo *thiz = (IMIDITempo *) self; local 48 interface_lock_peek(thiz); 49 SLuint32 ticksPerQuarterNote = thiz->mTicksPerQuarterNote; 50 interface_unlock_peek(thiz); 67 IMIDITempo *thiz = (IMIDITempo *) self; local 68 interface_lock_poke(thiz); 85 IMIDITempo *thiz = (IMIDITempo *) self; local 106 IMIDITempo *thiz = (IMIDITempo *) self; local [all...] |
IAndroidEffectCapabilities.c | 30 IAndroidEffectCapabilities *thiz = (IAndroidEffectCapabilities *) self; local 31 interface_lock_shared(thiz); 33 *pNumSupportedAudioEffects = thiz->mNumFx; 36 interface_unlock_shared(thiz); 49 IAndroidEffectCapabilities *thiz = (IAndroidEffectCapabilities *) self; local 50 if (index > thiz->mNumFx) { 53 interface_lock_shared(thiz); 55 *pEffectType = (SLInterfaceID) &thiz->mFxDescriptors[index].type; 58 *pEffectImplementation = (SLInterfaceID) &thiz->mFxDescriptors[index].uuid; 61 int len = strlen(thiz->mFxDescriptors[index].name) 81 IAndroidEffectCapabilities *thiz = (IAndroidEffectCapabilities *) self; local 91 IAndroidEffectCapabilities *thiz = (IAndroidEffectCapabilities *) self; local 133 IAndroidEffectCapabilities *thiz = (IAndroidEffectCapabilities *) self; local [all...] |
I3DDoppler.c | 29 I3DDoppler *thiz = (I3DDoppler *) self; local 31 interface_lock_exclusive(thiz); 32 thiz->mVelocityCartesian = velocityCartesian; 33 thiz->mVelocityActive = CARTESIAN_SET_SPHERICAL_UNKNOWN; 34 interface_unlock_exclusive(thiz); 47 I3DDoppler *thiz = (I3DDoppler *) self; local 48 interface_lock_exclusive(thiz); 49 thiz->mVelocitySpherical.mAzimuth = azimuth; 50 thiz->mVelocitySpherical.mElevation = elevation; 51 thiz->mVelocitySpherical.mSpeed = speed 67 I3DDoppler *thiz = (I3DDoppler *) self; local 114 I3DDoppler *thiz = (I3DDoppler *) self; local 131 I3DDoppler *thiz = (I3DDoppler *) self; local 153 I3DDoppler *thiz = (I3DDoppler *) self; local [all...] |
IEnvironmentalReverb.c | 50 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 51 interface_lock_exclusive(thiz); 52 thiz->mProperties.roomLevel = room; 56 if (NO_ENVREVERB(thiz)) { 59 android::status_t status = android_erev_setParam(thiz->mEnvironmentalReverbEffect, 64 interface_unlock_exclusive(thiz); 78 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 79 interface_lock_shared(thiz); 83 if (NO_ENVREVERB(thiz)) { 86 android::status_t status = android_erev_getParam(thiz->mEnvironmentalReverbEffect 111 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 140 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 170 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 199 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 229 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 258 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 290 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 319 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 349 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 378 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 410 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 439 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 469 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 498 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 528 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 557 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 587 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 616 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 671 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 700 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 762 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 775 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local 784 IEnvironmentalReverb *thiz = (IEnvironmentalReverb *) self; local [all...] |
IEqualizer.c | 59 IEqualizer *thiz = (IEqualizer *) self; local 60 interface_lock_exclusive(thiz); 61 thiz->mEnabled = (SLboolean) enabled; 65 if (NO_EQ(thiz)) { 69 thiz->mEqEffect->setEnabled((bool) thiz->mEnabled); 73 interface_unlock_exclusive(thiz); 86 IEqualizer *thiz = (IEqualizer *) self; local 87 interface_lock_exclusive(thiz); 88 SLboolean enabled = thiz->mEnabled 114 IEqualizer *thiz = (IEqualizer *) self; local 132 IEqualizer *thiz = (IEqualizer *) self; local 149 IEqualizer *thiz = (IEqualizer *) self; local 182 IEqualizer *thiz = (IEqualizer *) self; local 217 IEqualizer *thiz = (IEqualizer *) self; local 253 IEqualizer *thiz = (IEqualizer *) self; local 296 IEqualizer *thiz = (IEqualizer *) self; local 346 IEqualizer *thiz = (IEqualizer *) self; local 382 IEqualizer *thiz = (IEqualizer *) self; local 417 IEqualizer *thiz = (IEqualizer *) self; local 435 IEqualizer *thiz = (IEqualizer *) self; local 479 IEqualizer *thiz = (IEqualizer *) self; local 507 IEqualizer *thiz = (IEqualizer *) self; local 516 IEqualizer *thiz = (IEqualizer *) self; local [all...] |
IMIDIMessage.c | 30 //IMIDIMessage *thiz = (IMIDIMessage *) self; 43 IMIDIMessage *thiz = (IMIDIMessage *) self; local 44 interface_lock_exclusive(thiz); 45 thiz->mMetaEventCallback = callback; 46 thiz->mMetaEventContext = pContext; 47 interface_unlock_exclusive(thiz); 59 IMIDIMessage *thiz = (IMIDIMessage *) self; local 60 interface_lock_exclusive(thiz); 61 thiz->mMessageCallback = callback; 62 thiz->mMessageContext = pContext 85 IMIDIMessage *thiz = (IMIDIMessage *) self; local 105 IMIDIMessage *thiz = (IMIDIMessage *) self; local 125 IMIDIMessage *thiz = (IMIDIMessage *) self; local [all...] |
IAndroidEffect.cpp | 28 IAndroidEffect *thiz = (IAndroidEffect *) self; local 29 if (SL_OBJECTID_AUDIOPLAYER == IObjectToObjectID(thiz->mThis)) { 30 CAudioPlayer *ap = (CAudioPlayer *)thiz->mThis; 32 result = android_genericFx_createEffect(thiz, effectImplementationId, ap->mSessionId); 36 } else if (SL_OBJECTID_OUTPUTMIX == IObjectToObjectID(thiz->mThis)) { 37 result = android_genericFx_createEffect(thiz, effectImplementationId, 54 IAndroidEffect *thiz = (IAndroidEffect *) self; local 55 result = android_genericFx_releaseEffect(thiz, effectImplementationId); 66 IAndroidEffect *thiz = (IAndroidEffect *) self; local 67 result = android_genericFx_setEnabled(thiz, effectImplementationId, enabled) 78 IAndroidEffect *thiz = (IAndroidEffect *) self; local 91 IAndroidEffect *thiz = (IAndroidEffect *) self; local 109 IAndroidEffect *thiz = (IAndroidEffect *) self; local 116 IAndroidEffect *thiz = (IAndroidEffect *) self; local [all...] |
I3DCommit.c | 26 I3DCommit *thiz = (I3DCommit *) self; local 27 IObject *thisObject = InterfaceToIObject(thiz); 29 if (thiz->mDeferred) { 30 SLuint32 myGeneration = thiz->mGeneration; 32 ++thiz->mWaiting; 34 } while (thiz->mGeneration == myGeneration); 47 I3DCommit *thiz = (I3DCommit *) self; local 48 IObject *thisObject = InterfaceToIObject(thiz); 50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize 65 I3DCommit *thiz = (I3DCommit *) self local [all...] |
IPitch.c | 26 IPitch *thiz = (IPitch *) self; local 28 if (!(thiz->mMinPitch <= pitch && pitch <= thiz->mMaxPitch)) { 31 interface_lock_poke(thiz); 32 thiz->mPitch = pitch; 33 interface_unlock_poke(thiz); 48 IPitch *thiz = (IPitch *) self; local 49 interface_lock_peek(thiz); 50 SLpermille pitch = thiz->mPitch; 51 interface_unlock_peek(thiz); 70 IPitch *thiz = (IPitch *) self; local 92 IPitch *thiz = (IPitch *) self; local [all...] |