Searched defs:outputTrack (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp4286 OutputTrack *outputTrack = new OutputTrack(thread, local
4293 if (outputTrack->cblk() != NULL) {
4295 mOutputTracks.add(outputTrack);
4296 ALOGV("addOutputTrack() track %p, on thread %p", outputTrack, thread);

Completed in 69 milliseconds