Searched refs:getSize (Results 1 - 25 of 223) sorted by last modified time

123456789

/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp165 status_t BufferQueueSource::getSize(off64_t *size) { function in class:android::BufferQueueSource
166 SL_LOGD("BufferQueueSource::getSize()");
H A DBufferQueueSource.h42 virtual status_t getSize(off64_t *size);
H A Dandroid_AudioSfDecoder.cpp274 if (dataSource->getSize(&size) == OK
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp132 if (mDataSource->getSize(&streamSize) == OK) {
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java48 display.getSize(outSize);
H A DUiDevice.java114 display.getSize(p);
312 display.getSize(p);
324 display.getSize(p);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java424 final int widthSize = MeasureSpec.getSize(widthMeasureSpec);
425 final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1622 int size = MeasureSpec.getSize(measureSpec);
H A DSpace.java72 int specSize = MeasureSpec.getSize(measureSpec);
H A DViewGroup.java61 int specSize = MeasureSpec.getSize(measureSpec);
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp144 if (numElements == 3 && CAT->getSize() != 1) {
1303 if (CAT->getSize() != Dim * Dim) {
1363 slangAssert((CAT->getSize().getActiveBits() < 32) && "array too large");
1365 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue());
1381 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize());
1390 RS_CONSTANT_ARRAY_TYPE_SET_ELEMENT_SIZE(ST, getSize());
1409 return ((getSize() == RHS->getSize()) &&
1441 RL->getSize().getQuantity());
1599 rtd->arraySize = CAT->getSize();
[all...]
H A Dslang_rs_export_type.h182 virtual unsigned getSize() const { return 1; } function in class:slang::RSExportType
322 virtual unsigned getSize() const { return (GetSizeInBits(this) >> 3); } function in class:slang::RSExportPrimitiveType
468 virtual unsigned getSize() const { return mSize; } function in class:slang::RSExportConstantArrayType
H A Dslang_rs_export_var.cpp83 mArraySize = ECAT->getSize();
H A Dslang_rs_object_ref_count.cpp442 return static_cast<int>(CAT->getSize().getSExtValue());
H A Dslang_rs_reflection.cpp876 if ((EPT->getSize() < 4) || EV->isUnsigned()) {
893 << EPT->getSize() << ");" << std::endl;
1073 C.indent() << "__dimArr[0] = " << ET->getSize() << ";" << std::endl;
1180 IndexVarName << " < " << ECAT->getSize() << "; " <<
1268 << "[" << ECAT->getSize() << "];" << std::endl;
1272 C.indent() << "for (int $ct = 0; $ct < " << ECAT->getSize() << "; "
1866 ECAT->getSize());
1876 ArraySize = ECAT->getSize();
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java617 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
618 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/native/include/binder/
H A DIMemory.h44 virtual size_t getSize() const = 0;
51 size_t virtualSize() const { return getSize(); }
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
H A DMemoryHeapBase.h65 virtual size_t getSize() const;
H A DParcel.h281 size_t size(val.getSize());
300 size = val.getSize();
/frameworks/native/include/gui/
H A DSensor.h73 size_t getSize() const;
H A DSurfaceComposerClient.h185 size_t getSize() const;
/frameworks/native/include/ui/
H A DPixelFormat.h95 size_t getSize(size_t ci) const { function in struct:android::PixelFormatInfo
H A DRegion.h133 size_t getSize() const;
/frameworks/native/include/utils/
H A DBlobCache.h137 size_t getSize() const;

Completed in 6374 milliseconds

123456789