Searched defs:getSize (Results 1 - 25 of 91) 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.cpp102 status_t DataURISource::getSize(off64_t *size) { function in class:android::DataURISource
H A DCallbackDataSource.cpp85 status_t CallbackDataSource::getSize(off64_t *size) { function in class:android::CallbackDataSource
86 status_t err = mIDataSource->getSize(size);
152 status_t TinyCacheSource::getSize(off64_t *size) { function in class:android::TinyCacheSource
153 return mSource->getSize(size);
H A DFileSource.cpp122 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.cpp50 uint32_t FboCache::getSize() { function in class:android::uirenderer::FboCache
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.cpp44 mGetSizeMethod = env->GetMethodID(mediaDataSourceClass.get(), "getSize", "()J");
112 status_t JMediaDataSource::getSize(off64_t* size) { function in class:android::JMediaDataSource
125 ALOGW("An exception occurred in getSize()");
/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/base/core/java/android/text/style/
H A DReplacementSpan.java25 public abstract int getSize(Paint paint, CharSequence text, method in class:ReplacementSpan
H A DAbsoluteSizeSpan.java74 public int getSize() { method in class:AbsoluteSizeSpan
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap
/frameworks/av/media/libmedia/
H A DIDataSource.cpp57 virtual status_t getSize(off64_t* size) { function in struct:android::BpDataSource
93 status_t err = getSize(&size);
/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.java101 public int getSize() { method in class:PageRange

Completed in 516 milliseconds

1234