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

1234

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const function in class:ELFAttributeValue
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java53 public abstract int getSize(); method in class:WebBackForwardList
/frameworks/base/media/java/android/media/
H A DDataSource.java42 public long getSize(); method in interface:DataSource
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp45 size_t ByteArrayOutput::getSize() const { function in class:android::img_utils::ByteArrayOutput
/frameworks/av/media/libstagefright/
H A DDataURISource.cpp102 status_t DataURISource::getSize(off64_t *size) { function in class:android::DataURISource
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
H A DThrottledSource.h45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource
46 return mSource->getSize(size);
/frameworks/base/libs/hwui/
H A DFboCache.cpp50 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
H A DRenderBuffer.h118 uint32_t getSize() const { function in struct:android::uirenderer::RenderBuffer
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetFolderListingSize.java48 public int getSize() { method in class:BluetoothMasRequestGetFolderListingSize
H A DBluetoothMasRequestGetMessagesListingSize.java49 public int getSize() { method in class:BluetoothMasRequestGetMessagesListingSize
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBookSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullPhoneBookSize
H A DBluetoothPbapRequestPullVcardListingSize.java52 public int getSize() { method in class:BluetoothPbapRequestPullVcardListingSize
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebBackForwardListChromium.java49 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/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.java74 public int getSize(Paint paint, CharSequence text, method in class:DynamicDrawableSpan
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java104 public Size getSize() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java104 public Size getSize() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java99 public Size getSize() { method in class:StreamConfigurationDuration
/frameworks/base/core/java/android/print/
H A DPageRange.java101 public int getSize() { method in class:PageRange
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp161 size_t MemoryHeapBase::getSize() const { function in class:android::MemoryHeapBase

Completed in 600 milliseconds

1234