Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-common-src/com/android/ravenwood/common/
DRavenwoodRuntimeNative.java34 public static native long nLseek(int fd, long offset, int whence); in nLseek()
42 public static long lseek(FileDescriptor fd, long offset, int whence) { in lseek()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOs.java29 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.cpp343 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek()
543 off64_t _FileAsset::seek(off64_t offset, int whence) in seek()
864 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_runtime.cpp59 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/native/services/surfaceflinger/
DSurfaceFlinger.cpp1374 const char* const whence = __func__; in setActiveModeFromBackdoor() local
1561 const char* const whence = __func__; in disableExpensiveRendering() local
1603 const char* const whence = __func__; in setActiveColorMode() local
1684 const char* const whence = __func__; in setBootDisplayMode() local
1712 const char* const whence = __func__; in clearBootDisplayMode() local
1811 const char* const whence = __func__; in setAutoLowLatencyMode() local
1822 const char* const whence = __func__; in setGameContentType() local
1876 const char* const whence = __func__; in setDisplayContentSamplingEnabled() local
2022 const char* const whence = __func__; in setDisplayBrightness() local
2294 const char* const whence = __func__; in onRefreshRateChangedDebug() local
[all …]
/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.cpp1155 const char* const whence = __func__; in rankFrameRates() local
DScheduler.cpp554 static const auto& whence = __func__; in onHardwareVsyncRequest() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java1777 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1507 jint whence) { in NativeAssetSeek()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1817 void MPEG4Writer::seekOrPostError(int fd, off64_t offset, int whence) { in seekOrPostError()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...