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)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 111 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 528 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
542 if (dspFrames) {
543 *dspFrames = tmp;
    [all...]
AudioTrack.cpp 735 uint32_t dspFrames = 0;
739 AudioSystem::getRenderPosition(mOutput, &halFrames, &dspFrames);
741 *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/include/media/
AudioSystem.h 124 // - NO_ERROR: successful operation, halFrames and dspFrames point to valid data
131 size_t *dspFrames,
IAudioFlinger.h 170 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
  /frameworks/av/services/audioflinger/
AudioFlinger.h 189 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
Threads.h 449 status_t getRenderPosition(size_t *halFrames, size_t *dspFrames);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]

Completed in 281 milliseconds