OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoNotification
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.h
73
void (*
DoNotification
)(struct S_AudioFilePlayer *afp, OSStatus inError);
AudioFileReaderThread.c
308
afp->
DoNotification
(afp, result);
443
afm->mParent->
DoNotification
(afm->mParent, kAudioFilePlayErr_FilePlayUnderrun);
465
afm->mParent->
DoNotification
(afm->mParent, kAudioFilePlay_FileIsFinished);
530
afm->mParent->
DoNotification
(afm->mParent, result);
AudioFilePlayer.c
322
SET_AUDIOFILEPLAYER_METHOD(
DoNotification
);
Completed in 10 milliseconds