Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java76 public int getBaseType() { in getBaseType() method in FrameFormat
164 result.setBaseType(getBaseType()); in mutableCopy()
198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()
199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()
254 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
255 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
256 && getBaseType() != specification.getBaseType()) { in mayBeCompatibleWith()
H A DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat()
H A DNativeFrame.java71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DCType.java69 String baseType = getBaseType(); in isVoid()
87 public String getBaseType() { in getBaseType() method in CType
H A DJniCodeEmitter.java43 return "L" + jType.getBaseType() + ";"; in getJniName()
48 String baseType = jType.getBaseType(); in getJniName()
183 String typeName = argType.getBaseType(); in emitFunctionCall()
352 if (returnType.getBaseType().startsWith("EGL")) { in getErrorReturnValue()
792 String baseType = jType.getBaseType(); in getJniType()
808 String baseType = jType.getBaseType(); in getJniDefaultReturn()
991 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
1016 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
1108 type.getBaseType().toLowerCase() + in emitJniCode()
1350 cfunc.getArgType(cIndex).getBaseType() + in emitJniCode()
[all …]
H A DJType.java166 public String getBaseType() { in getBaseType() method in JType
/aosp12/frameworks/base/core/java/android/app/slice/
H A DSliceItem.java325 private static String getBaseType(String type) { in getBaseType() method in SliceItem
334 switch (getBaseType(type)) { in writeObj()
358 switch (getBaseType(type)) { in readObj()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeFactory.java351 (isProfile && builder.getBaseType() == UserInfo.FLAG_PROFILE) in customizeBuilders()
352 || (!isProfile && builder.getBaseType() == UserInfo.FLAG_FULL); in customizeBuilders()
356 + UserInfo.flagsToString(builder.getBaseType())); in customizeBuilders()
577 if (builder != null && builder.getBaseType() != FLAG_PROFILE) { in validateUserTypeIsProfile()
H A DUserTypeDetails.java501 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
/aosp12/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo()
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java206 public int getBaseType(); in getBaseType() method
476 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java3187 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1514 public int getBaseType() { in getBaseType() method in WindowState
H A DTask.java1422 window.getBaseType() == TYPE_APPLICATION_STARTING) != null); in topActivityContainsStartingWindow()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String;
18249 Landroid/filterfw/core/FrameFormat;->getBaseType()I
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt45787 method public abstract int getBaseType() throws java.sql.SQLException;
/aosp12/frameworks/base/services/
H A Dart-profile50533 HSPLcom/android/server/wm/WindowState;->getBaseType()I+]Lcom/android/server/wm/WindowState;Lcom/and…