HomeSort by relevance Sort by last modified time
    Searched full:seek (Results 151 - 175 of 644) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/widget/
SeekBar.java 97 * @param l The seek bar notification listener
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 121 * The function to seek the current file pointer, this function should be implement by out module,
125 * \param offset The offset from the start position to be seek.
128 * -0, if seek operation success.
129 * -(-1), if seek operation fail.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uios.h 62 /// Seek directions, equivalent to SEEK_SET, SEEK_CUR, and SEEK_END.
fstream.cpp 136 off_t fstream::seek (off_t n, seekdir whence) function in class:ustl::fstream
140 set_and_throw (failbit, "seek");
  /external/opencore/android/
playerdriver.cpp 544 LOGW("Seek denied");
886 // Signalling seek complete to continue obtaining the current position
894 // if we are at the end, seek to the beginning first
917 // Cache the most recent seek request
943 // In the pause state, get the progress bar position from the recent seek value
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 382 mService.seek(mPosOverride);
434 mService.seek(0);
723 mService.seek(mService.position() + dir * 5);
743 mService.seek(mService.duration() * seekpercentage / 100);
768 mService.seek(0);
887 // seek at 10x speed for the first 5 seconds
890 // seek at 40x after that
902 mService.seek(newpos);
    [all...]
  /external/astl/include/
ios_base.h 171 // app: seek to end before each write.
172 // ate: open and seek to end imediately after opening.
  /external/bluetooth/glib/build/win32/dirent/
dirent.c 300 * Seek to an entry previously returned by telldir. We rewind the directory
325 /* Seek past end. */
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 77 /* Seek to the start */
198 /* Seek to start */
  /external/opencore/fileformats/common/parser/include/
pvfile.h 212 OSCL_IMPORT_REF int32 Seek(int32 offset, Oscl_File::seek_type origin);
241 // like a seek but read pointer doesn't change
  /external/opencore/fileformats/id3parcom/include/
pv_id3_parcom_constants.h 166 #define ID3_FRAME_ID_SEEK "SEEK"
254 #define ID3_V2_4_SEEK_FRAME "SEEK"
  /external/qemu/distrib/zlib-1.2.3/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 257 virtual void Seek(size_t a) {
262 aiter_->Seek(a - 1);
  /external/stlport/stlport/stl/
_fstream.c 303 // Seek to beginning or end, regardless of whether we're in input mode.
308 // Seek relative to current position. Complicated if we're in input mode.
427 // immediately after a seek.
450 // immediately after a seek.
459 // In append mode, every write does an implicit seek to the end
481 // seek.
576 // seek.
697 // Helper functiosn for seek and imbue
  /external/svox/pico/lib/
picopal.h 176 /* seek modes to be used with the 'FSeek' procedure */
177 #define PICOPAL_SEEK_SET 0 /* absolut seek position */
  /external/v8/src/
unicode.h 148 virtual void Seek(unsigned);
182 void Seek(unsigned position);
  /external/webkit/WebCore/css/
CSSValueKeywords.in 567 media-seek-back-button
568 media-seek-forward-button
  /external/webkit/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 206 void WebMediaPlayerClientImpl::seek(float time) function in class:WebKit::WebMediaPlayerClientImpl
209 m_webMediaPlayer->seek(time);
  /external/zlib/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
zconf.in.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 74 /** enumeration of origin types used in the CP_PIPETYPE's Seek function
149 /** Seek to certain position in the content relative to the specified origin. */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
zconf.h 296 # define SEEK_SET 0 /* Seek from beginning of file. */
297 # define SEEK_CUR 1 /* Seek from current position. */

Completed in 314 milliseconds

1 2 3 4 5 67 8 91011>>