Home | History | Annotate | Download | only in libmedia

Lines Matching defs:createTrack_l

63     // FIXME merge with similar code in createTrack_l(), except we're missing
64 // some information here that is available in createTrack_l():
375 // (a) createTrack_l doesn't need it as an input parameter
387 // mFrameCount is initialized in createTrack_l
414 status = createTrack_l();
921 status_t AudioTrack::createTrack_l()
979 ALOGV("createTrack_l() output %d afLatency %d", output, afLatency);
1606 // mFlags is also assigned by createTrack_l(), but not the bit we care about.
1829 // output parameters in createTrack_l()
1840 // If a new IAudioTrack is successfully created, createTrack_l() will modify the
1844 result = createTrack_l();