Searched defs:type (Results 76 - 100 of 801) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglCreateShaderProgramv.cpp1 /* GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings ) */
4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
49 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings);
3 android_glCreateShaderProgramv(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) argument
H A DglDebugMessageInsertKHR.cpp1 /* void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf ) */
4 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) {
22 (GLenum)type,
3 android_glDebugMessageInsertKHR__IIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) argument
H A DglDrawElementsInstanced.cpp1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
4 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) {
18 (GLenum)type,
27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */
30 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) {
34 (GLenum)type,
3 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
29 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
H A DglGetActiveAttrib.java1 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
11 int[] type,
17 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
26 java.nio.IntBuffer type,
30 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
37 int[] type,
41 // C function void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
47 java.nio.IntBuffer type
3 glGetActiveAttrib( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveAttrib( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
32 glGetActiveAttrib( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
H A DglGetActiveUniform.java1 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
11 int[] type,
17 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
26 java.nio.IntBuffer type,
29 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
36 int[] type,
40 // C function void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name )
46 java.nio.IntBuffer type
3 glGetActiveUniform( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
20 glGetActiveUniform( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
31 glGetActiveUniform( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
H A DglGetTransformFeedbackVarying.java1 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
11 int[] type,
17 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
28 java.nio.IntBuffer type,
32 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
40 java.nio.IntBuffer type,
44 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
51 int[] type,
55 // C function void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name )
61 java.nio.IntBuffer type
3 glGetTransformFeedbackVarying( int program, int index, int bufsize, int[] length, int lengthOffset, int[] size, int sizeOffset, int[] type, int typeOffset, byte[] name, int nameOffset ) argument
22 glGetTransformFeedbackVarying( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, byte name ) argument
34 glGetTransformFeedbackVarying( int program, int index, int bufsize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name ) argument
46 glGetTransformFeedbackVarying( int program, int index, int[] size, int sizeOffset, int[] type, int typeOffset ) argument
[all...]
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp29 void Daltonizer::setType(Daltonizer::ColorBlindnessTypes type) { argument
30 if (type != mType) {
32 mType = type;
143 // simulation: type of color blindness to simulate:
147 // correction: type of color blindness correction (should match the simulation above):
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioCodec.java39 * The RTP payload type of the encoding.
41 public final int type; field in class:AudioCodec
84 private AudioCodec(int type, String rtpmap, String fmtp) { argument
85 this.type = type;
100 * @param type The payload type of the encoding defined in RTP/AVP.
107 public static AudioCodec getCodec(int type, String rtpmap, String fmtp) { argument
108 if (type < 0 || type > 12
[all...]
/frameworks/rs/
H A Dspec.h15 int type; member in struct:__anon1722
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV23.java36 // Override the window callback so that we can intercept onWindowStartingActionMode(type)
59 public ActionMode onWindowStartingActionMode(ActionMode.Callback callback, int type) { argument
61 switch (type) {
63 // We only take over if the type is TYPE_PRIMARY
68 return super.onWindowStartingActionMode(callback, type);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h40 downmix_type_t type; member in struct:__anon110
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h39 AudioRoute(audio_route_type_t type) : mType(type) {} argument
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java49 * @param type Type of the data.
53 public ResultStorageDescriptor(int type, int offset, int length) { argument
54 mType = type;
/frameworks/base/core/java/android/content/pm/
H A DPathPermission.java31 public PathPermission(String pattern, int type, String readPermission, argument
33 super(pattern, type);
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java120 private static Proxy proxyFromHostPort(Proxy.Type type, String hostPortString) { argument
125 return new Proxy(type, InetSocketAddress.createUnresolved(host, port));
/frameworks/base/core/java/android/text/
H A DSpanSet.java40 SpanSet(Class<? extends E> type) { argument
41 classType = type;
/frameworks/base/core/java/android/util/
H A DProperty.java26 * @param <V> The type that this property represents.
38 * optional public <code>setName()</code> method which takes a value of the same type
41 * optional public <code>setName()</code> method which takes a value of the same type
59 * A constructor that takes an identifying name and {@link #getType() type} for the property.
61 public Property(Class<V> type, String name) { argument
63 mType = type;
101 * Returns the type for this property.
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java27 // Please do not add type constants in this class. More event type constants
58 * @param type Type of information.
62 protected DrmEvent(int uniqueId, int type, String message, argument
65 mType = type;
80 * @param type Type of information.
83 protected DrmEvent(int uniqueId, int type, String message) { argument
85 mType = type;
102 * Retrieves the type of information that is associated with this object.
104 * @return The type o
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java36 // list of data type codes (third field in quadruplet)
38 // list of long int property values (fourth field in quadruplet, when value is integer type)
40 // list of long int property values (fourth field in quadruplet, when value is string type)
53 public void append(int handle, int property, int type, long value) { argument
60 mDataTypes[index] = type;
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime)
95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
67 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityClassifier.java95 public float getFalseTouchEvaluation(int type) { argument
96 return ProximityEvaluator.evaluate(mAverageNear, type);
/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java39 private static native float[] nativeGetDeviceTemperatures(int type, int source); argument
53 public float[] getDeviceTemperatures(String callingPackage, int type, int source) argument
57 return nativeGetDeviceTemperatures(type, source);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java38 * @param type the authenticator type to return
40 * matches the account type or null if none is present
43 AuthenticatorDescription type, int userId);
42 getServiceInfo( AuthenticatorDescription type, int userId) argument
/frameworks/base/telephony/java/com/android/ims/
H A DImsSuppServiceNotification.java40 /** TS 27.007 7.17 "type" (MT only) - Not used currently */
41 public int type; field in class:ImsSuppServiceNotification
59 ", type=" + type +
75 out.writeInt(type);
84 type = in.readInt();
/frameworks/base/tools/aapt/
H A DSymbol.h36 android::String16 type; member in struct:Symbol
64 , type(t)
72 android::String8(type).string(),
78 return (package < rhs.package) || (type < rhs.type) || (name < rhs.name) || (id < rhs.id);

Completed in 577 milliseconds

1234567891011>>