Searched refs:getOutputLatency (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libmedia/
H A DAudioTrack.cpp61 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
162 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
680 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
H A DAudioSystem.cpp284 status_t AudioSystem::getOutputLatency(uint32_t* latency, int streamType) function in class:android::AudioSystem
310 LOGV("getOutputLatency() streamType %d, output %d, latency %d", streamType, output, *latency);
/frameworks/base/include/media/
H A DAudioSystem.h226 static status_t getOutputLatency(uint32_t* latency, int stream = DEFAULT);
/frameworks/base/packages/TtsService/jni/
H A Dandroid_tts_SynthProxy.cpp225 if (AudioSystem::getOutputLatency(&afLatency, mStreamType) != NO_ERROR) {

Completed in 12 milliseconds