Searched refs:param (Results 151 - 169 of 169) sorted by relevance

1234567

/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp317 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) {
324 return instance->sendCommand(cmd, param);
316 sendCommand( node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) argument
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h600 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIIVOESPROC) (GLuint sampler, GLenum pname, const GLint *param);
601 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIUIVOESPROC) (GLuint sampler, GLenum pname, const GLuint *param);
609 GL_APICALL void GL_APIENTRY glSamplerParameterIivOES (GLuint sampler, GLenum pname, const GLint *param);
610 GL_APICALL void GL_APIENTRY glSamplerParameterIuivOES (GLuint sampler, GLenum pname, const GLuint *param);
1722 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, const GLint *param);
1723 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, const GLuint *param);
1731 GL_APICALL void GL_APIENTRY glSamplerParameterIivEXT (GLuint sampler, GLenum pname, const GLint *param);
1732 GL_APICALL void GL_APIENTRY glSamplerParameterIuivEXT (GLuint sampler, GLenum pname, const GLuint *param);
2856 typedef void (GL_APIENTRYP PFNGLEXTTEXOBJECTSTATEOVERRIDEIQCOMPROC) (GLenum target, GLenum pname, GLint param);
2865 GL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java302 * @param out The output writer
303 * @param level The indentation level
311 * @param className The className of the view to find
312 * @param hashCode The hashCode of the view to find
889 * @param resources Resources to resolve attributes from.
890 * @param theme Theme to dump.
1598 * @param tag for log
1599 * @param view for dump
1654 public static void setLayoutParameter(final View view, final String param, final int value) argument
1657 final Field f = p.getClass().getField(param);
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java438 * @param settings If null, use default parameter, i.e. full scan.
439 * @param workSource If null, all blame is given to the calling uid.
548 * @param enable {@code true} to enable, {@code false} to disable.
591 * @param wifiConfig SSID, security and channel details as
593 * @param enabled true to enable and false to disable
652 * @param wifiConfig WifiConfiguration details for soft access point
666 * @param enable {@code true} to enable, {@code false} to disable.
821 * @param scanResult scanResult that represents the BSSID
900 * @param netId the integer that identifies the network configuration
917 * @param netI
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java229 // C function void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param )
234 int param
/frameworks/base/core/java/android/text/
H A DTextUtils.java289 * @param tokens an array objects to be joined. Strings will be formed from
308 * @param tokens an array objects to be joined. Strings will be formed from
328 * @param text the string to split
329 * @param expression the regular expression to match
345 * @param text the string to split
346 * @param pattern the regular expression to match
396 * @param delimiter the delimeter on which to split
404 * @param string the string to split
448 * @param str the string to be examined
488 * @param
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java819 ModelClass param = parameterTypes[0];
821 isBetterParameter(argumentType, param, bestParameterType, true, imports)) {
822 bestParameterType = param;
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java77 * @param reply Parcel to write to
78 * @param e The Exception to be written.
127 * @param reply Parcel to read from
192 * @param prog the program to bind the object to
193 * @param index the 1-based index to bind at
194 * @param value the value to bind
231 * @param obj the object whose value type is to be returned
257 * @param cursor The cursor that contains the data to put in the window.
258 * @param position The start position for filling the window.
259 * @param windo
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp4060 /* void glPixelStorei ( GLenum pname, GLint param ) */
4063 (JNIEnv *_env, jobject _this, jint pname, jint param) {
4066 (GLint)param
4379 /* void glTexParameterf ( GLenum target, GLenum pname, GLfloat param ) */
4382 (JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) {
4386 (GLfloat)param
4478 /* void glTexParameteri ( GLenum target, GLenum pname, GLint param ) */
4481 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) {
4485 (GLint)param
4062 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
4381 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4480 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
H A Dandroid_opengl_GLES31.cpp491 /* void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param ) */
494 (JNIEnv *_env, jobject _this, jint target, jint pname, jint param) {
498 (GLint)param
493 android_glFramebufferParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
/frameworks/av/services/audioflinger/
H A DThreads.h531 static int asyncCallback(stream_callback_event_t event, void *param, void *cookie);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java121 * @param request RIL_REQUEST_*
122 * @param result sent when operation completes
522 * @param rr The RIL Request that has timed out.
546 * @param is non-null; Stream to read from
547 * @param buffer Buffer to fill in. Must be as large as maximum
2105 * @param bandMode one of BM_*_BAND
2106 * @param response is callback message
2125 * @param response is callback message
2197 int[] param = new int[1];
2198 param[
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java136 native void nDeviceSetConfig(long dev, int param, int value); argument
1174 * @param id
1175 * @param data
1245 * @param p New priority to be set.
1404 * @param ctx The context.
1442 * @param ctx The context.
1454 * @param ctx The context.
1455 * @param ct The type of context to be created.
1478 * @param ctx The context.
1479 * @param c
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java71 * @param blackList User provided black list string.
108 native void nDeviceSetConfig(long dev, int param, int value); argument
245 * @param cacheDir A directory the current process can write to
1164 * @param id
1165 * @param data
1238 * @param p New priority to be set.
1353 * @param ctx The context.
1485 * @param ctx The context.
1497 * @param ctx The context.
1498 * @param c
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h160 XAuint32 param,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h396 SLuint32 param,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2685 milliseconds

1234567