Home
last modified time | relevance | path

Searched refs:actualSize (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp149 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer); in harfbuzzSkiaReferenceTable() local
150 if (tableSize != actualSize) { in harfbuzzSkiaReferenceTable()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPlayer.cpp552 size_t actualSize = (*me->mCallback)( in CallbackWrapper() local
556 buffer->size = actualSize; in CallbackWrapper()
558 if (actualSize > 0) { in CallbackWrapper()
559 me->snoopWrite(buffer->raw, actualSize); in CallbackWrapper()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1776 size_t actualSize = (*me->mCallback)( in CallbackWrapper() local
1780 if (actualSize == 0 && buffer->size > 0 && me->mNextOutput == NULL) { in CallbackWrapper()
1785 actualSize = buffer->size; in CallbackWrapper()
1788 buffer->size = actualSize; in CallbackWrapper()
1906 size_t actualSize = in threadLoop() local
1910 if (actualSize > 0) { in threadLoop()
1911 sink->write(mBuffer, actualSize); in threadLoop()
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp1201 size_t actualSize; in test_read_header_and_entity() local
1222 err = reader.ReadEntityHeader(&string, &actualSize); in test_read_header_and_entity()
1232 if ((int)actualSize != bufSize) { in test_read_header_and_entity()
1234 actualSize); in test_read_header_and_entity()
/frameworks/native/include/input/
DInputTransport.h117 bool isValid(size_t actualSize) const;
/frameworks/native/libs/input/
DInputTransport.cpp68 bool InputMessage::isValid(size_t actualSize) const { in isValid()
69 if (size() == actualSize) { in isValid()