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

1234567891011>>

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePrimitive.java164 if (managedType.getType() instanceof Class<?>) {
165 Class<?> klass = (Class<?>)managedType.getType();
H A DMarshalQueryableHighSpeedVideoConfiguration.java83 managedType.getType().equals(HighSpeedVideoConfiguration.class);
H A DMarshalQueryableMeteringRectangle.java85 return nativeType == TYPE_INT32 && MeteringRectangle.class.equals(managedType.getType());
H A DMarshalQueryableReprocessFormatsMap.java129 return nativeType == TYPE_INT32 && managedType.getType().equals(ReprocessFormatsMap.class);
H A DMarshalQueryableString.java110 return nativeType == TYPE_BYTE && String.class.equals(managedType.getType());
/frameworks/base/libs/hwui/
H A DMatrix.cpp73 uint8_t Matrix4::getType() const { function in class:android::uirenderer::Matrix4
117 return getType() & sGeometryMask;
121 return getType() & kTypeRectToRect;
129 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
147 return getType() & kTypePerspective;
173 // However, SkMatrix::getType() does not return the flag
176 mType = v.getType();
223 mType = v.getType();
517 ALOGD("%s[simple=%d, type=0x%x", label ? label : "Matrix4", isSimple(), getType());
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceInfo.java43 * Constant representing USB MIDI devices for {@link #getType}
48 * Constant representing virtual (software based) MIDI devices for {@link #getType}
53 * Constant representing Bluetooth MIDI devices for {@link #getType}
171 public int getType() { method in class:MidiDeviceInfo.PortInfo
231 public int getType() { method in class:MidiDeviceInfo
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java118 if (arg.getType() != TYPE_ACTION) {
119 mInvalid = "Expected type " + TYPE_ACTION + " but was " + arg.getType();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DInputPort.java256 public FrameType getType() { method in class:InputPort
257 return getQueue().getType();
H A DFrameValues.java93 FrameValue result = Frame.create(getType().asSingle(), new int[0]).asFrameValue();
/frameworks/compile/libbcc/lib/
H A DRSX86CallConvPass.cpp62 llvm::Type *ArgTy = Arg.getType();
160 if (!CI->getType()->isVoidTy())
H A DRSInvariant.cpp79 const llvm::Type *ArgType = Arg.getType();
H A DRSKernelExpand.cpp154 RootArgTys.push_back(B->getType());
429 bccAssert(LowerBound->getType() == UpperBound->getType());
443 IVVar = Builder.CreateAlloca(LowerBound->getType(), nullptr, BCC_INDEX_VAR_NAME);
506 ContextArgType = Arg.getType();
654 llvm::Type *InType = ArgIter->getType();
830 InTy = (FunctionArgIter++)->getType();
843 OutTy = (FunctionArgIter++)->getType();
852 llvm::Type *UsrDataTy = (FunctionArgIter++)->getType();
992 OutTy = ArgIter->getType();
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
114 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
H A Dslang_rs_export_func.cpp148 llvm::Type *T1 = F->getType()->getLLVMType();
163 size_t T1Size = F->getType()->getAllocSize();
/frameworks/native/opengl/tools/glgen/src/
H A DJFunc.java56 public JType getType() { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
H A DPatchedGradleManifestFactory.java47 final String type = getType(config);
103 private static String getType(Config config) { method in class:PatchedGradleManifestFactory
/frameworks/rs/
H A DrsElement.h94 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/av/include/media/stagefright/
H A DHevcUtils.h88 uint8_t getType(size_t index);
/frameworks/av/media/libstagefright/foundation/include/
H A DHevcUtils.h88 uint8_t getType(size_t index);
/frameworks/av/media/libstagefright/include/
H A DHevcUtils.h88 uint8_t getType(size_t index);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java132 public int getType() { method in class:MifareUltralight
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java86 public String getType(Uri url) { method in class:SuggestionProvider
/frameworks/base/services/core/java/com/android/server/am/
H A DDumpHeapProvider.java57 public String getType(Uri uri) { method in class:DumpHeapProvider
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java49 //rowOutput.append(entry.getType());
51 if (entry.getType() == EntryType.LOCATION_TYPE) {

Completed in 651 milliseconds

1234567891011>>