Searched defs:whence (Results 1 – 10 of 10) sorted by relevance
/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 | 343 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/ |
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 | 658 off64_t offset, int whence) {
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1265 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/ |
D | RefreshRateSelector.cpp | 960 const char* const whence = __func__; in rankFrameRates() local
|
D | Scheduler.cpp | 502 static const auto& whence = __func__; in onHardwareVsyncRequest() local
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 1659 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1474 jint whence) { in NativeAssetSeek()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 1799 void MPEG4Writer::seekOrPostError(int fd, off64_t offset, int whence) { in seekOrPostError()
|