Searched refs:fromStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DAudioTrack.h496 status_t restoreTrack_l(audio_track_cblk_t*& cblk, bool fromStart);
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1327 status_t AudioTrack::restoreTrack_l(audio_track_cblk_t*& cblk, bool fromStart) argument
1333 fromStart ? "start()" : "obtainBuffer()", gettid());
1367 if (!fromStart) {
1392 if (fromStart && result == NO_ERROR) {

Completed in 51 milliseconds