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

123

/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java65 public synchronized int getSize() { method in class:WebBackForwardList
H A DWebBackForwardListClassic.java49 if (index < 0 || index >= getSize()) {
55 public synchronized int getSize() { method in class:WebBackForwardListClassic
138 int size = getSize();
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/base/media/java/android/media/
H A DDataSource.java42 public long getSize(); method in interface:DataSource
/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/av/media/libstagefright/
H A DThrottledSource.cpp69 status_t ThrottledSource::getSize(off64_t *size) { function in class:android::ThrottledSource
70 return mSource->getSize(size);
H A DFileSource.cpp118 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
/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 DPathRenderer.h53 unsigned int getSize() { return mSize; } function in class:android::uirenderer::VertexBuffer
H A DLayerCache.cpp53 uint32_t LayerCache::getSize() { function in class:android::uirenderer::LayerCache
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
/frameworks/compile/mclinker/include/mcld/LD/
H A DFillFragment.h34 uint64_t getSize() const { return m_Size; } function in class:mcld::FillFragment
/frameworks/native/include/utils/
H A DFlattenable.h80 inline size_t getSize() const;
94 inline size_t LightFlattenable<T>::getSize() const { function in class:android::LightFlattenable
95 return static_cast<T const*>(this)->T::getSize();
117 inline size_t getSize() const { function in class:android::LightFlattenablePod
/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.h52 size_t getSize() const function in class:mcld::GOTEntry
H A DPLT.h47 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/native/libs/gui/
H A DSensor.cpp101 size_t Sensor::getSize() const function in class:android::Sensor
/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()");

Completed in 264 milliseconds

123