Searched refs:getPodSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/gui/
H A DBufferItem.h37 size_t getPodSize() const;
H A DIGraphicBufferConsumer.h48 size_t getPodSize() const;
/frameworks/native/libs/gui/
H A DBufferItem.cpp58 size_t BufferItem::getPodSize() const { function in class:android::BufferItem
82 return sizeof(int32_t) + c + getPodSize();
125 if (size < getPodSize()) {
167 if (size < getPodSize()) {
H A DIGraphicBufferConsumer.cpp50 size_t IGraphicBufferConsumer::BufferItem::getPodSize() const { function in class:android::IGraphicBufferConsumer::BufferItem
74 return sizeof(int32_t) + c + getPodSize();
127 if (size < getPodSize()) {
169 if (size < getPodSize()) {

Completed in 123 milliseconds