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

  /frameworks/av/media/libaudioclient/include/media/
AudioSystem.h 125 // For output threads without a fast mixer, or for input, this is same as getFrameCountHAL().
176 static status_t getFrameCountHAL(audio_io_handle_t ioHandle,
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 437 status_t AudioSystem::getFrameCountHAL(audio_io_handle_t ioHandle,
449 ALOGE("AudioSystem::getFrameCountHAL failed for ioHandle %d", ioHandle);
453 ALOGV("getFrameCountHAL() ioHandle %d, frameCount %zu", ioHandle, *frameCount);
    [all...]
AudioTrack.cpp     [all...]

Completed in 422 milliseconds