Home | History | Annotate | Download | only in objects

Lines Matching defs:thiz

26     CAudioPlayer *thiz = (CAudioPlayer *) self;
30 result = android_audioPlayer_realize(thiz, async);
34 result = SndFile_Realize(thiz);
57 CAudioPlayer *thiz = (CAudioPlayer *) self;
59 android_audioPlayer_destroy(thiz);
61 freeDataLocatorFormat(&thiz->mDataSource);
62 freeDataLocatorFormat(&thiz->mDataSink);
64 SndFile_Destroy(thiz);
73 CAudioPlayer *thiz = (CAudioPlayer *) self;
75 android_audioPlayer_preDestroy(thiz);
80 Track *track = thiz->mTrack;
88 assert(audioPlayer == thiz);
90 thiz->mDestroyRequested = true;
91 while (thiz->mDestroyRequested) {