Lines Matching refs:start

62                                     // loop start if loop count was not 0 for a static track.
252 * The memory should be initialized to the desired data before calling start().
394 /* After it's created the track is not active. Call start() to
395 * make it active. If set, the callback will start being called.
398 status_t start();
421 * and then the track is marked as paused. It can be resumed with ramp up by start().
472 /* Enables looping and sets the start and end points of looping.
477 * loopStart: loop start in frames relative to start of buffer.
478 * loopEnd: loop end in frames relative to start of buffer.
534 * position: New playback head position in frames relative to start of buffer.
546 /* Return the total number of frames played since playback start.
561 * relative to start of buffer. It is analogous to the position units used by
735 * or any other error code returned by IAudioTrack::start() or restoreTrack_l().
782 * start/ACTIVE, when the number of frames consumed is less than the
809 * A following start() resets the frame position to 0.
822 * WOULD_BLOCK if called immediately after start() when the number
889 * a start() command. The underlying implementation checks a nonzero timestamp position
901 * In all cases, hasStarted() may turn false briefly after a subsequent start() is called
1113 int64_t mStartFromZeroUs; // the start time after flush or stop,
1116 int64_t mStartNs; // the time when start() is called.
1117 ExtendedTimestamp mStartEts; // Extended timestamp at start for normal
1119 AudioTimestamp mStartTs; // Timestamp at start for offloaded or direct
1131 // the start() following stop(). It is not
1135 // restoring AudioTrack, or stop/start.
1154 int mPreviousPriority; // before start()