Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java192 mIndexFile.seek(0); in loadIndex()
193 mDataFile0.seek(0); in loadIndex()
194 mDataFile1.seek(0); in loadIndex()
288 mActiveDataFile.seek(mActiveBytes); in setActiveVariables()
303 mIndexFile.seek(0); in resetCache()
319 mDataFile0.seek(0); in resetCache()
320 mDataFile1.seek(0); in resetCache()
389 mActiveDataFile.seek(mFileOffset); in clearEntry()
493 file.seek(offset); in getBlob()
537 file.seek(oldPosition); in getBlob()
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DRadioAppServiceWrapper.java319 public void seek(boolean forward) { in seek() method in RadioAppServiceWrapper
320 seek(forward, null); in seek()
326 public void seek(boolean forward, @Nullable TuneCallback result) { in seek() method in RadioAppServiceWrapper
327 callService(service -> service.seek(forward, new TuneCallbackAdapter(result))); in seek()
DIRadioAppService.aidl52 void seek(boolean forward, in ITuneCallback callback); in seek() method
DRadioAppService.java321 public void seek(boolean forward, ITuneCallback callback) {
329 mRadioTuner.seek(forward, tuneCb.alsoCall(
DSkipController.java91 mService.seek(forward, callback); in skip()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DSampleChunk.java368 mAccessFile.seek(offset); in read()
393 mAccessFile.seek(mWriteOffset); in write()
DDvrStorageManager.java401 accessFile.seek(0); in updateIndexFile()
403 accessFile.seek(accessFile.length()); in updateIndexFile()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunk.java387 mAccessFile.seek(offset); in read()
427 mAccessFile.seek(mWriteOffset); in write()
DDvrStorageManager.java401 accessFile.seek(0); in updateIndexFile()
403 accessFile.seek(accessFile.length()); in updateIndexFile()
/packages/modules/adb/
Dbenchmark_device.py72 tmpfile.seek(0)
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DDrmConvertSession.java140 rndAccessFile.seek(convertedStatus.offset); in close()
/packages/apps/Car/Radio/src/com/android/car/radio/bands/
DAMFMProgramType.java72 tuner.seek(true, result); in tuneToDefault()
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
DFileTunerHal.java256 mAccessFile.seek(skipBytes); in openInputStream()
/packages/apps/Car/Radio/src/com/android/car/radio/platform/
DRadioTunerExt.java114 public void seek(boolean forward, @Nullable TuneCallback resultCb) { in seek() method
/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py161 bp_file.seek(0)
/packages/modules/Virtualization/microdroid/
DREADME.md65 $ adb shell 'dd if=/dev/zero of=/data/local/tmp/microdroid/userdata.img bs=1 count=0 seek=4G'
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackLayout.java180 presenter.seek(progress);
DVoicemailPlaybackPresenter.java744 public void seek(int position) { in seek() method in VoicemailPlaybackPresenter
/packages/modules/GeoTZ/s2storage/
DREADME.md95 The `{suffix}`, the final `{Y}` bits of the search S2 cell ID, is used to seek for a record
/packages/modules/DnsResolver/
Dstats.proto245 SYS_ESPIPE = 29; // Illegal seek
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE5 …is document does not create any kind of agent-client relationship. Please seek the advice of a sui…
/packages/modules/GeoTZ/output_data/odbl/
DLICENSE5 …is document does not create any kind of agent-client relationship. Please seek the advice of a sui…
/packages/modules/GeoTZ/tzbb_data/
DDATA_LICENSE5 …is document does not create any kind of agent-client relationship. Please seek the advice of a sui…
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/output_polygons/
DLICENSE5 …is document does not create any kind of agent-client relationship. Please seek the advice of a sui…
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/
DLICENSE5 …is document does not create any kind of agent-client relationship. Please seek the advice of a sui…

12