HomeSort by relevance Sort by last modified time
    Searched refs:time_us (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/media/
IMediaSource.h 71 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
73 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
  /frameworks/av/include/media/stagefright/
AudioPlayer.h 60 status_t seekTo(int64_t time_us);
  /frameworks/av/media/libmedia/
IMediaSource.cpp 436 void IMediaSource::ReadOptions::setSeekTo(int64_t time_us, SeekMode mode) {
438 mSeekTimeUs = time_us;
449 int64_t *time_us, SeekMode *mode) const {
450 *time_us = mSeekTimeUs;
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 645 status_t AudioPlayer::seekTo(int64_t time_us) {
648 ALOGV("seekTo( %" PRId64 " )", time_us);
653 mSeekTimeUs = time_us;
654 mStartPosUs = time_us;
  /device/google/contexthub/sensorhal/
hubconnection.h 65 void *, uint64_t time_us, bool is_flush, float x, float y, float z);
  /device/google/dragon/recovery/updater/
ec_commands.h 2311 uint32_t time_us; member in struct:ec_params_keyscan_seq_ctrl::__anon3184::__anon3186
    [all...]

Completed in 379 milliseconds