Searched refs:seek (Results 1 - 12 of 12) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmNative.java69 * seek with frequency in direction
76 static native float seek(float frequency, boolean isUp); method in class:FmNative
86 * Stop scan, also can stop seek, other native when scan should call stop
H A DFmService.java78 private static final String FM_SEEK_PREVIOUS = "fmradio.seek.previous";
79 private static final String FM_SEEK_NEXT = "fmradio.seek.next";
149 // Record whether FM is in native seek
764 * @return the frequency after seek
784 float fRet = FmNative.seek(frequency, isUp);
863 * Check FM is in seek progress or not
865 * @return true if in seek progress, otherwise return false.
1568 Log.d(TAG, "startRdsThread, seek or scan going, no need to tune here");
1578 Log.d(TAG, "startRdsThread, seek or scan not going,"
2420 // seek t
[all...]
/packages/apps/Music/src/com/android/music/
H A DIMediaPlaybackService.aidl35 long seek(long pos);
H A DMediaPlaybackService.java215 seek(0);
295 seek(0);
568 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0);
656 seek(0);
674 seek(0);
1081 seek(bookmark - 5000);
1832 * @param pos The position to seek to, in milliseconds
1834 public long seek(long pos) { method in class:MediaPlaybackService
1838 return mPlayer.seek(pos);
2012 public long seek(lon method in class:MediaPlaybackService.MultiPlayer
2156 public long seek(long pos) { method in class:MediaPlaybackService.ServiceStub
[all...]
H A DMediaPlaybackActivity.java377 mService.seek(mPosOverride);
429 mService.seek(0);
722 mService.seek(mService.position() + dir * 5);
742 mService.seek(mService.duration() * seekpercentage / 100);
767 mService.seek(0);
886 // seek at 10x speed for the first 5 seconds
889 // seek at 40x after that
901 mService.seek(newpos);
925 // seek at 10x speed for the first 5 seconds
928 // seek a
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java192 mIndexFile.seek(0);
193 mDataFile0.seek(0);
194 mDataFile1.seek(0);
288 mActiveDataFile.seek(mActiveBytes);
303 mIndexFile.seek(0);
319 mDataFile0.seek(0);
320 mDataFile1.seek(0);
389 mActiveDataFile.seek(mFileOffset);
493 file.seek(offset);
537 file.seek(oldPositio
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DDrmConvertSession.java140 rndAccessFile.seek(convertedStatus.offset);
/packages/apps/FMRadio/jni/fmr/
H A Dlibfm_jni.cpp83 jfloat seek(JNIEnv *env, jobject thiz, jfloat freq, jboolean isUp) //jboolean isUp; function
99 ret_freq = tmp_freq; //seek error, so use original freq
342 {"seek", "(FZ)F", (void*)seek }, //6
H A Dfmr.h104 int (*seek)(int fd, int *freq, int band, int dir, int lev); member in struct:fm_cbk_tbl
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
H A DStrictModeActivity.java437 raf.seek(0);
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java302 raf.seek(0);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 626 milliseconds