/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 100 // set/get audio output parameters. The function accepts a list of parameters 102 // Some keys are reserved for standard parameters (See AudioParameter class). 159 // set/get audio input parameters. The function accepts a list of parameters 161 // Some keys are reserved for standard parameters (See AudioParameter class). 182 * The interface supports setting and getting parameters, selecting audio routing 223 // set/get global audio parameters 227 // Returns audio input buffer size according to parameters passed or 0 if one of the 228 // parameters is not supporte [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
fields_index_additions.html | 134 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_50HZ" class="hiddenlink" target="rightframe">ANTIBANDING_50HZ</A> 136 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_60HZ" class="hiddenlink" target="rightframe">ANTIBANDING_60HZ</A> 138 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_AUTO" class="hiddenlink" target="rightframe">ANTIBANDING_AUTO</A> 140 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.ANTIBANDING_OFF" class="hiddenlink" target="rightframe">ANTIBANDING_OFF</A> 305 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.EFFECT_AQUA" class="hiddenlink" target="rightframe">EFFECT_AQUA</A [all...] |
/external/libnfc-nxp/src/ |
phHciNfc.h | 97 * \note All members of this structure are in parameters [in]. 124 * \note All members of this structure are in parameters [in]. 146 * \note All members of this structure are in parameters [in]. 189 * to configure the parameters of the 199 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 233 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 272 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 297 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 321 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 353 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters [all...] |
phHciNfc_NfcIPMgmt.h | 139 /* Contains the current parameters of the NFCIP-1 link when 198 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 222 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 247 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 283 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 307 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 334 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 363 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 390 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters 415 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters [all...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebContext.cpp | 222 WebProcessCreationParameters parameters; local 224 parameters.applicationCacheDirectory = applicationCacheDirectory(); 227 parameters.injectedBundlePath = injectedBundlePath(); 229 SandboxExtension::createHandle(parameters.injectedBundlePath, SandboxExtension::ReadOnly, parameters.injectedBundlePathExtensionHandle); 232 parameters.shouldTrackVisitedLinks = m_historyClient.shouldTrackVisitedLinks(); 233 parameters.cacheModel = m_cacheModel; 234 parameters.languageCode = defaultLanguage(); 235 parameters.applicationCacheDirectory = applicationCacheDirectory(); 236 parameters.databaseDirectory = databaseDirectory() [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbdcd.h | 57 * Parameters: 83 * Parameters: 108 * Parameters: 129 * Parameters: 145 * Parameters: 169 * Parameters: 183 * Parameters: 214 * Parameters: 243 * Parameters: 274 * Parameters [all...] |
drv.h | 259 * Parameters: 289 * Parameters: 310 * Parameters: 321 * Parameters: 335 * Parameters: 349 * Parameters: 372 * Parameters: 388 * Parameters: 404 * Parameters: 416 * Parameters [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcd.h | 57 * Parameters: 83 * Parameters: 108 * Parameters: 129 * Parameters: 145 * Parameters: 169 * Parameters: 183 * Parameters: 214 * Parameters: 243 * Parameters: 274 * Parameters [all...] |
/packages/apps/Camera/src/com/android/camera/ |
FocusManager.java | 28 import android.hardware.Camera.Parameters; 72 private Parameters mParameters; 108 public void initializeParameters(Parameters parameters) { 109 mParameters = parameters; 111 && isSupported(Parameters.FOCUS_MODE_AUTO, 225 if (!Parameters.FOCUS_MODE_CONTINUOUS_PICTURE. 357 mFocusMode = Parameters.FOCUS_MODE_AUTO; 377 if (isSupported(Parameters.FOCUS_MODE_AUTO, 379 mFocusMode = Parameters.FOCUS_MODE_AUTO [all...] |
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
VideoChatTestActivity.java | 88 Camera.Parameters params = cam.getParameters(); 336 Camera.Parameters parameters = camera.getParameters(); local 338 publishProgress("Changing preview parameters " + width + "x" + height + baseStatus); 340 parameters.setPreviewSize(width, height); 341 parameters.setPreviewFormat(ImageFormat.NV21); 343 parameters.setPreviewFrameRate(frameRate); 344 camera.setParameters(parameters); 346 publishProgress("Validating preview parameters " + baseStatus); 348 parameters = camera.getParameters() [all...] |
/external/icu4c/tools/ctestfw/unicode/ |
utimer.h | 41 * Params* parameters = ( Params*) param; 43 * unorm_normalize(parameters->source, parameters->sourceLen, parameters->mode, 0, parameters->target, parameters->targetLen, &error); 259 * @param param Parameters to be passed to the fn
|
/external/skia/src/animator/ |
SkDrawPaint.cpp | 35 // !!! in the future, this could be compiled by build-condensed-info into an array of parameters 159 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type, 166 SkASSERT(parameters.count() == 1); 171 SkASSERT(parameters[0].fType == SkType_String); 172 scriptValue->fOperand.fScalar = paint.measureText(parameters[0].fOperand.fString->c_str(), 173 parameters[0].fOperand.fString->size()); 174 // SkDebugf("measureText: %s = %g\n", parameters[0].fOperand.fString->c_str(),
|
/external/webrtc/src/modules/audio_processing/aecm/main/source/ |
aecm_core.h | 29 // Algorithm parameters 50 // Counter parameters 60 // Energy parameters 69 // Stepsize parameters 73 // Channel parameters 82 // Suppression gain parameters: SUPGAIN_ parameters in Q-(RESOLUTION_SUPGAIN)
|
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.hardware.Camera.Parameters.html | 10 android.hardware.Camera.Parameters 74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.Parameters.html" target="_top"><font size="+2"><code>Camera.Parameters</code></font></A> 86 <A NAME="android.hardware.Camera.Parameters.getPreferredPreviewSizeForVideo_added()"></A> 87 <nobr><code>Size</code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getPreferredPreviewSizeForVideo()" target="_top"><code>getPreferredPreviewSizeForVideo</code></A>()</nobr> 93 <A NAME="android.hardware.Camera.Parameters.getSupportedVideoSizes_added()"></A> 94 <nobr><code>List<Size></code> <A HREF="../../../../reference/android/hardware/Camera.Parameters.html#getSupportedVideoSizes()" target="_top"><code>getSupportedVideoSizes</code></A>()</nobr>
|
/libcore/luni/src/main/java/javax/crypto/ |
Cipher.java | 415 * Returns the parameters that where used to create this cipher instance. 417 * These may be a the same parameters that were used to create this cipher 418 * instance, or may be a combination of default and random parameters, 421 * @return the parameters that where used to create this cipher instance, or 423 * parameters. 452 * If this cipher instance needs any algorithm parameters or random values 454 * this cipher is supposed to generate the required parameters (using its 490 * If this cipher instance needs any algorithm parameters or random values 492 * this cipher is supposed to generate the required parameters (using its 532 * parameters [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
ConfigurationTest.java | 233 * @tests javax.security.auth.login.Configuration#getInstance(java.lang.String, javax.security.auth.login.Configuration.Parameters, java.security.Provider) 239 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp); 272 * @tests javax.security.auth.login.Configuration#getInstance(java.lang.String, javax.security.auth.login.Configuration.Parameters, java.lang.String) 280 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp); 327 * @tests javax.security.auth.login.Configuration#getInstance(java.lang.String, javax.security.auth.login.Configuration.Parameters) 335 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp); 377 assertEquals("Configuration parameters got should be equals to parameters provided",cf.getParameters(),mcp) [all...] |
/external/chromium/base/ |
callback.h.pump | 32 // parameters have been bound (usually via currying). Closures are well 121 // and all its bound parameters. Each Callback specialization has a templated 125 // parameters, and a DoInvoke() that is capable of invoking the target. 129 // parameters. It does this by storing a pointer to the specific DoInvoke() 137 // - Unwrapping the function signature into return type, and parameters 138 // - Determining the number of parameters that are bound 139 // - Creating the storage for the bound parameters 142 // matching the number of unbound parameters, and knows the correct 149 // By default Bind() will store copies of all bound parameters, and attempt 180 // tr1::function causes a copy to be made of all the bound parameters an [all...] |
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 90 * @param parameters a list of the parameter types. 100 String mname, CtClass[] parameters, 105 return make(Modifier.PUBLIC, returnType, mname, parameters, exceptions, 116 * @param parameters a list of the parameter types. 127 String mname, CtClass[] parameters, 134 = new CtMethod(returnType, mname, parameters, declaring); 194 * @param parameters a list of the parameter types 202 CtClass[] parameters, 207 CtMethod cm = new CtMethod(returnType, mname, parameters, declaring); 298 * by <code>delegate</code> with all the parameters passed to th [all...] |
/frameworks/base/include/media/ |
AudioEffect.h | 59 * Parameters: 77 * Parameters: 97 * Parameters: 118 * Parameters: 169 * Parameters: 208 * Parameters: 299 * Parameters: 312 * Parameters: 324 * setParameterCommit(). This method can be used to set multiple parameters 328 * Parameters [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
armCOMM.c | 27 * Parameters: 53 * Parameters: 78 * Parameters: 122 * Parameters: 166 * Parameters: 194 * Parameters: 222 * Parameters: 253 * Parameters: 293 * Parameters: 329 * Parameters [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
armCOMM.c | 27 * Parameters: 53 * Parameters: 78 * Parameters: 122 * Parameters: 166 * Parameters: 194 * Parameters: 222 * Parameters: 253 * Parameters: 293 * Parameters: 329 * Parameters [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
armCOMM.c | 27 * Parameters: 53 * Parameters: 78 * Parameters: 122 * Parameters: 166 * Parameters: 194 * Parameters: 222 * Parameters: 253 * Parameters: 293 * Parameters: 329 * Parameters [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ethtool.h | 82 /* for configuring coalescing parameters of chip */ 100 /* Same as above two parameters, except that these values 122 /* Same as above two parameters, except that these values 148 * is below pkt_rate_low, the {rx,tx}_*_low parameters are 159 * normal {rx,tx}_* coalescing parameters are used. 163 * is above pkt_rate_high, the {rx,tx}_*_high parameters are 178 /* for configuring RX/TX ring parameters */ 200 /* for configuring link flow control parameters */ 206 * pause parameters be auto-negotiated too. In such a case, the 290 #define ETHTOOL_GRINGPARAM 0x00000010 /* Get ring parameters */ [all...] |
/external/bluetooth/glib/glib/ |
gprintf.c | 43 * positional parameters, as specified in the Single Unix Specification. 71 * positional parameters, as specified in the Single Unix Specification. 102 * positional parameters, as specified in the Single Unix Specification. 147 * The format string may contain positional parameters, as specified in 176 * positional parameters, as specified in the Single Unix Specification. 199 * positional parameters, as specified in the Single Unix Specification. 223 * positional parameters, as specified in the Single Unix Specification. 264 * The format string may contain positional parameters, as specified in 290 * positional parameters, as specified in the Single Unix Specification.
|
/external/icu4c/layout/ |
OpenTypeLayoutEngine.h | 256 * Input parameters: 263 * Output parameters: 285 * Input parameters: 293 * Output parameters: 326 * Output parameters: 341 * Input parameters: 348 * Output parameters: 364 * Input parameters: 370 * Output parameters:
|