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

1234567891011>>

/frameworks/av/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/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>
H A Dtexture.h23 #include <sys/types.h>
H A Dvertex.h23 #include <sys/types.h>
/frameworks/native/opengl/tools/glgen/stubs/gles11/
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/av/include/ndk/
H A DNdkMediaCrypto.h24 * Do not reference types that are not part of the NDK.
31 #include <sys/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.java55 public void setRouteTypes(int types) { argument
56 if (types != getRouteTypes()) {
61 args.putInt(ARGUMENT_ROUTE_TYPES, types);
66 dialog.setRouteTypes(types);
/frameworks/base/include/androidfw/
H A Dmisc.h17 #include <sys/types.h>
/frameworks/compile/libbcc/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.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerHAL.h21 #include <sys/types.h>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.h22 #include <sys/types.h>
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/routing/
H A DMediaRouterJellybeanMr2.java24 public static void addCallback(Object routerObj, int types, Object callbackObj, int flags) { argument
25 ((android.media.MediaRouter)routerObj).addCallback(types,
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java24 public static void addCallback(Object routerObj, int types, Object callbackObj, int flags) { argument
25 ((android.media.MediaRouter)routerObj).addCallback(types,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.h24 #include <sys/types.h>
/frameworks/native/include/binder/
H A DDebug.h21 #include <sys/types.h>
/frameworks/native/include/ui/
H A DDisplayInfo.h21 #include <sys/types.h>
/frameworks/native/services/batteryservice/
H A DBatteryProperty.cpp18 #include <sys/types.h>
/frameworks/base/core/java/android/app/
H A DMediaRouteActionProvider.java36 * to select by specifying the route types with the {@link #setRouteTypes} method.
64 // TODO Update this when new route types are added; segment by API level
65 // when different route types were added.
70 * Sets the types of routes that will be shown in the media route chooser dialog
73 * @param types The route types to match.
75 public void setRouteTypes(int types) { argument
76 if (mRouteTypes != types) {
87 mRouteTypes = types;
88 if (types !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java46 public final String[] types; field in class:ApnSetting
91 String user, String password, int authType, String[] types,
107 this.types = new String[types.length];
108 for (int i = 0; i < types.length; i++) {
109 this.types[i] = types[i].toLowerCase(Locale.ROOT);
279 for (int i = 0; i < types.length; i++) {
280 sb.append(types[i]);
281 if (i < types
88 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer, int profileId, boolean modemCognitive, int maxConns, int waitTime, int maxConnsTime, int mtu, String mvnoType, String mvnoMatchData) argument
[all...]

Completed in 663 milliseconds

1234567891011>>