Searched defs:getSize (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/media/tests/omxjpegdecoder/
H A DSkOmxPixelRef.h34 size_t getSize() const { return mSize; } function in class:android::SkOmxPixelRef
H A DStreamSource.cpp48 status_t StreamSource::getSize(off64_t *size) { function in class:android::StreamSource
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource
/frameworks/base/libs/hwui/
H A DFboCache.cpp50 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
H A DPatchCache.h56 uint32_t getSize() const { function in class:android::uirenderer::PatchCache
H A DTextDropShadowCache.cpp64 uint32_t TextDropShadowCache::getSize() { function in class:android::uirenderer::TextDropShadowCache
H A DGradientCache.cpp65 uint32_t GradientCache::getSize() { function in class:android::uirenderer::GradientCache
H A DLayerCache.cpp53 uint32_t LayerCache::getSize() { function in class:android::uirenderer::LayerCache
H A DTextureCache.cpp82 uint32_t TextureCache::getSize() { function in class:android::uirenderer::TextureCache
/frameworks/av/media/libstagefright/
H A DThrottledSource.cpp75 status_t ThrottledSource::getSize(off64_t *size) { function in class:android::ThrottledSource
76 return mSource->getSize(size);
H A DFileSource.cpp118 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
H A DDataSource.cpp61 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java94 public int getSize() { method in class:SoftInputWindow
/frameworks/base/core/java/android/text/style/
H A DAbsoluteSizeSpan.java64 public int getSize() { method in class:AbsoluteSizeSpan
H A DReplacementSpan.java25 public abstract int getSize(Paint paint, CharSequence text, method in class:ReplacementSpan
H A DDynamicDrawableSpan.java77 public int getSize(Paint paint, CharSequence text, method in class:DynamicDrawableSpan
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h51 size_t getSize() const function in class:mcld::GOTEntry
H A DPLT.h45 size_t getSize() const function in class:mcld::PLTEntry
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java70 if (index < 0 || index >= getSize()) {
80 public synchronized int getSize() { method in class:WebBackForwardList
168 int size = getSize();
/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp165 status_t BufferQueueSource::getSize(off64_t *size) { function in class:android::BufferQueueSource
166 SL_LOGD("BufferQueueSource::getSize()");
/frameworks/base/core/java/android/text/
H A DAutoText.java120 public static int getSize(View view) { method in class:AutoText
122 return getInstance(view).getSize();
128 private int getSize() { method in class:AutoText
/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h144 word_t getSize() const { function in class:ELFSectionHeader
195 xword_t getSize() const { function in class:ELFSectionHeader
H A DELFSymbol.h110 symsize_t getSize() const { function in class:ELFSymbol_CRTP

Completed in 513 milliseconds

123