Searched refs:getBaseType (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java67 String baseType = getBaseType();
85 public String getBaseType() { method in class:CType
H A DJniCodeEmitter.java40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";";
42 return "L" + jType.getBaseType() + ";";
47 String baseType = jType.getBaseType();
176 String typeName = argType.getBaseType();
318 if (returnType.getBaseType().startsWith("EGL")) {
758 String baseType = jType.getBaseType();
943 String baseType = cfunc.getType().getBaseType().toLowerCase();
969 String baseType = cfunc.getType().getBaseType().toLowerCase();
1061 type.getBaseType().toLowerCase() +
1303 cfunc.getArgType(cIndex).getBaseType()
[all...]
H A DJType.java160 public String getBaseType() { method in class:JType
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java77 public int getBaseType() { method in class:FrameFormat
161 result.setBaseType(getBaseType());
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
196 && getBaseType() != specification.getBaseType()) {
251 if (specification.getBaseType() != TYPE_UNSPECIFIED
252 && getBaseType() != TYPE_UNSPECIFIED
253 && getBaseType() != specification.getBaseType()) {
H A DSimpleFrame.java50 final int baseType = format.getBaseType();
H A DNativeFrame.java71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) {
/frameworks/base/core/java/android/app/slice/
H A DSliceItem.java325 private static String getBaseType(String type) { method in class:SliceItem
334 switch (getBaseType(type)) {
358 switch (getBaseType(type)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DFakeWindowState.java140 public int getBaseType() { method in class:FakeWindowState
/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType());
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType());
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DAppWindowContainerControllerTests.java99 assertFalse(windowState.getBaseType() == TYPE_APPLICATION_STARTING);
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java340 public int getBaseType(); method in interface:WindowManagerPolicy.WindowState
778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow());
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1224 public int getBaseType() { method in class:WindowState

Completed in 204 milliseconds