/aosp_15_r20/hardware/interfaces/vibrator/1.3/example/ |
H A D | Vibrator.cpp | 67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 73 Return<void> Vibrator::perform_1_1(V1_1::Effect_1_1 effect, EffectStrength strength, in perform_1_1() 80 Return<void> Vibrator::perform_1_2(V1_2::Effect effect, EffectStrength strength, in perform_1_2() 103 Return<void> Vibrator::perform_1_3(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform_1_3() 109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() 260 uint8_t Vibrator::strengthToAmplitude(EffectStrength strength, Status* status) { in strengthToAmplitude()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | DrbgParameters.java | 343 private final int strength; field in DrbgParameters.Instantiation 386 private Instantiation(int strength, Capability capability, in Instantiation() 421 private final int strength; field in DrbgParameters.NextBytes 455 private NextBytes(int strength, boolean predictionResistance, in NextBytes() 519 public static Instantiation instantiation(int strength, in instantiation() 537 public static NextBytes nextBytes(int strength, in nextBytes()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | DrbgParameters.java | 343 private final int strength; field in DrbgParameters.Instantiation 386 private Instantiation(int strength, Capability capability, in Instantiation() 421 private final int strength; field in DrbgParameters.NextBytes 455 private NextBytes(int strength, boolean predictionResistance, in NextBytes() 519 public static Instantiation instantiation(int strength, in instantiation() 537 public static NextBytes nextBytes(int strength, in nextBytes()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/ |
D | DrbgParameters.java | 343 private final int strength; field in DrbgParameters.Instantiation 386 private Instantiation(int strength, Capability capability, in Instantiation() 421 private final int strength; field in DrbgParameters.NextBytes 455 private NextBytes(int strength, boolean predictionResistance, in NextBytes() 519 public static Instantiation instantiation(int strength, in instantiation() 537 public static NextBytes nextBytes(int strength, in nextBytes()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationbuilder.cpp | 106 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, ECollationStrength strength, in RuleBasedCollator() 132 ECollationStrength strength, in RuleBasedCollator() 160 int32_t strength, in internalBuildTailoring() 296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset() 488 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition() local 649 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation() 768 CollationBuilder::findOrInsertNodeForCEs(int32_t strength, const char *&parserErrorReason, in findOrInsertNodeForCEs() 803 CollationBuilder::findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) { in findOrInsertNodeForRootCE() 945 CollationBuilder::insertTailoredNodeAfter(int32_t index, int32_t strength, UErrorCode &errorCode) { in insertTailoredNodeAfter() 1070 int32_t strength = ceStrength(ce); in setCaseBits() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 106 RuleBasedCollator::RuleBasedCollator(const UnicodeString &rules, ECollationStrength strength, in RuleBasedCollator() 132 ECollationStrength strength, in RuleBasedCollator() 160 int32_t strength, in internalBuildTailoring() 296 CollationBuilder::addReset(int32_t strength, const UnicodeString &str, in addReset() 488 int32_t strength = UCOL_PRIMARY; in getSpecialResetPosition() local 649 CollationBuilder::addRelation(int32_t strength, const UnicodeString &prefix, in addRelation() 768 CollationBuilder::findOrInsertNodeForCEs(int32_t strength, const char *&parserErrorReason, in findOrInsertNodeForCEs() 803 CollationBuilder::findOrInsertNodeForRootCE(int64_t ce, int32_t strength, UErrorCode &errorCode) { in findOrInsertNodeForRootCE() 945 CollationBuilder::insertTailoredNodeAfter(int32_t index, int32_t strength, UErrorCode &errorCode) { in insertTailoredNodeAfter() 1070 int32_t strength = ceStrength(ce); in setCaseBits() local [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | MultiBiometricLockoutState.java | 68 void setPermanentLockOut(int userId, @Authenticators.Types int strength) { in setPermanentLockOut() 85 void clearPermanentLockOut(int userId, @Authenticators.Types int strength) { in clearPermanentLockOut() 102 void setTimedLockout(int userId, @Authenticators.Types int strength) { in setTimedLockout() 119 void clearTimedLockout(int userId, @Authenticators.Types int strength) { in clearTimedLockout() 143 int getLockoutState(int userId, @Authenticators.Types int strength) { in getLockoutState()
|
H A D | AuthResultCoordinator.java | 61 private void updateState(@Authenticators.Types int strength, IntFunction<Integer> mapper) { in updateState() 81 void authenticatedFor(@Authenticators.Types int strength) { in authenticatedFor() 91 void lockedOutFor(@Authenticators.Types int strength) { in lockedOutFor() 98 void lockOutTimed(@Authenticators.Types int strength) { in lockOutTimed()
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 109 void addReset(int strength, CharSequence str) { in addReset() 283 int strength = Collator.PRIMARY; in getSpecialResetPosition() local 439 void addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) { in addRelation() 529 private int findOrInsertNodeForCEs(int strength) { in findOrInsertNodeForCEs() 560 private int findOrInsertNodeForRootCE(long ce, int strength) { in findOrInsertNodeForRootCE() 1469 private static long nodeFromStrength(int strength) { in nodeFromStrength()
|
H A D | CollationRuleParser.java | 69 abstract void addReset(int strength, CharSequence str); in addReset() 73 abstract void addRelation(int strength, CharSequence prefix, in addRelation() 182 int strength = result & STRENGTH_MASK; in parseRuleChain() local 246 int strength; in parseRelationOperator() local 291 private void parseRelationStrings(int strength, int i) throws ParseException { in parseRelationStrings() 327 private void parseStarredCharacters(int strength, int i) throws ParseException { in parseStarredCharacters()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationBuilder.java | 113 void addReset(int strength, CharSequence str) { in addReset() 287 int strength = Collator.PRIMARY; in getSpecialResetPosition() local 443 void addRelation(int strength, CharSequence prefix, CharSequence str, CharSequence extension) { in addRelation() 533 private int findOrInsertNodeForCEs(int strength) { in findOrInsertNodeForCEs() 564 private int findOrInsertNodeForRootCE(long ce, int strength) { in findOrInsertNodeForRootCE() 1473 private static long nodeFromStrength(int strength) { in nodeFromStrength()
|
H A D | CollationRuleParser.java | 73 abstract void addReset(int strength, CharSequence str); in addReset() 77 abstract void addRelation(int strength, CharSequence prefix, in addRelation() 186 int strength = result & STRENGTH_MASK; in parseRuleChain() local 250 int strength; in parseRelationOperator() local 295 private void parseRelationStrings(int strength, int i) throws ParseException { in parseRelationStrings() 331 private void parseStarredCharacters(int strength, int i) throws ParseException { in parseStarredCharacters()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | VtsHalBassBoostTargetTest.cpp | 88 Parameter createBassBoostParam(int strength) { in createBassBoostParam() 94 bool isStrengthValid(int strength) { in isStrengthValid() 99 void setAndVerifyParameters(int strength, binder_exception_t expected) { in setAndVerifyParameters() 260 for (int strength : mStrengthValues) { in TEST_P() local 294 std::string strength = std::to_string(std::get<PARAM_STRENGTH>(info.param)); in __anon567808b50102() local
|
/aosp_15_r20/frameworks/native/services/vibratorservice/ |
H A D | VibratorHalWrapper.cpp | 298 HalResult<void> AidlHalWrapper::alwaysOnEnable(int32_t id, Effect effect, EffectStrength strength) { in alwaysOnEnable() 307 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 583 perform_fn<T> performFn, sp<I> handle, T effect, EffectStrength strength, in performInternal() 613 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 627 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 645 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect() 672 Effect effect, EffectStrength strength, const std::function<void()>& completionCallback) { in performEffect()
|
/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/ |
H A D | VtsHalVibratorTargetTest.cpp | 306 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 336 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 368 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 379 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 387 for (EffectStrength strength : kInvalidEffectStrengths) { in TEST_P() local 401 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 442 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 479 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 515 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local 833 for (EffectStrength strength : kEffectStrengths) { in TEST_P() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorController.java | 553 private static native long performEffect(long nativePtr, long effect, long strength, in performEffect() 557 long strength, float scale, float adaptiveScale, long vibrationId); in performVendorEffect() 571 long strength); in alwaysOnEnable() 613 public long perform(long effect, long strength, long vibrationId) { in perform() 618 public long performVendorEffect(Parcel vendorData, long strength, float scale, in performVendorEffect() 645 public void alwaysOnEnable(long id, long effect, long strength) { in alwaysOnEnable()
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 61 const int strength, const int rounding, in highbd_average_4() 92 const int strength, const int rounding, in highbd_average_8() 170 unsigned int block_height, int ss_x, int ss_y, int strength, in highbd_apply_temporal_filter_luma_8() 331 unsigned int block_height, int ss_x, int ss_y, int strength, in highbd_apply_temporal_filter_luma() 451 int ss_y, int strength, uint32_t *u_accum, uint16_t *u_count, in highbd_apply_temporal_filter_chroma_8() 670 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in highbd_apply_temporal_filter_chroma() 797 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_neon()
|
H A D | vp9_temporal_filter_neon.c | 65 const int strength, const int rounding, in average_8() 250 unsigned int block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_luma_16() 425 unsigned int block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_luma() 513 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_chroma_8() 654 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in apply_temporal_filter_chroma() 774 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_neon()
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 70 const int strength, const int rounding, in highbd_average_4() 117 const int strength, const int rounding, in highbd_average_8() 196 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_highbd_apply_temporal_filter_luma_8() 357 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_highbd_apply_temporal_filter_luma() 472 int ss_y, int strength, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_chroma_8() 691 int strength, const int *blk_fw, int use_whole_blk, uint32_t *u_accum, in vp9_highbd_apply_temporal_filter_chroma() 818 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_sse4_1()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | ComparatorUtilities.java | 13 public static Collator getIcuCollator(String localeId, int strength) { in getIcuCollator() 17 public static Collator getIcuCollator(ULocale localeId, int strength) { in getIcuCollator() 25 public static Collator getCldrCollator(String localeId, int strength) { in getCldrCollator()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/data/repository/ |
D | FaceSensorInfo.java | 36 private final com.android.systemui.biometrics.shared.model.SensorStrength strength = null; field in FaceSensorInfo 39 com.android.systemui.biometrics.shared.model.SensorStrength strength) { in FaceSensorInfo() 63 com.android.systemui.biometrics.shared.model.SensorStrength strength) { in copy()
|
/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 | ... os.RemoteException
int _hidl_out_status
int _hidl_out_lengthMs
int effect
byte strength
android.hardware.vibrator.V1_0.IVibrator$ ... |
/aosp_15_r20/hardware/interfaces/vibrator/1.2/vts/functional/ |
H A D | VtsHalVibratorV1_2TargetTest.cpp | 75 for (const auto& strength : hidl_enum_range<EffectStrength>()) { in TEST_P() local 105 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local 114 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/1.3/android.hardware.vibrator-V1.3-java_gen_java/gen/srcs/android/hardware/vibrator/V1_3/ |
D | IVibrator.java | 126 void perform_1_3(int effect, byte strength, perform_1_3Callback _hidl_cb) in perform_1_3() 351 public void perform(int effect, byte strength, performCallback _hidl_cb) in perform() 374 public void perform_1_1(int effect, byte strength, perform_1_1Callback _hidl_cb) in perform_1_1() 397 public void perform_1_2(int effect, byte strength, perform_1_2Callback _hidl_cb) in perform_1_2() 459 public void perform_1_3(int effect, byte strength, perform_1_3Callback _hidl_cb) in perform_1_3()
|
/aosp_15_r20/hardware/interfaces/vibrator/1.3/vts/functional/ |
H A D | VtsHalVibratorV1_3TargetTest.cpp | 88 for (const auto& strength : hidl_enum_range<EffectStrength>()) { in TEST_P() local 118 EffectStrength strength = *std::prev(hidl_enum_range<EffectStrength>().end()); in TEST_P() local 128 EffectStrength strength = *hidl_enum_range<EffectStrength>().begin(); in TEST_P() local
|