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

  /external/chromium_org/content/renderer/media/
render_media_log_unittest.cc 58 AddEvent(media::MediaLogEvent::SEEK);
70 EXPECT_EQ(media::MediaLogEvent::SEEK, events[1].type);
80 AddEvent(media::MediaLogEvent::SEEK);
99 EXPECT_EQ(media::MediaLogEvent::SEEK, events[1].type);
  /external/chromium_org/media/base/
media_log_event.h 45 // params: "seek_target": <number of seconds to which to seek>.
46 SEEK,
media_log.cc 31 case MediaLogEvent::SEEK:
32 return "SEEK";
156 scoped_ptr<MediaLogEvent> event(CreateEvent(MediaLogEvent::SEEK));
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 82 _(SEEK),
  /external/chromium_org/content/browser/indexed_db/
indexed_db_cursor.cc 90 IndexedDBBackingStore::Cursor::SEEK,
indexed_db_backing_store.h 282 SEEK
300 bool Continue(leveldb::Status* s) { return Continue(NULL, NULL, SEEK, s); }
indexed_db_backing_store.cc 391 for (s = it->Seek(start_key);
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 138 action = MediaAction.SEEK;
MediaModel.java 64 SEEK,
VideoModel.java 186 action = MediaAction.SEEK;
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 165 } else if (action == MediaAction.SEEK) {
245 } else if (action == MediaAction.SEEK) {
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 198 SEEK,
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 232 #undef SEEK
260 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
364 #undef SEEK
398 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
444 #undef SEEK
479 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 1069 // If there was a seek request before we ever started,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 270 milliseconds