Searched defs:getSize (Results 51 - 75 of 94) sorted by path

1234

/frameworks/base/libs/hwui/
H A DVertexBuffer.h129 unsigned int getSize() const { return mByteCount; } function in class:android::uirenderer::VertexBuffer
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h113 uint32_t getSize() { return mSize; } function in class:android::uirenderer::OffscreenBufferPool
/frameworks/base/media/java/android/media/
H A DMediaDataSource.java60 public abstract long getSize() throws IOException; method in class:MediaDataSource
H A DMediaHTTPConnection.java363 public long getSize() { method in class:MediaHTTPConnection
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp45 mGetSizeMethod = env->GetMethodID(mediaDataSourceClass.get(), "getSize", "()J");
113 status_t JMediaDataSource::getSize(off64_t* size) { function in class:android::JMediaDataSource
127 ALOGW("An exception occurred in getSize()");
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java150 public int getSize() { method in class:FrameFormat
190 return 4211 ^ mBaseType ^ mBytesPerSample ^ getSize();
436 && getSize() == format.getSize()
H A DSerializedFrame.java79 public final int getSize() { method in class:SerializedFrame.DirectByteOutputStream
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java128 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
142 private long getSize(String rootId) { method in class:StubProvider
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockImageSpan.java64 public int getSize(Paint paint, CharSequence text, int start, int end, method in class:RestrictedLockImageSpan
66 int size = super.getSize(paint, text, start, end, fontMetrics);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java170 protected float getSize(View v) { method in class:SwipeHelper
184 float viewSize = getSize(view);
359 newPos = -getSize(animView);
361 newPos = getSize(animView);
396 newPos, velocity, getSize(animView));
560 float size = getSize(mCurrView);
623 return DISMISS_IF_SWIPED_FAR_ENOUGH && Math.abs(translation) > 0.4 * getSize(mCurrView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java95 private float getSize(long now) { method in class:DeadZone
132 int size = (int) getSize(event.getEventTime());
153 Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime));
172 final int size = (int) getSize(SystemClock.uptimeMillis());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java357 public abstract int getSize(); method in class:BackingStore.Backing
476 public int getSize() { method in class:BackingStore.ObjectBacking
565 public int getSize() { method in class:BackingStore.BitmapBacking
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
672 public int getSize() { method in class:BackingStore.TextureBacking
753 float[] floats = new float[getSize() / 4];
789 public int getSize() { method in class:BackingStore.ByteBufferBacking
846 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize());
862 bytes = new byte[getSize()];
902 public int getSize() { method in class:BackingStore.AllocationBacking
[all...]
H A DFrameManager.java127 public int getSize() { method in class:FrameManager.BackingCache
149 public int getSize() { method in class:FrameManager.BackingCacheNone
182 mSize -= backing.getSize();
193 if (reserve(backing.getSize())) {
225 mSize -= dropped.getSize();
303 return mCache.getSize();
H A DImageShader.java219 public int getSize() { method in class:ImageShader.ProgramUniform
778 } else if (uniform.getSize() != values / components) {
/frameworks/base/tools/aapt/
H A DAaptAssets.h171 size_t getSize() const { return mDataSize; } function in class:AaptFile
H A DZipFile.cpp794 size_t getSize; local
801 getSize = size > kBufSize ? kBufSize : size;
802 memcpy(inBuf, data, getSize);
803 data = ((const char*)data) + getSize;
804 size -= getSize;
806 getSize = fread(inBuf, 1, kBufSize, srcFp);
812 if (getSize < kBufSize) {
814 (int)getSize);
818 crc = crc32(crc, inBuf, getSize);
821 zstream.avail_in = getSize;
1056 size_t getSize = sizeof(readBuf); local
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp89 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::AArch64Relocator
515 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
535 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp320 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const { function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp191 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp787 Relocator::Size Mips32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips32Relocator
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips64Relocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp293 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_32Relocator
1252 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_64Relocator
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase

Completed in 529 milliseconds

1234