Searched refs:getType (Results 176 - 200 of 459) sorted by relevance

1234567891011>>

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp234 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
284 (*i)->getType()->convertToRTD(&rtd);
362 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
408 (*i)->getType()->convertToRTD(&rtd);
503 const RSExportType *ET = EV->getType();
572 const RSExportType *ET = EV->getType();
581 EV->getType()->convertToRTD(&rtd);
669 mOut << GetTypeName((*i)->getType(), false) << " " << (*i)->getName();
763 const RSExportType *T = F->getType();
777 genPackVarOfType(F->getType(), FieldNam
[all...]
H A Dslang_rs_object_ref_count.cpp356 const clang::Type *T = RefRSVar->getType().getTypePtr();
364 clang::QualType ClearObjectFDType = ClearObjectFD->getType();
441 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
658 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr();
780 const clang::Type *T = DstExpr->getType().getTypePtr();
785 clang::QualType SetObjectFDType = SetObjectFD->getType();
841 const clang::Type *BaseType = DstArr->getType().getTypePtr();
997 clang::QualType QT = LHS->getType();
1111 clang::QualType QT = AS->getType();
1177 clang::QualType SetObjectFDType = SetObjectFD->getType();
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java349 public abstract int getType(); method in class:BackingStore.Backing
435 switch (backing.getType()) {
456 public int getType() { method in class:BackingStore.ObjectBacking
543 public int getType() { method in class:BackingStore.BitmapBacking
647 public int getType() { method in class:BackingStore.TextureBacking
774 public int getType() { method in class:BackingStore.ByteBufferBacking
884 public int getType() { method in class:BackingStore.AllocationBacking
H A DFrameQueue.java142 public FrameType getType() { method in class:FrameQueue
/frameworks/rs/driver/
H A DrsdAllocation.cpp382 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr);
398 if (alloc->getType()->getDimLOD() || alloc->getType()->getDimFaces()) {
405 if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % 16) != 0) {
429 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr);
450 drv->glType = rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
466 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
618 drv->readBackFBO->setDimensions(alloc->getType()
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java355 public int getType() { method in class:RadioManager.BandDescriptor
440 if (mType != other.getType())
676 public int getType() { method in class:RadioManager.BandConfig
677 return mDescriptor.getType();
889 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
903 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
918 mDescriptor.getType(), mDescriptor.getLowerLimit(),
1052 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
1063 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
1075 mDescriptor.getType(), mDescripto
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java406 if (svc.getType() == type &&
540 service.getType(), service.getInstanceId(),
574 mService.beginServiceDeclaration(mServerIf, service.getType(),
581 includedService.getType(),
625 service.getInstanceId(), service.getType());
629 mService.removeService(mServerIf, service.getType(),
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java660 && childEntry.getType() != RestrictionEntry.TYPE_BUNDLE) {
700 switch (entry.getType()) {
731 "Unsupported restrictionEntry type: " + entry.getType());
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java73 switch (i.getType()) {
250 mTarget.onAccuracyChanged(getLegacySensorType(sensor.getType()), accuracy);
262 int type = event.sensor.getType();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java113 if (a.getType() != b.getType()) return false;
114 switch (a.getType()) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java156 Type camParamType = camParams.getAllocation().getType();
173 fb.setObjectConst(lightParams.getAllocation().getType());
178 fb.setObjectConst(lightParams.getAllocation().getType());
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java76 public int getType() { method in class:HdmiPortInfo
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java60 public final int getType() { method in class:PatternMatcher
/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java154 public String getType(Uri uri) { method in class:SearchIndexablesProvider
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java160 if (!field.getType().isPrimitive() &&
/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java63 Class fieldType = mField.getType();
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java36 if (icon.getType() == Icon.TYPE_RESOURCE
/frameworks/base/location/java/android/location/
H A DGeofence.java61 public int getType() { method in class:Geofence
/frameworks/base/media/java/android/media/tv/
H A DTvStreamConfig.java74 public int getType() { method in class:TvStreamConfig
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java241 public int getType(int columnIndex) { method in class:MockCursor
H A DMockIContentProvider.java54 public String getType(Uri url) { method in class:MockIContentProvider
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java94 public String getType(Uri uri) { method in class:TrackerProvider
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java106 return mItems.get(position).getType();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp158 ArgTys.push_back(firstF->arg_begin()->getType());
264 if (dataElement->getType() != firstArgType) {
270 dataElement->getType()->print(rso);
331 params.push_back(I->getType());
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java53 public CType getType() { method in class:CFunc

Completed in 973 milliseconds

1234567891011>>