HomeSort by relevance Sort by last modified time
    Searched refs:dspFrames (Results 1 - 19 of 19) sorted by null

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 97 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioHardwareStub.h 44 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioDumpInterface.h 60 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioHardwareGeneric.h 61 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioDumpInterface.cpp 411 status_t AudioStreamOutDump::getRenderPosition(uint32_t *dspFrames)
413 if (mFinalStream != 0 ) return mFinalStream->getRenderPosition(dspFrames);
AudioHardwareStub.cpp 161 status_t AudioStreamOutStub::getRenderPosition(uint32_t *dspFrames)
AudioHardwareGeneric.cpp 303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames)
  /frameworks/av/include/media/
IAudioFlinger.h 169 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
AudioSystem.h 124 // - NO_ERROR: successful operation, halFrames and dspFrames point to valid data
131 size_t *dspFrames,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 111 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 526 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
540 if (dspFrames) {
541 *dspFrames = tmp;
    [all...]
AudioTrack.cpp 726 uint32_t dspFrames = 0;
730 AudioSystem::getRenderPosition(mOutput, &halFrames, &dspFrames);
732 *position = dspFrames;
    [all...]
AudioSystem.cpp 374 size_t *dspFrames, audio_stream_type_t stream)
387 return af->getRenderPosition(halFrames, dspFrames, output);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames)
380 *dspFrames = mFrameCount;
AudioHardwareALSA.h 334 virtual status_t getRenderPosition(uint32_t *dspFrames);
  /frameworks/av/services/audioflinger/
AudioFlinger.h 188 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
Threads.h 445 status_t getRenderPosition(size_t *halFrames, size_t *dspFrames);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]

Completed in 2155 milliseconds