Home
last modified time | relevance | path

Searched refs:underlying (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorManagerHalWrapper.h42 using underlying = typename std::underlying_type<ManagerCapabilities>::type; variable
43 return static_cast<ManagerCapabilities>(static_cast<underlying>(lhs) |
44 static_cast<underlying>(rhs));
52 using underlying = typename std::underlying_type<ManagerCapabilities>::type; variable
53 return static_cast<ManagerCapabilities>(static_cast<underlying>(lhs) &
54 static_cast<underlying>(rhs));
DVibratorHalWrapper.h159 using underlying = typename std::underlying_type<Capabilities>::type; variable
160 return static_cast<Capabilities>(static_cast<underlying>(lhs) | static_cast<underlying>(rhs));
168 using underlying = typename std::underlying_type<Capabilities>::type; variable
169 return static_cast<Capabilities>(static_cast<underlying>(lhs) & static_cast<underlying>(rhs));
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal80 * NO_MEMORY, NO_INIT, BAD_VALUE for underlying errors;
81 * UNKNOWN_ERROR if the underlying error is not recognized;
82 * UNKNOWN_ERROR if the underlying call returns channelId = 0
99 * NO_MEMORY, NO_INIT, BAD_VALUE for underlying errors;
100 * UNKNOWN_ERROR if the underlying error is not recognized;
101 * UNKNOWN_ERROR if the underlying call returns channelId = 0
116 * or other Result values for any underlying errors.
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerHw2Enforcer.java48 ISoundTriggerHw2 underlying) { in SoundTriggerHw2Enforcer() argument
49 mUnderlying = underlying; in SoundTriggerHw2Enforcer()
217 Callback underlying) { in CallbackEnforcer() argument
218 mUnderlying = underlying; in CallbackEnforcer()
DSoundTriggerHw2Watchdog.java46 public SoundTriggerHw2Watchdog(@NonNull ISoundTriggerHw2 underlying) { in SoundTriggerHw2Watchdog() argument
47 mUnderlying = Objects.requireNonNull(underlying); in SoundTriggerHw2Watchdog()
DSoundTriggerHw2Compat.java57 @NonNull android.hardware.soundtrigger.V2_0.ISoundTriggerHw underlying) { in SoundTriggerHw2Compat()
58 this(underlying.asBinder()); in SoundTriggerHw2Compat()
/frameworks/av/media/libeffects/preprocessing/
DREADME.md5 arbitrary frame counts. This limiation comes from the underlying effects in
/frameworks/compile/slang/tests/P_odr_nested_records_2/
Dodr1.rscript11 // but the actual underlying type names agree
Dodr2.rscript11 // but the actual underlying type names agree
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java774 @Nullable UnderlyingNetworkRecord underlying) { in onSelectedUnderlyingNetworkChanged()
780 + (underlying == null ? null : underlying.network)); in onSelectedUnderlyingNetworkChanged()
786 if (underlying == null) { in onSelectedUnderlyingNetworkChanged()
797 new EventUnderlyingNetworkChangedInfo(underlying)); in onSelectedUnderlyingNetworkChanged()
1974 @Nullable UnderlyingNetworkRecord underlying, in buildNetworkCapabilities() argument
1994 if (underlying != null) { in buildNetworkCapabilities()
1995 final NetworkCapabilities underlyingCaps = underlying.networkCapabilities; in buildNetworkCapabilities()
2058 @Nullable UnderlyingNetworkRecord underlying) { in buildConnectedLinkProperties() argument
2077 if (underlying != null) { in buildConnectedLinkProperties()
2078 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties()
/frameworks/hardware/interfaces/bufferhub/1.0/
Dtypes.hal40 * the underlying physical buffer object.
DIBufferClient.hal37 * Calling close must immediately free the underlying buffers if they are
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md30 underlying Looper (using things like `Thread.sleep()` as well as overriding
75 In fact, at this time, it shares the same underlying thread as our basic
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2046 public void startLegacyVpn(VpnProfile profile, @Nullable Network underlying,
2051 startLegacyVpnPrivileged(profile, underlying, egress);
2116 @Nullable Network underlying, @NonNull LinkProperties egress) {
2250 if (underlying != null) {
2251 config.underlyingNetworks = new Network[] { underlying };
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt60 application that uses EGL if it is supported by the underlying
/frameworks/av/media/codec2/core/include/
DC2Param.h1098 typename std::underlying_type<T>::type underlying(0); in GetType()
1099 return GetType(&underlying); in GetType()
/frameworks/wilhelm/doc/
DDoxyfile1062 # for the HTML output. The underlying search engine uses javascript
/frameworks/native/docs/
DDoxyfile1267 # for the HTML output. The underlying search engine uses javascript
/frameworks/av/media/libaaudio/
DDoxyfile1460 # the HTML output. The underlying search engine uses javascript and DHTML and
/frameworks/av/media/codec2/docs/
Ddoxygen.config1527 # the HTML output. The underlying search engine uses javascript and DHTML and
/frameworks/base/media/native/midi/include/
DDoxyfile1577 # the HTML output. The underlying search engine uses javascript and DHTML and
/frameworks/proto_logging/stats/
Datoms.proto6310 * because they are recycled and removed from the underlying data source. All uids are normalized
6328 * because they are recycled and removed from the underlying data source. All uids are normalized
7595 // Build.VERSION.INCREMENTAL. The internal value used by the underlying source control to