Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/
DRavenwoodRuntimeNative.java34 private static native long nLseek(int fd, long offset, int whence) throws ErrnoException; in nLseek()
71 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
/frameworks/base/native/android/
Dasset_manager.cpp154 off_t AAsset_seek(AAsset* asset, off_t offset, int whence) in AAsset_seek()
159 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence) in AAsset_seek64()
/frameworks/base/libs/androidfw/
DAsset.cpp341 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek()
541 off64_t _FileAsset::seek(off64_t offset, int whence) in seek()
862 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOs.java36 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1432 const char* const whence = __func__; in setActiveModeFromBackdoor() local
1628 const char* const whence = __func__; in disableExpensiveRendering() local
1670 const char* const whence = __func__; in setActiveColorMode() local
1770 const char* const whence = __func__; in setBootDisplayMode() local
1798 const char* const whence = __func__; in clearBootDisplayMode() local
1897 const char* const whence = __func__; in setAutoLowLatencyMode() local
1908 const char* const whence = __func__; in setGameContentType() local
1921 const char* const whence = __func__; in getMaxLayerPictureProfiles() local
1980 const char* const whence = __func__; in setDisplayContentSamplingEnabled() local
2126 const char* const whence = __func__; in setDisplayBrightness() local
[all …]
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_runtime.cpp118 static jlong nLseek(JNIEnv* env, jclass, jint fd, jlong offset, jint whence) { in nLseek()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c316 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence) { in FwdLockFile_lseek()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp660 off64_t offset, int whence) {
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc687 fpos_t funopen_seek(void* cookie, fpos_t pos, int whence) { in funopen_seek()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp1178 const char* const whence = __func__; in rankFrameRates() local
DScheduler.cpp601 static const auto& whence = __func__; in onHardwareVsyncRequest() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java1823 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1541 jint whence) { in NativeAssetSeek()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1864 void MPEG4Writer::seekOrPostError(int fd, off64_t offset, int whence) { in seekOrPostError()