Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java78 public int getBaseType() { in getBaseType() method in FrameFormat
166 result.setBaseType(getBaseType()); in mutableCopy()
200 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()
201 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()
256 if (specification.getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
257 && getBaseType() != TYPE_UNSPECIFIED in mayBeCompatibleWith()
258 && 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.java40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";"; in getJniName()
42 return "L" + jType.getBaseType() + ";"; in getJniName()
47 String baseType = jType.getBaseType(); in getJniName()
182 String typeName = argType.getBaseType(); in emitFunctionCall()
324 if (returnType.getBaseType().startsWith("EGL")) { in getErrorReturnValue()
764 String baseType = jType.getBaseType(); in getJniType()
780 String baseType = jType.getBaseType(); in getJniDefaultReturn()
963 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
988 String baseType = cfunc.getType().getBaseType().toLowerCase(); in emitJniCode()
1080 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/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.java307 public int getBaseType(); in getBaseType() method
764 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java518 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING); in assertNoStartingWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1196 public int getBaseType() { in getBaseType() method in WindowState
/frameworks/base/services/
Dart-profile17695 HSPLcom/android/server/wm/WindowState;->getBaseType()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45787 method public abstract int getBaseType() throws java.sql.SQLException;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9490 Landroid/app/slice/SliceItem;->getBaseType(Ljava/lang/String;)Ljava/lang/String;
19509 Landroid/filterfw/core/FrameFormat;->getBaseType()I
/frameworks/base/api/
Dcurrent.txt65700 method public int getBaseType() throws java.sql.SQLException;