HomeSort by relevance Sort by last modified time
    Searched refs:getRenderPosition (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebCore/rendering/
RenderDetails.cpp 61 beforeChild = getRenderPosition(m_mainSummary);
100 RenderObject* RenderDetails::getRenderPosition(RenderObject* object)
125 contentBlock()->addChild(m_mainSummary, getRenderPosition(m_mainSummary));
RenderDetails.h 55 RenderObject* getRenderPosition(RenderObject*);
  /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)
A2dpAudioInterface.cpp 493 status_t A2dpAudioInterface::A2dpAudioStreamOut::getRenderPosition(uint32_t *driverFrames)
AudioHardwareGeneric.cpp 303 status_t AudioStreamOutGeneric::getRenderPosition(uint32_t *dspFrames)
audio_hw_hal.cpp 248 return out->legacy_out->getRenderPosition(dsp_frames);
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h 120 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioHardware.cpp 332 status_t AudioHardware::AudioStreamOutQ5V2::getRenderPosition(uint32_t *dspFrames)
  /frameworks/av/include/media/
IAudioFlinger.h 158 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
AudioSystem.h 131 static status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 111 virtual status_t getRenderPosition(uint32_t *dspFrames) = 0;
  /hardware/msm7k/libaudio/
AudioHardware.h 182 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioHardware.cpp 864 status_t AudioHardware::AudioStreamOutMSM72xx::getRenderPosition(uint32_t *dspFrames)
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 259 virtual status_t getRenderPosition(uint32_t *dspFrames);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 334 virtual status_t getRenderPosition(uint32_t *dspFrames);
AudioStreamOutALSA.cpp 378 status_t AudioStreamOutALSA::getRenderPosition(uint32_t *dspFrames)
  /frameworks/av/media/libmedia/
AudioSystem.cpp 364 status_t AudioSystem::getRenderPosition(size_t *halFrames, size_t *dspFrames,
374 return af->getRenderPosition(halFrames, dspFrames, getOutput(stream));
IAudioFlinger.cpp 494 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 183 virtual status_t getRenderPosition(size_t *halFrames, size_t *dspFrames,
Threads.h 415 status_t getRenderPosition(size_t *halFrames, size_t *dspFrames);
    [all...]

Completed in 236 milliseconds

1 2