/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/com/android/ravenwood/ |
D | RavenwoodRuntimeNative.java | 34 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/ |
D | asset_manager.cpp | 154 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/ |
D | Asset.cpp | 341 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/ |
D | Os.java | 36 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { in lseek()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1432 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/ |
D | ravenwood_runtime.cpp | 118 static jlong nLseek(JNIEnv* env, jclass, jint fd, jlong offset, jint whence) { in nLseek()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
D | FwdLockFile.c | 316 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence) { in FwdLockFile_lseek()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 660 off64_t offset, int whence) {
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | file_test.cc | 687 fpos_t funopen_seek(void* cookie, fpos_t pos, int whence) { in funopen_seek()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.cpp | 1178 const char* const whence = __func__; in rankFrameRates() local
|
D | Scheduler.cpp | 601 static const auto& whence = __func__; in onHardwareVsyncRequest() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 1823 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1541 jint whence) { in NativeAssetSeek()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 1864 void MPEG4Writer::seekOrPostError(int fd, off64_t offset, int whence) { in seekOrPostError()
|