OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustDelay
(Results
1 - 3
of
3
) sorted by null
/device/asus/fugu/libaudio/
AudioOutput.h
70
void
adjustDelay
(int32_t nFrames);
AudioOutput.cpp
149
void AudioOutput::
adjustDelay
(int32_t nFrames) {
154
ALOGI("
adjustDelay
%s %d", getOutputName(), nFrames);
158
ALOGW("
adjustDelay
%s %d, ignoring negative adjustment",
AudioStreamOut.cpp
564
(*I)->
adjustDelay
(((int32_t)padAmt));
623
// less than full and let the
adjustDelay
mechanism take care of the rest.
Completed in 148 milliseconds