/frameworks/wilhelm/src/android/ |
android_Effect.h | 88 * Generic Effect functions 137 * Effect-agnostic functions 148 android::sp<android::AudioEffect>& effect,
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.cpp | 377 ff_effect effect{}; 378 effect.type = FF_RUMBLE; 379 effect.id = mFfEffectId; 380 effect.u.rumble.strong_magnitude = 0xc000; 381 effect.u.rumble.weak_magnitude = 0xc000; 382 effect.replay.length = (duration + 999'999LL) / 1'000'000LL; 383 effect.replay.delay = 0; 384 if (TEMP_FAILURE_RETRY(ioctl(mFd, EVIOCSFF, &effect))) { 385 ALOGW("Could not upload force feedback effect to device %s due to error %d.", 389 mFfEffectId = effect.id [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9effect.h | 283 STDMETHOD(CloneEffect)(THIS_ struct IDirect3DDevice9 *device, struct ID3DXEffect **effect) PURE; 358 STDMETHOD(CompileEffect)(THIS_ DWORD flags, ID3DXBuffer **effect, ID3DXBuffer **error_msgs) PURE; 371 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 374 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 379 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 382 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 387 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 390 struct ID3DXEffectPool *pool, struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 396 struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors); 400 struct ID3DXEffect **effect, struct ID3DXBuffer **compilation_errors) [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
bool.go | 52 // commutativeSets returns all side effect free sets of 77 // Exprs must contain only side effect free expressions. 96 // Exprs must contain only side effect free expressions.
|
/prebuilts/go/darwin-x86/src/os/signal/ |
signal.go | 70 // the program, nothing will happen. Ignore undoes the effect of any prior 134 // Reset undoes the effect of any prior calls to Notify for the provided 142 // It undoes the effect of all prior calls to Notify using c.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
bool.go | 52 // commutativeSets returns all side effect free sets of 77 // Exprs must contain only side effect free expressions. 96 // Exprs must contain only side effect free expressions.
|
/prebuilts/go/linux-x86/src/os/signal/ |
signal.go | 70 // the program, nothing will happen. Ignore undoes the effect of any prior 134 // Reset undoes the effect of any prior calls to Notify for the provided 142 // It undoes the effect of all prior calls to Notify using c.
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 163 /* Effect Library Interface Implementation */ 210 ALOGV("\tEffectCreate - This is the first effect in current sessionId %d sessionNo %d", 257 * quantisation like effect when returning 285 ALOGV("\tEffectCreate - Assigning memory for previously created effect on sessionNo %d", 294 // Create each Effect 297 ALOGV("\tEffectCreate - Effect to be created is LVM_BASS_BOOST"); 305 ALOGV("\tEffectCreate - Effect to be created is LVM_VIRTUALIZER"); 313 ALOGV("\tEffectCreate - Effect to be created is LVM_EQUALIZER"); 321 ALOGV("\tEffectCreate - Effect to be created is LVM_VOLUME"); 363 // Clear the instantiated flag for the effect [all...] |
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
ImagePixelization.java | 38 * A pixelization effect is applied to an image with varying pixelization 41 * being pixelized, the pixelization effect only takes place if a predefined 43 * effect is also applied when the user stops moving the seekbar. 213 * original size (while setting the filter flag to false), the same effect can be 242 * are required to achieve the pixelization effect. Otherwise, a BitmapDrawable
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
ParticleEffect.java | 46 public ParticleEffect (ParticleEffect effect) {
47 emitters = new Array(true, effect.emitters.size);
48 for (int i = 0, n = effect.emitters.size; i < n; i++)
49 emitters.add(new ParticleEmitter(effect.emitters.get(i)));
163 throw new GdxRuntimeException("Error loading effect: " + effectFile, ex);
|
/external/skia/include/core/ |
SkMaskFilter.h | 58 @param margin if not null, return the buffer dx/dy need when calculating the effect. Used when 69 * explicit input mask. Per-pixel, the effect receives the incoming mask's coverage as 74 * If effect is non-NULL, a new GrProcessor instance is stored in it. The caller assumes 75 * ownership of the effect and must unref it. 168 * provided BlurRec parameter. If this effect cannot be represented as a BlurRec, return false
|
/external/skia/src/effects/ |
SkMagnifierImageFilter.cpp | 168 const GrProcessor& effect) { 169 const GrMagnifierEffect& zoom = effect.cast<GrMagnifierEffect>(); 201 GrFragmentProcessor* effect = GrMagnifierEffect::Create( local 210 SkASSERT(effect); 211 return effect;
|
/external/skia/src/gpu/effects/ |
GrYUVEffect.cpp | 275 const RGBToYUVEffect& effect = processor.cast<RGBToYUVEffect>(); variable 276 OutputChannels oc = effect.outputChannels(); 277 if (effect.getColorSpace() != fLastColorSpace || oc != fLastOutputChannels) { 280 switch (effect.getColorSpace()) { 308 fLastColorSpace = effect.getColorSpace();
|
/frameworks/base/core/java/android/transition/ |
Crossfade.java | 66 * while the new one fades in. This effect may work well on views 77 * the whole time. This effect may work well on views 86 * new one. This effect may be more suitable than the other 108 * This effect may work well on images, but is not recommended 247 // TODO: How to handle resizing with a CROSSFADE (vs. REVEAL) effect
|
/frameworks/base/core/java/android/view/ |
ActionMode.java | 86 * Set the title of the action mode. This method will have no visible effect if 97 * Set the title of the action mode. This method will have no visible effect if 108 * Set the subtitle of the action mode. This method will have no visible effect if 119 * Set the subtitle of the action mode. This method will have no visible effect if 219 * cancel the former and then take effect.
|
/frameworks/base/core/java/android/webkit/ |
CacheManager.java | 233 * @deprecated This method no longer has any effect and always returns null. 244 * @deprecated This method no longer has any effect and always returns false. 257 * @deprecated This method no longer has any effect and always returns false. 269 * @deprecated This method no longer has any effect and always returns false. 287 * @deprecated This method no longer has any effect and always returns null.
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EqualizerTest.java | 330 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { 333 public void onControlStatusChange(AudioEffect effect, boolean controlGranted) { 337 public void onParameterChange(Equalizer effect, int status, int param1, int param2, int value) { 363 Log.e(TAG,"Equalizer effect not supported"); 369 Log.e(TAG,"Equalizer effect not found");
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
SystemBarHelper.java | 75 * <p>This will only take effect in versions Lollipop or above. Otherwise this is a no-op. 98 * <p>This will only take effect in versions Lollipop or above. Otherwise this is a no-op. 205 * no effect. 207 * <p>This will only take effect in versions Lollipop or above. Otherwise this is a no-op. 219 * {@link View#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN} only takes effect when it is added to a view
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-rx.texi | 36 It has no effect on the assembled instructions, but it does influence 43 It has no effect on the assembled instructions, but it does influence 49 ABI. It has no effect on the assembled instructions, but it does 56 ABI. It has no effect on the assembled instructions, but it does 183 effect. Note that one or more labels may be between this directive
|
/external/skia/gm/ |
beziereffects.cpp | 61 float fKLM[4]; // The last value is ignored. The effect expects a vec4f. 140 float fKLM[4]; // The last value is ignored. The effect expects a vec4f. 146 // Mult by 3 for each edge effect type 283 float fKLM[4]; // The last value is ignored. The effect expects a vec4f. 289 // Mult by 3 for each edge effect type 448 float fKLM[4]; // The last value is ignored. The effect expects a vec4f. 522 float fUV[4]; // The last two values are ignored. The effect expects a vec4f.
|
/hardware/libhardware/modules/audio/ |
audio_hw.c | 84 // out->last_write_time_us = 0; unnecessary as a stale write time has same effect 159 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 161 ALOGV("out_add_audio_effect: %p", effect); 165 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 167 ALOGV("out_remove_audio_effect: %p", effect); 280 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 285 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect)
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 81 * <code>TransformerFactory</code> in effect when the 239 * effect the properties that the transformer contains.</p> 246 * @return A copy of the set of output properties in effect for 257 * Set an output property that will be in effect for the 287 * Get an output property that is in effect for the 306 * Set the error event listener in effect for the transformation. 315 * Get the error event handler in effect for the transformation.
|
/device/google/dragon/audio/hal/ |
audio_hw.c | 886 static int in_configure_effect_channels(effect_handle_t effect, 896 ALOGV("in_configure_effect_channels(): configure effect with channels: [%04x][%04x]", 903 fct_status = (*effect)->command(effect, 917 fct_status = (*effect)->command(effect, 931 fct_status = (*effect)->command(effect, 947 effect_handle_t effect, [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEnvReverbTest.java | 53 // Implementor UUID for volume controller effect defined in 57 // Implementor UUID for environmental reverb effect defined in 111 assertTrue(msg +": invalid effect ID", (reverb.getId() != 0)); 119 msg = msg.concat(": Effect library not loaded"); 344 // 2 - Effect action 390 assertTrue(msg + ": reverb has no effect", energy1000 > 0); 452 // auxiliary reverb will be chosen by the effect framework as we are on session 0 465 // effect chain 475 assertTrue(msg + ": reverb has no effect", energy1000 > 0); 524 Log.e(TAG, "getReverb() Effect library not loaded exception: "+e) [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
RowPresenter.java | 87 * view for views that are not selected. Subclasses may override this default effect 89 * {@link #onSelectLevelChanged(ViewHolder)} to apply a different selection effect. 92 * Call {@link #setSelectEffectEnabled(boolean)} to enable/disable the select effect, 93 * This will not only enable/disable the default dim effect but also subclasses must 530 * this function and implement a different select effect. In this case, 532 * the default dimming effect. 548 * Enables or disables the row selection effect. 549 * This will not only affect the default dim effect, but subclasses must 557 * Returns true if the row selection effect is enabled. 566 * Returns true if this RowPresenter is using the default dimming effect [all...] |