HomeSort by relevance Sort by last modified time
    Searched defs:afp (Results 1 - 4 of 4) sorted by null

  /external/netperf/
netserver.c 152 FILE *afp; variable
  /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...]
AudioFileReaderThread.c 307 AudioFilePlayer *afp = (AudioFilePlayer *) theItem->GetParent(theItem); local
308 afp->DoNotification(afp, result);
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h 123 tBTM_BLE_AFP afp; /* advertising filter policy */ member in struct:__anon2563

Completed in 150 milliseconds