Searched refs:actualSize (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/util/
H A DBigBuffer.cpp36 const size_t actualSize = std::max(mBlockSize, size); local
41 block.buffer = std::unique_ptr<uint8_t[]>(new uint8_t[actualSize]());
45 block.mBlockSize = actualSize;
/frameworks/base/core/jni/android/graphics/
H A DHarfBuzzNGFaceSkia.cpp150 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
151 if (tableSize != actualSize) {
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java517 long actualSize = getBlockDeviceSize() - HEADER_SIZE - 1;
518 return actualSize <= MAX_DATA_BLOCK_SIZE ? actualSize : MAX_DATA_BLOCK_SIZE;
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp1201 size_t actualSize;
1222 err = reader.ReadEntityHeader(&string, &actualSize);
1232 if (actualSize != bufSize) {
1234 bufSize, actualSize);
/frameworks/native/include/input/
H A DInputTransport.h126 bool isValid(size_t actualSize) const;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2110 size_t actualSize = (*me->mCallback)( local
2123 ALOGV_IF(actualSize == 0 && buffer->size > 0, "callbackwrapper: empty buffer returned");
2125 buffer->size = actualSize;
2239 size_t actualSize = local
2243 if (actualSize > 0) {
2244 sink->write(mBuffer, actualSize);
/frameworks/native/libs/input/
H A DInputTransport.cpp73 bool InputMessage::isValid(size_t actualSize) const {
74 if (size() == actualSize) {
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1248 int actualSize = Math.min(
1254 if (actualSize < mOverflowPanel.getCount()) {
1259 return actualSize * getLineHeight(mContext)

Completed in 4739 milliseconds