Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
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()
DSimpleFrame.java50 final int baseType = format.getBaseType(); in initWithFormat()
DNativeFrame.java71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
/frameworks/native/opengl/tools/glgen/src/
DCType.java69 String baseType = getBaseType(); in isVoid()
87 public String getBaseType() { in getBaseType() method in CType
DJniCodeEmitter.java41 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";"; in getJniName()
43 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()
[all …]
DJType.java166 public String getBaseType() { in getBaseType() method in JType
/frameworks/base/core/java/android/app/slice/
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()
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeFactory.java353 (isProfile && builder.getBaseType() == UserInfo.FLAG_PROFILE) in customizeBuilders()
354 || (!isProfile && builder.getBaseType() == UserInfo.FLAG_FULL); in customizeBuilders()
358 + UserInfo.flagsToString(builder.getBaseType())); in customizeBuilders()
581 if (builder != null && builder.getBaseType() != FLAG_PROFILE) { in validateUserTypeIsProfile()
DUserTypeDetails.java531 @UserInfoFlag int getBaseType() { in getBaseType() method in UserTypeDetails.Builder
/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType()); in initializeDebugInfo()
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType()); in initializeDebugInfo()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java196 public int getBaseType(); in getBaseType() method
458 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java3694 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1460 public int getBaseType() { in getBaseType() method in WindowState
DTask.java1409 window.getBaseType() == TYPE_APPLICATION_STARTING) != null); in topActivityContainsStartingWindow()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8890 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String;
15371 Landroid/filterfw/core/FrameFormat;->getBaseType()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45787 method public abstract int getBaseType() throws java.sql.SQLException;
/frameworks/base/services/
Dart-profile58258 HSPLcom/android/server/wm/WindowState;->getBaseType()I