Searched defs:getSize (Results 26 - 50 of 86) sorted by relevance

1234

/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/av/media/libmedia/
H A DIMediaHTTPConnection.cpp118 virtual off64_t getSize() { function in struct:android::BpMediaHTTPConnection
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp117 status_t MediaHTTP::getSize(off64_t *size) { function in class:android::MediaHTTP
126 mCachedSize = mHTTPConnection->getSize();
/frameworks/base/core/java/android/hardware/camera2/params/
H A DMeteringRectangle.java205 public Size getSize() { method in class:MeteringRectangle
/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/base/libs/hwui/
H A DLayerCache.cpp56 uint32_t LayerCache::getSize() { function in class:android::uirenderer::LayerCache
H A DPixelBuffer.h150 uint32_t getSize() const { function in class:android::uirenderer::PixelBuffer
H A DRenderBufferCache.cpp62 uint32_t RenderBufferCache::getSize() { function in class:android::uirenderer::RenderBufferCache
97 mSize -= buffer->getSize();
121 mSize -= buffer->getSize();
141 const uint32_t size = buffer->getSize();
H A DTextDropShadowCache.cpp131 uint32_t TextDropShadowCache::getSize() { function in class:android::uirenderer::TextDropShadowCache
H A DGradientCache.cpp99 uint32_t GradientCache::getSize() { function in class:android::uirenderer::GradientCache
184 while (getSize() + size > mMaxSize) {
H A DPatch.cpp46 uint32_t Patch::getSize() const { function in class:android::uirenderer::Patch
H A DPatchCache.h62 uint32_t getSize() const { function in class:android::uirenderer::PatchCache
H A DTextureCache.cpp87 uint32_t TextureCache::getSize() { function in class:android::uirenderer::TextureCache
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java88 private float getSize(long now) { method in class:DeadZone
119 int size = (int) getSize(event.getEventTime());
137 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
156 final int size = (int) getSize(SystemClock.uptimeMillis());
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DInvisibleRecipientChip.java101 public int getSize(final Paint paint, final CharSequence text, final int start, final int end, method in class:InvisibleRecipientChip
H A DReplacementDrawableSpan.java44 public int getSize(Paint paint, CharSequence text, int i, int i2, Paint.FontMetricsInt fm) { method in class:ReplacementDrawableSpan
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h143 word_t getSize() const { function in class:ELFSectionHeader
194 xword_t getSize() const { function in class:ELFSectionHeader
H A DELFSymbol.h108 symsize_t getSize() const { function in class:ELFSymbol_CRTP
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp34 size_t OpcodeListBuilder::getSize() const { function in class:android::img_utils::OpcodeListBuilder
35 return mOpList.getSize() + sizeof(mCount);
45 memcpy(buf + sizeof(count), mOpList.getArray(), mOpList.getSize());
/frameworks/av/media/libstagefright/
H A DDataSource.cpp103 status_t DataSource::getSize(off64_t *size) { function in class:android::DataSource
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java223 public int getSize() { method in class:MifareClassic
/frameworks/base/core/java/android/os/
H A DMemoryFile.java257 public static int getSize(FileDescriptor fd) throws IOException { method in class:MemoryFile
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java233 public int getSize(boolean vertical) { method in class:ScrollBarDrawable
/frameworks/base/libs/androidfw/
H A DZipUtils.cpp100 unsigned long getSize; local
104 getSize = (compRemaining > kReadBufSize) ?
107 getSize, compRemaining);
110 const unsigned long nextSize = reader.read(&nextBuffer, getSize);
112 if (nextSize < getSize || nextBuffer == NULL) {
113 ALOGD("inflate read failed (%ld vs %ld)\n", nextSize, getSize);

Completed in 293 milliseconds

1234