Lines Matching full:timestamp
738 /* Poll for a timestamp on demand.
740 * or if you need to get the most recent timestamp outside of the event callback handler.
744 * Returns NO_ERROR if timestamp is valid.
749 * current time for the timestamp.
758 * The timestamp parameter is undefined on return, if status is not NO_ERROR.
760 status_t getTimestamp(AudioTimestamp& timestamp);
762 /* Return the extended timestamp, with additional timebase info and improved drain behavior.
765 * getTimestamp(@NonNull AudioTimestamp timestamp, @AudioTimestamp.Timebase int timebase)
767 * Some differences between this method and the getTimestamp(AudioTimestamp& timestamp) method
779 * timestamp: A pointer to the caller allocated ExtendedTimestamp.
781 * Returns NO_ERROR on success; timestamp is filled with valid data.
782 * BAD_VALUE if timestamp is NULL.
787 * current time for the timestamp.
788 * If WOULD_BLOCK is returned, the timestamp is still
797 * Use getTimestamp(AudioTimestamp& timestamp) instead.
799 status_t getTimestamp(ExtendedTimestamp *timestamp);
801 status_t getTimestamp_l(ExtendedTimestamp *timestamp);
1049 ExtendedTimestamp::Location mPreviousLocation; // location used for previous timestamp