Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java202 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
212 Type componentType = getComponentType(mType); in getComponentType() local
/frameworks/layoutlib/bridge/src/dalvik/system/
DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { in getVectorType()
787 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType, in getVectorType()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java863 int componentType = getComponentType(component); in rememberMediaButtonReceiverLocked() local
1995 int componentType = mCurrentFullUserRecord in dispatchMediaKeyEventLocked() local
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp629 EGLint componentType = EGL_COLOR_COMPONENT_TYPE_FIXED_EXT; in getNativePixelFormat() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java4325 @Nullable ComponentName component, @ComponentType int componentType, int userId) { in filterAppAccessLPr()