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

1234567

/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.h108 jint param,
H A Djni_gl_frame.cpp275 jint param,
278 return frame ? ToJBool(frame->SetTextureParameter(param, value)) : JNI_FALSE;
273 Java_android_filterfw_core_GLFrame_setNativeTextureParam(JNIEnv* env, jobject thiz, jint param, jint value) argument
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java451 private void sendToClient(int event, boolean success, int param) { argument
452 sendToClient(event, success, Integer.valueOf(param));
455 private void sendToClient(int event, boolean success, Object param) { argument
458 param).sendToTarget();
581 * @param device {@link BluetoothDevice} corresponding to remote device
583 * @param mas {@link BluetoothMasInstance} object describing MAS instance on
585 * @param callback {@link Handler} object to which callback messages will be
698 * @param status <code>true</code> if notifications shall be enabled,
764 * @param name name of sub-folder
821 * @param maxListCoun
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp1226 JNIObject<jobject> param = helper.getObjectArrayElement((jobjectArray)params, i); local
1227 if (param == NULL) {
1234 parseMacAddress(env, param, config.addr);
1235 config.type = (wifi_rtt_type)helper.getIntField(param, "requestType");
1236 config.peer = (rtt_peer_type)helper.getIntField(param, "deviceType");
1237 config.channel.center_freq = helper.getIntField(param, "frequency");
1238 config.channel.width = (wifi_channel_width) helper.getIntField(param, "channelWidth");
1239 config.channel.center_freq0 = helper.getIntField(param, "centerFreq0");
1240 config.channel.center_freq1 = helper.getIntField(param, "centerFreq1");
1242 config.num_burst = helper.getIntField(param, "numberBurs
1283 JNIObject<jobject> param = helper.getObjectArrayElement(params, i); local
1354 android_net_wifi_setScanningMacOui(JNIEnv *env, jclass cls, jint iface, jbyteArray param) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java301 String param = tokens[n];
302 if (DBG) log("parsing '" + param + "'");
304 String[] pair = param.split("=");
307 Rlog.e(TAG, "resolve: bad whereClause parameter: " + param);
511 * @param record the ADN record to load from
512 * @param cursor the cursor to receive the results
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java353 private static String getSatelliteAssertInfo(int index, int prn, String param) { argument
354 return String.format("Satellite::%s [i=%d, prn=%d]", param, index, prn);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DPresetReverbTest.java231 public void onParameterChange(PresetReverb effect, int status, int param, short value) { argument
232 Log.d(TAG,"onParameterChange, status: "+status+" p: "+param+" v: "+value);
/frameworks/av/services/audioflinger/
H A DThreads.cpp764 AudioParameter param(keyValuePair);
766 if (param.getInt(String8(AUDIO_PARAMETER_MONO_OUTPUT), value) == NO_ERROR) {
768 if (param.size() == 1) {
771 param.remove(String8(AUDIO_PARAMETER_MONO_OUTPUT));
772 configEvent = new SetParameterConfigEvent(param.toString());
2336 void *param __unused,
3529 AudioParameter param = AudioParameter(String8(address)); local
3531 param.addInt(String8(AUDIO_PARAMETER_STREAM_ROUTING), (int)type);
3533 param.toString().string());
3567 AudioParameter param; local
4275 int param = AudioMixer::VOLUME; local
4625 AudioParameter param = AudioParameter(keyValuePair); local
5175 AudioParameter param = AudioParameter(keyValuePair); local
7281 AudioParameter param = AudioParameter(keyValuePair); local
7619 AudioParameter param = AudioParameter(String8(address)); local
7648 AudioParameter param; local
[all...]
H A DPatchPanel.cpp390 AudioParameter param = AudioParameter(); local
391 param.addInt(String8(AUDIO_PARAMETER_STREAM_ROUTING), (int)type);
393 audioflinger->broacastParametersToRecordThreads_l(param.toString());
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1542 // C function void glSamplerParameteri ( GLuint sampler, GLenum pname, GLint param )
1547 int param
1550 // C function void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
1555 int[] param,
1559 // C function void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
1564 java.nio.IntBuffer param
1567 // C function void glSamplerParameterf ( GLuint sampler, GLenum pname, GLfloat param )
1572 float param
1575 // C function void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
1580 float[] param,
1552 glSamplerParameteriv( int sampler, int pname, int[] param, int offset ) argument
1577 glSamplerParameterfv( int sampler, int pname, float[] param, int offset ) argument
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec92 void glPixelStorei ( GLenum pname, GLint param )
108 void glTexParameterf ( GLenum target, GLenum pname, GLfloat param )
110 void glTexParameteri ( GLenum target, GLenum pname, GLint param )
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp767 /* void glFogf ( GLenum pname, GLfloat param ) */
770 (JNIEnv *_env, jobject _this, jint pname, jfloat param) {
773 (GLfloat)param
913 /* void glFogx ( GLenum pname, GLfixed param ) */
916 (JNIEnv *_env, jobject _this, jint pname, jint param) {
919 (GLfixed)param
1954 /* void glLightModelf ( GLenum pname, GLfloat param ) */
1957 (JNIEnv *_env, jobject _this, jint pname, jfloat param) {
1960 (GLfloat)param
2082 /* void glLightModelx ( GLenum pname, GLfixed param ) */
769 android_glFogf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
915 android_glFogx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1956 android_glLightModelf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
2084 android_glLightModelx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2212 android_glLightf__IIF(JNIEnv *_env, jobject _this, jint light, jint pname, jfloat param) argument
2395 android_glLightx__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
2740 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
2895 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
3286 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
3518 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3661 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3836 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3847 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6112 android_glPointParameterf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
6208 android_glPointParameterx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
6339 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6570 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
8211 android_glTexGenf__IIF(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloat param) argument
8305 android_glTexGeni__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
8399 android_glTexGenx__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1029 /* void glFogxOES ( GLenum pname, GLfixed param ) */
1032 (JNIEnv *_env, jobject _this, jint pname, jint param) {
1035 (GLfixed)param
1543 /* void glLightModelxOES ( GLenum pname, GLfixed param ) */
1546 (JNIEnv *_env, jobject _this, jint pname, jint param) {
1549 (GLfixed)param
1619 /* void glLightxOES ( GLenum light, GLenum pname, GLfixed param ) */
1622 (JNIEnv *_env, jobject _this, jint light, jint pname, jint param) {
1626 (GLfixed)param
1771 /* void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param ) */
1031 android_glFogxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1545 android_glLightModelxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1621 android_glLightxOES__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
1773 android_glMaterialxOES__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
1954 android_glPointParameterxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2082 android_glTexEnvxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2161 android_glTexParameterxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3135 android_glTexGenfOES__IIF(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloat param) argument
3214 android_glTexGeniOES__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
3293 android_glTexGenxOES__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
[all...]
H A Dandroid_opengl_GLES30.cpp4294 /* void glSamplerParameteri ( GLuint sampler, GLenum pname, GLint param ) */
4297 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jint param) {
4301 (GLint)param
4305 /* void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param ) */
4314 GLint *param = (GLint *) 0; local
4319 _exceptionMessage = "param == null";
4331 param = param_base + offset;
4336 (GLint *)param
4349 /* void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param ) */
4356 GLint *param local
4296 android_glSamplerParameteri__III(JNIEnv *_env, jobject _this, jint sampler, jint pname, jint param) argument
4375 android_glSamplerParameterf__IIF(JNIEnv *_env, jobject _this, jint sampler, jint pname, jfloat param) argument
4393 GLfloat *param = (GLfloat *) 0; local
4435 GLfloat *param = (GLfloat *) 0; local
[all...]
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp106 bool param; local
128 param = *(bool *)info;
129 arg1 = (int)param;
137 param = *(bool *)info;
138 arg1 = (int)param;
556 // get the pointer for the param from the java array
559 ALOGE("setParameter: Error retrieving param pointer");
617 // get the pointer for the param from the java array
620 ALOGE("getParameter: Error retrieving param pointer");
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp64 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param);
324 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) {
325 return getOMX(node)->sendCommand(node, cmd, param);
323 sendCommand( node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) argument
H A DMPEG4Writer.cpp679 status_t MPEG4Writer::start(MetaData *param) { argument
695 if (param &&
696 param->findInt32(kKey64BitFileOffset, &use64BitOffset) &&
718 if (param &&
719 param->findInt32(kKey2ByteNalLength, &use2ByteNalLength) &&
725 if (param && param->findInt32(kKeyRealTimeRecording, &isRealTimeRecording)) {
734 return startTracks(param);
739 if (!param ||
740 !param
1099 writeFtypBox(MetaData *param) argument
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h652 AudioParameter param; local
653 param.addInt(String8(AUDIO_PARAMETER_MONO_OUTPUT), (int)mMasterMono);
654 mpClientInterface->setParameters(output, param.toString());
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp216 void glPixelStorei(GLenum pname, GLint param) {} argument
232 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) {} argument
234 void glTexParameteri(GLenum target, GLenum pname, GLint param) {} argument
/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/native/services/surfaceflinger/
H A DDispSync.cpp387 struct sched_param param = {0}; local
388 param.sched_priority = 2;
389 if (sched_setscheduler(mThread->getTid(), SCHED_FIFO, &param) != 0) {
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfEditor.cpp71 static int getBlock(void* param, unsigned long position, unsigned char* outBuffer, argument
73 const int fd = reinterpret_cast<intptr_t>(param);
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp472 for (const clang::ParmVarDecl* param : FD->params()) {
473 if (!isSpecialKernelParameter(param->getName())) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelClass.java229 * @param that the ModelClass to compare.
240 * @param name The name of the method to find.
241 * @param args The types that the method should accept.
242 * @param staticOnly Whether only static methods should be returned or both instance methods
263 * @param name The name of the method to find.
264 * @param numParameters The number of parameters that the method should take
285 * @param name The method name to find
286 * @param args The arguments that the method should accept
287 * @param staticOnly true if the returned method must be static or false if it does not
379 * @param nam
[all...]
/frameworks/av/include/media/
H A DIOMX.h69 node_id node, OMX_COMMANDTYPE cmd, OMX_S32 param) = 0;

Completed in 2835 milliseconds

1234567