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

1234567

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java164 * @param context the context to use for the content resolver
173 * @param context the context to use for the content resolver
174 * @param userHandle the user handle of the user to query.
242 * @param locale the locale into which the skeleton should be localized
243 * @param skeleton a skeleton as described above
253 * @param context the application context
263 * @param context the application context
273 * @param context the application context
274 * @param userHandle the user handle of the user to query the format for
286 * @param contex
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp30 #include <sys/param.h>
/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/services/surfaceflinger/
H A DSurfaceFlinger.cpp473 struct sched_param param = {0}; local
474 param.sched_priority = 2;
475 if (sched_setscheduler(mSFEventThread->getTid(), SCHED_FIFO, &param) != 0) {
2633 struct sched_param param = {0}; local
2634 param.sched_priority = 1;
2635 if (sched_setscheduler(0, SCHED_FIFO, &param) != 0) {
2640 struct sched_param param = {0}; local
2641 if (sched_setscheduler(0, SCHED_OTHER, &param) != 0) {
H A DSurfaceFlinger_hwc1.cpp469 struct sched_param param = {0}; local
470 param.sched_priority = 2;
471 if (sched_setscheduler(mSFEventThread->getTid(), SCHED_FIFO, &param) != 0) {
2549 struct sched_param param = {0}; local
2550 param.sched_priority = 1;
2551 if (sched_setscheduler(0, SCHED_FIFO, &param) != 0) {
2556 struct sched_param param = {0}; local
2557 if (sched_setscheduler(0, SCHED_OTHER, &param) != 0) {
/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.java436 * @param settings If null, use default parameter, i.e. full scan.
437 * @param workSource If null, all blame is given to the calling uid.
546 * @param enable {@code true} to enable, {@code false} to disable.
589 * @param wifiConfig SSID, security and channel details as
591 * @param enabled true to enable and false to disable
650 * @param wifiConfig WifiConfiguration details for soft access point
664 * @param enable {@code true} to enable, {@code false} to disable.
819 * @param scanResult scanResult that represents the BSSID
898 * @param netId the integer that identifies the network configuration
915 * @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.h550 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.java120 * @param request RIL_REQUEST_*
121 * @param result sent when operation completes
537 * @param rr The RIL Request that has timed out.
561 * @param is non-null; Stream to read from
562 * @param buffer Buffer to fill in. Must be as large as maximum
2125 * @param bandMode one of BM_*_BAND
2126 * @param response is callback message
2145 * @param response is callback message
2217 int[] param = new int[1];
2218 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.
1351 * @param ctx The context.
1483 * @param ctx The context.
1495 * @param ctx The context.
1496 * @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 759 milliseconds

1234567