Lines Matching refs:nsecs_t
60 void setDuration(nsecs_t durationInMs);
61 nsecs_t duration() { return mDuration; } in duration()
62 void setStartDelay(nsecs_t startDelayInMs);
63 nsecs_t startDelay() { return mStartDelay; } in startDelay()
85 nsecs_t getRemainingPlayTime();
135 virtual void onPlayTimeChanged(nsecs_t playTime) {} in onPlayTimeChanged()
149 nsecs_t mStartTime;
150 nsecs_t mDuration;
151 nsecs_t mStartDelay;
155 nsecs_t mPlayTime;
175 bool updatePlayTime(nsecs_t playTime);