/frameworks/base/media/java/android/media/ |
H A D | DataSource.java | 42 public long getSize(); method in interface:DataSource
|
H A D | IMediaHTTPConnection.aidl | 30 long getSize();
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 38 int capacity = format.getSize(); 111 if (ints.length * nativeIntSize() > getFormat().getSize()) { 114 (getFormat().getSize() / nativeIntSize()) + " integers)."); 122 return getNativeInts(getFormat().getSize()); 128 if (floats.length * nativeFloatSize() > getFormat().getSize()) { 131 (getFormat().getSize() / nativeFloatSize()) + " floats)."); 139 return getNativeFloats(getFormat().getSize()); 152 } else if (getFormat().getSize() != length) { 154 "Frame size is " + getFormat().getSize() + " bytes, but " + 163 byte[] data = getNativeData(getFormat().getSize()); [all...] |
H A D | VertexFrame.java | 36 if (getFormat().getSize() <= 0) { 39 if (!nativeAllocate(getFormat().getSize())) { 91 if (getFormat().getSize() != bytes.length) {
|
H A D | CachedFrameManager.java | 101 int frameSize = frame.getFormat().getSize(); 125 mStorageSize -= frame.getFormat().getSize(); 146 mStorageSize -= format.getSize();
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
H A D | WebBackForwardListChromium.java | 49 if (getSize() == 0) { 69 if (index < 0 || index >= getSize()) { 77 * See {@link android.webkit.WebBackForwardList#getSize}. 80 public synchronized int getSize() { method in class:WebBackForwardListChromium 97 new ArrayList<WebHistoryItemChromium>(getSize()); 98 for (int i = 0; i < getSize(); ++i) {
|
/frameworks/base/core/java/android/webkit/ |
H A D | WebBackForwardList.java | 65 public synchronized int getSize() { method in class:WebBackForwardList
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
H A D | ELFSectionStrTab.hxx | 33 st->buf.resize(sh->getSize()); 39 AR.prologue(sh->getSize()); 40 AR.readBytes(&*st->buf.begin(), sh->getSize()); 41 AR.epilogue(sh->getSize());
|
H A D | ELFSectionNoBits.hxx | 33 if (!result->chunk.allocate(sh->getSize())) {
|
H A D | ELFSymbol.hxx | 102 PRINT_LINT("Size", getSize() ); 116 setw(7) << getSize() << 152 allocateSHNCommonData((size_t)getSize(), align); 178 (size_t)getSize()) != 0) { 183 (size_t)getSize()); 188 memset(my_addr, '\0', getSize()); 193 allocateSHNCommonData((size_t)getSize(), align);
|
/frameworks/base/libs/hwui/ |
H A D | FboCache.h | 64 uint32_t getSize();
|
H A D | RenderBufferCache.cpp | 62 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 D | Caches.cpp | 270 textureCache.getSize(), textureCache.getMaxSize()); 272 layerCache.getSize(), layerCache.getMaxSize(), layerCache.getCount()); 277 renderBufferCache.getSize(), renderBufferCache.getMaxSize()); 279 gradientCache.getSize(), gradientCache.getMaxSize()); 281 pathCache.getSize(), pathCache.getMaxSize()); 283 tessellationCache.getSize(), tessellationCache.getMaxSize()); 284 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(), 287 patchCache.getSize(), patchCache.getMaxSize()); 298 fboCache.getSize(), fboCache.getMaxSize()); 301 total += textureCache.getSize(); [all...] |
/frameworks/rs/cpu_ref/linkloader/include/ |
H A D | ELFSectionProgBits.h | 83 AR.prologue(sh->getSize()); 84 AR.readBytes(chunk.getBuffer(), sh->getSize()); 85 AR.epilogue(sh->getSize());
|
/frameworks/av/include/media/ |
H A D | IMediaHTTPConnection.h | 39 virtual off64_t getSize() = 0;
|
/frameworks/av/include/media/stagefright/ |
H A D | DataURISource.h | 33 virtual status_t getSize(off64_t *size);
|
/frameworks/av/media/img_utils/include/img_utils/ |
H A D | ByteArrayOutput.h | 67 virtual size_t getSize() const;
|
H A D | TiffWritable.h | 53 virtual size_t getSize() const = 0;
|
/frameworks/av/media/img_utils/src/ |
H A D | ByteArrayOutput.cpp | 45 size_t ByteArrayOutput::getSize() const { function in class:android::img_utils::ByteArrayOutput
|
/frameworks/base/core/java/android/text/style/ |
H A D | ReplacementSpan.java | 25 public abstract int getSize(Paint paint, CharSequence text, method in class:ReplacementSpan
|
/frameworks/native/include/binder/ |
H A D | MemoryBase.h | 38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
|
H A D | IMemory.h | 44 virtual size_t getSize() const = 0; 51 size_t virtualSize() const { return getSize(); }
|
/frameworks/wilhelm/src/android/ |
H A D | BufferQueueSource.h | 42 virtual status_t getSize(off64_t *size);
|
/frameworks/av/media/libstagefright/include/ |
H A D | ThrottledSource.h | 45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource 46 return mSource->getSize(size);
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PreferenceImageView.java | 49 final int widthSize = MeasureSpec.getSize(widthMeasureSpec); 59 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
|