OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:afp
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.c
63
static int AudioFilePlayer_SetDestination (AudioFilePlayer *
afp
, AudioUnit *inDestUnit)
65
/*if (
afp
->mConnected) throw static_cast<OSStatus>(-1);*/ /* can't set dest if already engaged */
66
if (
afp
->mConnected)
69
SDL_memcpy(&
afp
->mPlayUnit, inDestUnit, sizeof (
afp
->mPlayUnit));
93
&
afp
->mFileDescription,
94
sizeof (
afp
->mFileDescription));
100
static void AudioFilePlayer_SetNotifier(AudioFilePlayer *
afp
, AudioFilePlayNotifier inNotifier, void *inRefCon)
102
afp
->mNotifier = inNotifier;
103
afp
->mRefCon = inRefCon
315
AudioFilePlayer *
afp
= (AudioFilePlayer *) SDL_malloc(sizeof (AudioFilePlayer));
local
[
all
...]
AudioFilePlayer.h
73
int (*SetDestination)(struct S_AudioFilePlayer *
afp
, AudioUnit *inDestUnit);
74
void (*SetNotifier)(struct S_AudioFilePlayer *
afp
, AudioFilePlayNotifier inNotifier, void *inRefCon);
75
void (*SetStartFrame)(struct S_AudioFilePlayer *
afp
, int frame); /* seek in the file */
76
int (*GetCurrentFrame)(struct S_AudioFilePlayer *
afp
); /* get the current frame position */
77
void (*SetStopFrame)(struct S_AudioFilePlayer *
afp
, int frame); /* set limit in the file */
78
int (*Connect)(struct S_AudioFilePlayer *
afp
);
79
void (*Disconnect)(struct S_AudioFilePlayer *
afp
);
80
void (*DoNotification)(struct S_AudioFilePlayer *
afp
, OSStatus inError);
81
int (*IsConnected)(struct S_AudioFilePlayer *
afp
);
82
AudioUnit (*GetDestUnit)(struct S_AudioFilePlayer *
afp
);
[
all
...]
AudioFileReaderThread.c
307
AudioFilePlayer *
afp
= (AudioFilePlayer *) theItem->GetParent(theItem);
local
308
afp
->DoNotification(
afp
, result);
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
113
if (p_cb->
afp
!= adv_policy)
115
p_cb->
afp
= adv_policy;
130
p_cb->
afp
);
261
p_cb->
afp
))
519
p_cb->
afp
);
[
all
...]
btm_ble_int.h
116
tBTM_BLE_AFP
afp
; /* advertising filter policy */
member in struct:__anon797
/external/netperf/
netserver.c
152
FILE *
afp
;
variable
Completed in 138 milliseconds