OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRenderPosition
(Results
1 - 12
of
12
) sorted by null
/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));
/hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp
161
status_t AudioStreamOutStub::
getRenderPosition
(uint32_t *dspFrames)
A2dpAudioInterface.cpp
493
status_t A2dpAudioInterface::A2dpAudioStreamOut::
getRenderPosition
(uint32_t *driverFrames)
AudioDumpInterface.cpp
411
status_t AudioStreamOutDump::
getRenderPosition
(uint32_t *dspFrames)
413
if (mFinalStream != 0 ) return mFinalStream->
getRenderPosition
(dspFrames);
AudioHardwareGeneric.cpp
303
status_t AudioStreamOutGeneric::
getRenderPosition
(uint32_t *dspFrames)
/device/generic/goldfish/audio/
AudioHardwareGeneric.cpp
301
status_t AudioStreamOutGeneric::
getRenderPosition
(uint32_t *dspFrames)
/hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp
332
status_t AudioHardware::AudioStreamOutQ5V2::
getRenderPosition
(uint32_t *dspFrames)
/frameworks/base/media/libmedia/
AudioSystem.cpp
331
status_t AudioSystem::
getRenderPosition
(uint32_t *halFrames, uint32_t *dspFrames, int stream)
340
return af->
getRenderPosition
(halFrames, dspFrames, getOutput((audio_stream_type_t)stream));
IAudioFlinger.cpp
490
virtual status_t
getRenderPosition
(uint32_t *halFrames, uint32_t *dspFrames, int output)
921
status_t status =
getRenderPosition
(&halFrames, &dspFrames, output);
[
all
...]
/hardware/msm7k/libaudio/
AudioHardware.cpp
864
status_t AudioHardware::AudioStreamOutMSM72xx::
getRenderPosition
(uint32_t *dspFrames)
[
all
...]
/hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp
[
all
...]
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
880
status_t AudioFlinger::
getRenderPosition
(uint32_t *halFrames, uint32_t *dspFrames, int output)
888
return playbackThread->
getRenderPosition
(halFrames, dspFrames);
[
all
...]
Completed in 594 milliseconds