Searched refs:inRefCon (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.h57 typedef void (*AudioFilePlayNotifier)(void *inRefCon,
74 void (*SetNotifier)(struct S_AudioFilePlayer *afp, AudioFilePlayNotifier inNotifier, void *inRefCon);
161 OSStatus (*FileInputProc)(void *inRefCon,
H A DAudioFilePlayer.c100 static void AudioFilePlayer_SetNotifier(AudioFilePlayer *afp, AudioFilePlayNotifier inNotifier, void *inRefCon) argument
103 afp->mRefCon = inRefCon;
H A DAudioFileReaderThread.c69 void* (*DiskReaderEntry)(void *inRefCon);
234 static void *FileReaderThread_DiskReaderEntry (void *inRefCon) argument
236 FileReaderThread *frt = (FileReaderThread *)inRefCon;
511 static OSStatus AudioFileManager_FileInputProc (void *inRefCon, argument
518 AudioFileManager* afm = (AudioFileManager*)inRefCon;
H A DCDPlayer.c72 static void FilePlayNotificationHandler (void* inRefCon, OSStatus inStatus);
74 static int RunCallBackThread (void* inRefCon);
592 static void FilePlayNotificationHandler(void * inRefCon, OSStatus inStatus) argument
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.c96 static OSStatus audioCallback (void *inRefCon, argument
103 SDL_AudioDevice *this = (SDL_AudioDevice *)inRefCon;
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c342 static OSStatus RenderProc( void *inRefCon, argument

Completed in 169 milliseconds