Home
last modified time | relevance | path

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

/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/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.cpp658 off64_t offset, int whence) {
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1265 const char* const whence = __func__; in setActiveModeFromBackdoor() local
1459 const char* const whence = __func__; in disableExpensiveRendering() local
1501 const char* const whence = __func__; in setActiveColorMode() local
1582 const char* const whence = __func__; in setBootDisplayMode() local
1610 const char* const whence = __func__; in clearBootDisplayMode() local
1709 const char* const whence = __func__; in setAutoLowLatencyMode() local
1720 const char* const whence = __func__; in setGameContentType() local
1774 const char* const whence = __func__; in setDisplayContentSamplingEnabled() local
1933 const char* const whence = __func__; in setDisplayBrightness() local
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp960 const char* const whence = __func__; in rankFrameRates() local
DScheduler.cpp502 static const auto& whence = __func__; in onHardwareVsyncRequest() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java1659 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1474 jint whence) { in NativeAssetSeek()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1799 void MPEG4Writer::seekOrPostError(int fd, off64_t offset, int whence) { in seekOrPostError()