OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:afp
(Results
1 - 3
of
3
) sorted by null
/external/netperf/
netserver.c
152
FILE *
afp
;
variable
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c
62
static int AudioFilePlayer_SetDestination (AudioFilePlayer *
afp
, AudioUnit *inDestUnit)
64
/*if (
afp
->mConnected) throw static_cast<OSStatus>(-1);*/ /* can't set dest if already engaged */
65
if (
afp
->mConnected)
68
SDL_memcpy(&
afp
->mPlayUnit, inDestUnit, sizeof (
afp
->mPlayUnit));
92
&
afp
->mFileDescription,
93
sizeof (
afp
->mFileDescription));
99
static void AudioFilePlayer_SetNotifier(AudioFilePlayer *
afp
, AudioFilePlayNotifier inNotifier, void *inRefCon)
101
afp
->mNotifier = inNotifier;
102
afp
->mRefCon = inRefCon
309
AudioFilePlayer *
afp
= (AudioFilePlayer *) SDL_malloc(sizeof (AudioFilePlayer));
local
[
all
...]
AudioFileReaderThread.c
307
AudioFilePlayer *
afp
= (AudioFilePlayer *) theItem->GetParent(theItem);
local
308
afp
->DoNotification(
afp
, result);
Completed in 30 milliseconds