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

  /frameworks/av/services/audioflinger/
PlaybackTracks.h 104 // audioHalFrames is derived from output latency
106 bool presentationComplete(size_t framesWritten, size_t audioHalFrames);
Tracks.cpp 869 size_t audioHalFrames)
881 mPresentationCompleteFrames = framesWritten + audioHalFrames;
882 ALOGV("presentationComplete() reset: mPresentationCompleteFrames %d audioHalFrames %d",
883 mPresentationCompleteFrames, audioHalFrames);
    [all...]
Threads.cpp     [all...]

Completed in 86 milliseconds