OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afp
(Results
1 - 4
of
4
) sorted by null
/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
...]
AudioFilePlayer.h
66
int (*SetDestination)(struct S_AudioFilePlayer *
afp
, AudioUnit *inDestUnit);
67
void (*SetNotifier)(struct S_AudioFilePlayer *
afp
, AudioFilePlayNotifier inNotifier, void *inRefCon);
68
void (*SetStartFrame)(struct S_AudioFilePlayer *
afp
, int frame); /* seek in the file */
69
int (*GetCurrentFrame)(struct S_AudioFilePlayer *
afp
); /* get the current frame position */
70
void (*SetStopFrame)(struct S_AudioFilePlayer *
afp
, int frame); /* set limit in the file */
71
int (*Connect)(struct S_AudioFilePlayer *
afp
);
72
void (*Disconnect)(struct S_AudioFilePlayer *
afp
);
73
void (*DoNotification)(struct S_AudioFilePlayer *
afp
, OSStatus inError);
74
int (*IsConnected)(struct S_AudioFilePlayer *
afp
);
75
AudioUnit (*GetDestUnit)(struct S_AudioFilePlayer *
afp
);
[
all
...]
AudioFileReaderThread.c
307
AudioFilePlayer *
afp
= (AudioFilePlayer *) theItem->GetParent(theItem);
local
308
afp
->DoNotification(
afp
, result);
/external/netperf/
netserver.c
152
FILE *
afp
;
variable
Completed in 52 milliseconds