HomeSort by relevance Sort by last modified time
    Searched defs:seekpos (Results 26 - 35 of 35) sorted by null

12

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, function in class:_Traits
_sstream.c 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { function in class:_Alloc
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 462 ed.putLong("seekpos", mPlayer.position());
561 long seekpos = mPreferences.getLong("seekpos", 0); local
562 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0);
565 + " (requested " + seekpos + ")");
    [all...]

Completed in 928 milliseconds

12