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

1234

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { function in class:mcld::ELFAttributeValue
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java52 public abstract int getSize(); method in class:WebBackForwardList
/frameworks/base/media/java/android/media/
H A DMediaDataSource.java60 public abstract long getSize() throws IOException; method in class:MediaDataSource
/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.cpp103 status_t DataURISource::getSize(off64_t *size) { function in class:android::DataURISource
H A DCallbackDataSource.cpp88 status_t CallbackDataSource::getSize(off64_t *size) { function in class:android::CallbackDataSource
89 status_t err = mIDataSource->getSize(size);
178 status_t TinyCacheSource::getSize(off64_t *size) { function in class:android::TinyCacheSource
179 return mSource->getSize(size);
H A DFileSource.cpp161 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/core/java/android/app/backup/
H A DFullBackupDataOutput.java37 public long getSize() { return mSize; } method in class:FullBackupDataOutput
/frameworks/base/libs/hwui/
H A DFboCache.cpp41 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
H A DLayerCache.cpp49 uint32_t LayerCache::getSize() { function in class:android::uirenderer::LayerCache
/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/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java22 public int getSize() { method in class:IconEvent
/frameworks/base/core/java/android/text/style/
H A DReplacementSpan.java42 public abstract int getSize(@NonNull Paint paint, CharSequence text, method in class:ReplacementSpan
H A DAbsoluteSizeSpan.java74 public int getSize() { method in class:AbsoluteSizeSpan
H A DDynamicDrawableSpan.java74 public int getSize(Paint paint, CharSequence text, method in class:DynamicDrawableSpan
/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/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.java108 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.java106 public int getSize() { method in class:PageRange

Completed in 485 milliseconds

1234