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

12345

/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/native/libs/binder/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
/frameworks/av/include/media/stagefright/
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource
H A DRemoteDataSource.h53 virtual status_t getSize(off64_t *size) { function in class:android::RemoteDataSource
54 return mSource->getSize(size);
H A DThrottledSource.h45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource
46 return mSource->getSize(size);
/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 DFileSource.cpp162 status_t FileSource::getSize(off64_t *size) { function in class:android::FileSource
/frameworks/av/media/libstagefright/foundation/include/
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource
H A DRemoteDataSource.h53 virtual status_t getSize(off64_t *size) { function in class:android::RemoteDataSource
54 return mSource->getSize(size);
H A DThrottledSource.h45 virtual status_t getSize(off64_t *size) { function in struct:android::ThrottledSource
46 return mSource->getSize(size);
/frameworks/av/media/libstagefright/include/
H A DDataUriSource.h39 virtual status_t getSize(off64_t *size) { function in class:android::DataUriSource
H A DRemoteDataSource.h53 virtual status_t getSize(off64_t *size) { function in class:android::RemoteDataSource
54 return mSource->getSize(size);
/frameworks/base/core/java/android/app/backup/
H A DFullBackupDataOutput.java55 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 DGammaFontRenderer.h58 uint32_t getSize() const { function in class:android::uirenderer::GammaFontRenderer
59 return mRenderer ? mRenderer->getSize() : 0;
/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/base/core/java/android/text/style/
H A DReplacementSpan.java42 public abstract int getSize(@NonNull Paint paint, CharSequence text, method in class:ReplacementSpan
/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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java24 public int getSize() { method in class:IconEvent
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h76 int getSize() { function in class:android::SessionMap

Completed in 2392 milliseconds

12345