Home
last modified time | relevance | path

Searched refs:decay (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dargument_encoder.h44 using ReturnType = typename std::decay<Return>::type;
108 using ArgsTupleType = std::tuple<typename std::decay<Args>::type...>;
128 using ArgsTupleType = std::tuple<typename std::decay<Args>::type...>;
129 using ReturnType = typename std::decay<Return>::type;
H A Dfind_replace.h17 using IsSameBaseType = typename std::is_same<typename std::decay<T>::type,
18 typename std::decay<U>::type>;
H A Dtype_operators.h24 using Decay = typename std::decay<T>::type;
H A Dremote_method.h87 using ArgsTupleType = std::tuple<typename std::decay<Args>::type...>;
/aosp12/system/libbase/include/android-base/
H A Dcollections.h50 static_assert(std::is_same<T, typename std::decay<Arg>::type>::value); in AssertType()
55 static_assert(std::is_same<T, typename std::decay<Arg>::type>::value); in AssertType()
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIEnvironmentalReverbEffect.hal77 * Sets the room decay time.
82 * Gets the room decay time.
87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIEnvironmentalReverbEffect.hal77 * Sets the room decay time.
82 * Gets the room decay time.
87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIEnvironmentalReverbEffect.hal77 * Sets the room decay time.
82 * Gets the room decay time.
87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIEnvironmentalReverbEffect.hal77 * Sets the room decay time.
82 * Gets the room decay time.
87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIEnvironmentalReverbEffect.hal77 * Sets the room decay time.
82 * Gets the room decay time.
87 * Sets the ratio of high frequencies decay.
92 * Gets the ratio of high frequencies decay.
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dasound_fm.h38 unsigned char decay; member
/aosp12/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound_fm.h42 unsigned char decay; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound_fm.h54 unsigned char decay; /* 4 bits: decay rate */ member
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2.h412 typedef typename std::decay<T>::type wide_type;
425 typedef typename std::decay<
427 typedef typename std::decay<
/aosp12/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h345 using DecayedT = typename std::decay<FirstT>::type;
347 using DecayedU = typename std::decay<FirstU>::type;
387 using Decayed = typename std::decay<T>::type;
538 using Decayed = typename std::decay<ElementType>::type;
H A DParcelableHolder.h57 using Tt = typename std::decay<T>::type; in setParcelable()
/aosp12/system/memory/lmkd/
H A DREADME.md78 ro.lmk.thrashing_limit_decay: thrashing threshold decay expressed as a
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp98 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown()
/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_function/
H A Dreduce_general_bad_function.rscript98 // . . . including a pointer from array decay
/aosp12/bionic/docs/
H A Dnative_allocator.md66 thread to handle the purge, so the decay is only handled when an
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem653 template <class _Source, class _DS = typename decay<_Source>::type,
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...

12