Searched refs:param (Results 1 - 25 of 120) sorted by last modified time

12345

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h160 XAuint32 param,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h396 SLuint32 param,
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp49 uint32_t eq_paramSize(int32_t param) { argument
52 switch (param) {
68 SL_LOGE("Trying to use an unknown EQ parameter %d", param);
74 uint32_t eq_valueSize(int32_t param) { argument
77 switch (param) {
99 SL_LOGE("Trying to access an unknown EQ parameter %d", param);
109 uint32_t bb_valueSize(int32_t param) { argument
112 switch (param) {
121 SL_LOGE("Trying to access an unknown BassBoost parameter %d", param);
132 uint32_t virt_valueSize(int32_t param) { argument
155 erev_valueSize(int32_t param) argument
188 android_eq_getParam(android::sp<android::AudioEffect> pFx, int32_t param, int32_t param2, void *pValue) argument
214 android_eq_setParam(android::sp<android::AudioEffect> pFx, int32_t param, int32_t param2, void *pValue) argument
237 android_bb_setParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
245 android_bb_getParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
340 android_virt_setParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
348 android_virt_getParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
414 android_erev_setParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
429 android_erev_getParam(android::sp<android::AudioEffect> pFx, int32_t param, void *pValue) argument
561 android_fx_setParam(android::sp<android::AudioEffect> pFx, int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) argument
582 android_fx_getParam(android::sp<android::AudioEffect> pFx, int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize) argument
[all...]
H A Dandroid_Effect.h23 int32_t param, int32_t param2, void *pValue);
26 int32_t param, int32_t param2, void *pValue);
34 int32_t param, void *pValue);
37 int32_t param, void *pValue);
45 int32_t param, void *pValue);
48 int32_t param, void *pValue);
67 int32_t param, void *pValue);
70 int32_t param, void *pValue);
125 int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize);
128 int32_t param, uint32_
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dmultithread.c42 void *thread_start(void *param) argument
46 ThreadArgument *ta = (ThreadArgument *) param;
H A Dplaybq.c76 static void callback(SLBufferQueueItf bufq, void *param) argument
78 assert(NULL == param);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java88 native void nDeviceSetConfig(int dev, int param, int value); argument
106 * @param cacheDir A directory the current process can write to
643 * @param p New priority to be set.
750 * @param ctx The context.
769 * @param ctx The context.
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicYuvToRGB.cpp83 extern "C" void rsdIntrinsicYuv_K(void *dst, const uchar *Y, const uchar *uv, uint32_t count, const short *param);
/frameworks/support/renderscript/v8/rs_support/
H A Drs.spec8 param void *data
9 param size_t *receiveLen
10 param uint32_t *usrID
16 param size_t *receiveLen
17 param uint32_t *usrID
31 param RsElement e
32 param uint32_t dimX
33 param uint32_t dimY
34 param uint32_t dimZ
35 param boo
[all...]
/frameworks/rs/driver/
H A DrsdIntrinsicYuvToRGB.cpp83 extern "C" void rsdIntrinsicYuv_K(void *dst, const uchar *Y, const uchar *uv, uint32_t count, const short *param);
/frameworks/rs/
H A Drs.spec8 param void *data
9 param size_t *receiveLen
10 param uint32_t *usrID
16 param size_t *receiveLen
17 param uint32_t *usrID
31 param RsElement e
32 param uint32_t dimX
33 param uint32_t dimY
34 param uint32_t dimZ
35 param boo
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java207 String param = tokens[n];
208 if (DBG) log("parsing '" + param + "'");
210 String[] pair = param.split("=");
213 Log.e(TAG, "resolve: bad whereClause parameter: " + param);
399 * @param record the ADN record to load from
400 * @param cursor the cursor to receive the results
H A DRIL.java93 * @param request RIL_REQUEST_*
94 * @param result sent when operation completes
444 * @param is non-null; Stream to read from
445 * @param buffer Buffer to fill in. Must be as large as maximum
1771 * @param bandMode one of BM_*_BAND
1772 * @param response is callback message
1790 * @param response is callback message
1856 int[] param = new int[1];
1857 param[0] = accept ? 1 : 0;
1858 rr.mp.writeIntArray(param);
[all...]
H A DWspTypeDecoder.java213 * @param startIndex The starting position of the "Text-string" in this pdu
236 * @param startIndex The starting position of the "Token-text" in this pdu
256 * @param startIndex The starting position of the "Short-integer" in this pdu
274 * @param startIndex The starting position of the "Long-integer" in this pdu
297 * @param startIndex The starting position of the "Integer-Value" in this pdu
313 * @param startIndex The starting position of the "Uintvar-integer" in this pdu
338 * @param startIndex The starting position of the "Value-length" in this pdu
361 * @param startIndex The starting position of the "Extension-media" in this PDU.
388 * @param startIndex The starting position of the "Constrained-encoding" in this pdu
405 * @param startInde
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java92 BIPClientParams param = (BIPClientParams) cmdParams;
93 mTextMsg = param.textMsg;
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduParser.java94 * @param pduDataStream pdu data to be parsed
229 * @param pduDataStream pdu data input stream
828 * @param pduDataStream pdu data input stream
943 * @param text log information
954 * @param pduDataStream pdu data input stream
988 * @param pduDataStream pdu data input stream
1017 * @param pduDataStream pdu data input stream
1061 * @param pduDataStream pdu data input stream
1062 * @param stringType TYPE_TEXT_STRING or TYPE_QUOTED_STRING
1113 * @param c
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java81 * @param name The name of the component.
117 * @param child The child component.
135 * @param prop
158 * @param name The name of the property that should be returned.
168 * @param name The name of the property that should be returned.
243 * @param name The name of the property.
251 * @param name The name of the property.
252 * @param value The value of the property.
277 * @param value The desired value for this property.
285 * @param para
287 addParameter(Parameter param) argument
[all...]
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java69 * @param storage to use for recording the state of operations across restarts/reboots
90 * @param spec describing some or all scheduler options.
91 * @param options to update with parsed values.
97 for (String param : spec.split(" +")) {
98 if (param.length() == 0) continue;
99 if (param.startsWith("backoff=")) {
100 int plus = param.indexOf('+', 8);
102 options.backoffFixedMillis = parseSeconds(param.substring(8));
105 options.backoffFixedMillis = parseSeconds(param.substring(8, plus));
107 options.backoffIncrementalMillis = parseSeconds(param
122 parseSeconds(String param) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java516 * @param msgId Id of the hint message.
529 * @param mode Mode of the editing action.
530 * @param state Mode of the selection state.
635 * @param uri URI of the iamge inserted to TextView.
644 * @param resId Resource ID of the iamge inserted to TextView.
681 * @param size The size of the Item.
690 * @param color The color of the Item.
699 * @param align The color of the Item.
708 * @param color The background color of view.
728 * @param htm
2863 onAction(int newMode, Object param) argument
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.h142 void SetKernelParam(double param) { argument
143 kernel_param_ = param;
213 // the dot product while calculating the kernel function. Kernel param is
/frameworks/native/opengl/include/GLES/
H A Dgl.h599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
608 GL_API void GL_APIENTRY glLightModelf (GLenum pname, GLfloat param);
610 GL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param);
614 GL_API void GL_APIENTRY glMaterialf (GLenum face, GLenum pname, GLfloat param);
620 GL_API void GL_APIENTRY glPointParameterf (GLenum pname, GLfloat param);
626 GL_API void GL_APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
628 GL_API void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
668 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
692 GL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param);
694 GL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param);
[all...]
H A Dglext.h624 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
633 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
635 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
639 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
645 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
652 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
654 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
664 typedef void (GL_APIENTRYP PFNGLFOGXOESPROC) (GLenum pname, GLfixed param);
673 typedef void (GL_APIENTRYP PFNGLLIGHTMODELXOESPROC) (GLenum pname, GLfixed param);
675 typedef void (GL_APIENTRYP PFNGLLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed param);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h564 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
580 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
582 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
H A Dgl2ext.h1359 GL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
1368 typedef void (GL_APIENTRYP PFNGLEXTTEXOBJECTSTATEOVERRIDEIQCOMPROC) (GLenum target, GLenum pname, GLint param);
/frameworks/native/opengl/libagl/
H A Dlight.cpp452 static void lightModelx(GLenum pname, GLfixed param, ogles_context_t* c) argument
458 c->lighting.lightModel.twoSide = param ? GL_TRUE : GL_FALSE;
462 static void lightx(GLenum i, GLenum pname, GLfixed param, ogles_context_t* c) argument
473 if (GGLfixed(param) >= gglIntToFixed(128)) {
477 light.spotExp = param;
480 if (param!=gglIntToFixed(180) && GGLfixed(param)>=gglIntToFixed(90)) {
484 light.spotCutoff = param;
486 gglFloatToFixed(cosinef((M_PI/(180.0f*65536.0f))*param));
489 if (param <
565 materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c) argument
579 fogx(GLenum pname, GLfixed param, ogles_context_t* c) argument
643 glLightModelf(GLenum pname, GLfloat param) argument
649 glLightModelx(GLenum pname, GLfixed param) argument
700 glLightf(GLenum i, GLenum pname, GLfloat param) argument
706 glLightx(GLenum i, GLenum pname, GLfixed param) argument
746 glMaterialf(GLenum face, GLenum pname, GLfloat param) argument
752 glMaterialx(GLenum face, GLenum pname, GLfixed param) argument
844 glFogf(GLenum pname, GLfloat param) argument
852 glFogx(GLenum pname, GLfixed param) argument
[all...]

Completed in 343 milliseconds

12345