Searched refs:types (Results 1 - 25 of 613) sorted by relevance

1234567891011>>

/frameworks/native/libs/vr/libvr_manager/include/private/dvr/
H A Dtrusted_uids.h4 #include <sys/types.h>
/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A Dhexdump.h21 #include <sys/types.h>
/frameworks/av/media/ndk/
H A DNdkMediaCryptoPriv.h24 * Do not reference types that are not part of the NDK.
31 #include <sys/types.h>
/frameworks/base/cmds/incidentd/src/
H A Dreport_directory.h22 #include <sys/types.h>
/frameworks/native/opengl/libagl/
H A Darray.h23 #include <sys/types.h>
H A Dprimitives.h23 #include <sys/types.h>
H A Dlight.h23 #include <sys/types.h>
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java1 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
8 int[] types,
19 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
24 java.nio.IntBuffer types,
30 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
36 int[] types,
43 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
48 java.nio.IntBuffer types,
3 glGetDebugMessageLog( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLog( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
H A DglGetDebugMessageLogKHR.java1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
8 int[] types,
19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
24 java.nio.IntBuffer types,
30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
36 int[] types,
43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
48 java.nio.IntBuffer types,
3 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/native/services/sensorservice/hidl/
H A Dutils.h20 #include <android/frameworks/sensorservice/1.0/types.h>
21 #include <android/hardware/sensors/1.0/types.h>
/frameworks/av/include/private/media/
H A DAudioEffectShared.h21 #include <sys/types.h>
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java59 public void setRouteTypes(int types) { argument
60 if (types != getRouteTypes()) {
65 args.putInt(ARGUMENT_ROUTE_TYPES, types);
70 dialog.setRouteTypes(types);
/frameworks/base/core/java/com/android/internal/colorextraction/types/
H A DExtractionType.java17 package com.android.internal.colorextraction.types;
32 * Extraction is expected to happen with 3 different gradient types:
/frameworks/base/libs/androidfw/include/androidfw/
H A Dmisc.h17 #include <sys/types.h>
/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
H A Dwrapper_input.h24 #include <sys/types.h>
/frameworks/ex/framesequence/jni/
H A DColor.h20 #include <sys/types.h>
/frameworks/native/include/android/
H A Dobb.h29 #include <sys/types.h>
/frameworks/native/include/ui/
H A DDisplayInfo.h21 #include <sys/types.h>
H A DHdrCapabilities.h31 HdrCapabilities(const std::vector<int32_t /*android_hdr_t*/>& types, argument
33 : mSupportedHdrTypes(types),
/frameworks/native/libs/ui/include/ui/
H A DDisplayInfo.h21 #include <sys/types.h>
H A DHdrCapabilities.h31 HdrCapabilities(const std::vector<int32_t /*android_hdr_t*/>& types, argument
33 : mSupportedHdrTypes(types),
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.h21 #include <sys/types.h>
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java54 List<LockTarget> types = new ArrayList<>();
58 types.add(target);
62 return new LockTargetState(base.getType(), types);
68 List<LockTarget> types = new ArrayList<>();
75 types.add(target);
79 if (types.isEmpty()) {
83 return new LockTargetState(base.getType(), types);

Completed in 778 milliseconds

1234567891011>>