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

/frameworks/minikin/sample/
H A DMinikinSkia.cpp67 const size_t actualSize = mTypeface->getTableData(tag, 0, *size, buf);
68 *size = actualSize;
69 return actualSize != 0;
/frameworks/base/core/jni/android/graphics/
H A DMinikinSkia.cpp87 const size_t actualSize = mTypeface->getTableData(tag, 0, *size, buf); local
88 *size = actualSize;
89 return actualSize != 0;
H A DHarfBuzzNGFaceSkia.cpp149 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
150 if (tableSize != actualSize) {
/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java476 long actualSize = getBlockDeviceSize() - HEADER_SIZE - 1;
477 return actualSize <= MAX_DATA_BLOCK_SIZE ? actualSize : MAX_DATA_BLOCK_SIZE;
/frameworks/native/include/input/
H A DInputTransport.h125 bool isValid(size_t actualSize) const;
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp1207 size_t actualSize;
1228 err = reader.ReadEntityHeader(&string, &actualSize);
1238 if (actualSize != bufSize) {
1240 bufSize, actualSize);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1909 size_t actualSize = (*me->mCallback)( local
1914 actualSize == 0 && buffer->size > 0 && me->mNextOutput == NULL) {
1919 actualSize = buffer->size;
1922 buffer->size = actualSize;
2049 size_t actualSize = local
2053 if (actualSize > 0) {
2054 sink->write(mBuffer, actualSize);
/frameworks/native/libs/input/
H A DInputTransport.cpp69 bool InputMessage::isValid(size_t actualSize) const {
70 if (size() == actualSize) {

Completed in 477 milliseconds