HomeSort by relevance Sort by last modified time
    Searched refs:getOutputLatency (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libmedia/
AudioTrack.cpp 61 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
162 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
680 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) {
    [all...]
AudioSystem.cpp 284 status_t AudioSystem::getOutputLatency(uint32_t* latency, int streamType)
310 LOGV("getOutputLatency() streamType %d, output %d, latency %d", streamType, output, *latency);
  /frameworks/base/include/media/
AudioSystem.h 226 static status_t getOutputLatency(uint32_t* latency, int stream = DEFAULT);
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 225 if (AudioSystem::getOutputLatency(&afLatency, mStreamType) != NO_ERROR) {
  /system/media/opensles/libopensles/
android_AudioPlayer.cpp 38 if (android::AudioSystem::getOutputLatency(&afLatency,
    [all...]

Completed in 37 milliseconds