/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/1.3/android.hardware.vibrator-V1.3-java/android_common/javac/ |
D | android.hardware.vibrator-V1.3-java.jar | ... V1_3/
android/hardware/vibrator/V1_3/Effect.class
Effect.java
package android.hardware. ... |
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/1.2/android.hardware.vibrator-V1.2-java/android_common/javac/ |
D | android.hardware.vibrator-V1.2-java.jar | ... V1_2/
android/hardware/vibrator/V1_2/Effect.class
Effect.java
package android.hardware. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-media3/androidx.media3.media3-effect-nodeps/android_common_apex30/aar/ |
D | androidx.media3.media3-effect-nodeps.jar | ... .BitmapOverlay {
final synthetic android.graphics.Bitmap val$overlayBitmap
final synthetic androidx.media3.effect. ... |
D | classes.jar | ... .BitmapOverlay {
final synthetic android.graphics.Bitmap val$overlayBitmap
final synthetic androidx.media3.effect. ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-media3/androidx.media3.media3-effect-nodeps/android_common/aar/ |
D | androidx.media3.media3-effect-nodeps.jar | ... .BitmapOverlay {
final synthetic android.graphics.Bitmap val$overlayBitmap
final synthetic androidx.media3.effect. ... |
D | classes.jar | ... .BitmapOverlay {
final synthetic android.graphics.Bitmap val$overlayBitmap
final synthetic androidx.media3.effect. ... |
/aosp_15_r20/hardware/libhardware_legacy/audio/ |
H A D | audio_hw_hal.cpp | 188 int val; in out_set_parameters() local 207 int val; in out_get_parameters() local 261 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 266 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 338 int val; in in_set_parameters() local 358 int val; in in_get_parameters() local 395 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 402 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrSkSLFP.h | 159 static std::unique_ptr<GrSkSLFP> Make(const SkRuntimeEffect* effect, in Make() 214 static size_t UniformPayloadSize(const SkRuntimeEffect* effect) { in UniformPayloadSize() 262 const GrSpecializedUniform<T>& val, in appendArgs() 279 const GrOptionalUniform<T>& val, in appendArgs() 295 SkSpan<T> val, in appendArgs() 308 const T& val, in appendArgs() 373 const GrSpecializedUniform<T>& val, in checkArgs() 384 const GrOptionalUniform<T>& val, in checkArgs() 415 SkSpan<T> val, in checkArgs() 426 const T& val, in checkArgs()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/1.1/android.hardware.vibrator-V1.1-java/android_common/javac/ |
D | android.hardware.vibrator-V1.1-java.jar | ... _hidl_out_vibratorOnRet
int _hidl_out_vibratorOffRet
boolean _hidl_out_supports
byte amplitude
int _hidl_out_status
int effect
byte strength
int effect
byte strength
java.util. ... |
/aosp_15_r20/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.cpp | 213 int write(int nbits, uint32_t val) { in write() 472 uint32_t val = 0; local 520 uint32_t val = 0; local 881 ndk::ScopedAStatus Vibrator::perform(Effect effect, EffectStrength strength, in perform() 1647 ndk::ScopedAStatus Vibrator::getSimpleDetails(Effect effect, EffectStrength strength, in getSimpleDetails() 1698 ndk::ScopedAStatus Vibrator::getCompoundDetails(Effect effect, EffectStrength strength, in getCompoundDetails() 1792 ndk::ScopedAStatus Vibrator::performEffect(Effect effect, EffectStrength strength, in performEffect()
|
/aosp_15_r20/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 222 long val = strtol(value, &end, 10); in get_int_value() local 328 int val = 0; in out_set_parameters() local 679 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_add_audio_effect() 684 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in out_remove_audio_effect() 857 int val = 0; in in_set_parameters() local 1169 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_add_audio_effect() 1174 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) { in in_remove_audio_effect()
|
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/ |
D | audio_hearing_aid_hw.cc | 64 #define ASSERTC(cond, msg, val) \ argument 187 static void ts_log(UNUSED_ATTR const char* tag, UNUSED_ATTR int val, struct timespec* pprev_opt) { in ts_log() 1394 UNUSED_ATTR effect_handle_t effect) { in out_add_audio_effect() 1400 UNUSED_ATTR effect_handle_t effect) { in out_remove_audio_effect() 1544 UNUSED_ATTR effect_handle_t effect) { in in_add_audio_effect() 1550 UNUSED_ATTR effect_handle_t effect) { in in_remove_audio_effect()
|
/aosp_15_r20/device/linaro/poplar/audio/ |
D | audio_hw.c | 200 int ret, val = 0; in out_set_parameters() local 312 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 318 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 409 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 414 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 604 private VibrationEffect getTrimmedVibrationEffect(VibrationEffect effect) { in getTrimmedVibrationEffect() 771 public void setVibrationEffect(@Nullable VibrationEffect effect) { in setVibrationEffect() 1547 final String val = parser.getAttributeValue(null, att); in safeUri() local 1551 private static String vibrationToString(VibrationEffect effect) { in vibrationToString() 1563 final String val = parser.getAttributeValue(null, att); in safeVibrationEffect() local
|
/aosp_15_r20/device/linaro/hikey/audio/ |
D | audio_hw.c | 364 int val = 0; in out_set_parameters() local 495 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 501 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 592 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 597 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/aosp_15_r20/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 328 int ret, val = 0; in out_set_parameters() local 451 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 457 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 809 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 814 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenModeBackend.java | 217 protected boolean isEffectAllowed(int effect) { in isEffectAllowed() 221 protected void saveSenders(int category, int val) { in saveSenders() 251 protected void saveConversationSenders(int val) { in saveConversationSenders() 256 mPolicy.suppressedVisualEffects, val); in saveConversationSenders() local
|
/aosp_15_r20/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 302 int ret, val = 0; in out_set_parameters() local 425 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_add_audio_effect() 431 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in out_remove_audio_effect() 794 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_add_audio_effect() 799 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) in in_remove_audio_effect()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar36 | ... .android.server.utils.WatchedArrayList)
Object val
int i
com.android.server.utils. |
D | services.core.unboosted.jar37 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-36/ |
D | services.core.unboosted.jar | ... .VibratorController controller
android.os.VibrationEffect$Composed effect
int index
long pendingVibratorOffDeadline
public boolean acceptVibratorCompleteCallback (int) ... |
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/1.0/android.hardware.vibrator-V1.0-java/android_common/javac/ |
D | android.hardware.vibrator-V1.0-java.jar | ... V1_0/
android/hardware/vibrator/V1_0/Effect.class
Effect.java
package android.hardware. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-37/ |
D | services.core.unboosted.jar | com/android/server/wm/EventLogTags.class
EventLogTags.java
package com.android. ... |
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/ |
H A D | AndroidPaintContext.java | 162 RenderEffect effect = RenderEffect.createBlurEffect(8f, 8f, Shader.TileMode.CLAMP); in setGraphicsLayer() local 515 float[] val = data.getUniformFloats(name); in applyPaint() local 521 int[] val = data.getUniformInts(name); in applyPaint() local 527 int val = data.getUniformBitmapId(name); in applyPaint() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-11/ |
D | framework.jar | android/os/vibrator/BasicPwleSegment.class
BasicPwleSegment.java
package android.os.vibrator
public ... |