/frameworks/native/services/vibratorservice/include/vibratorservice/ |
D | VibratorManagerHalWrapper.h | 42 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));
|
D | VibratorHalWrapper.h | 159 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/ |
D | ISensorManager.hal | 80 * 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/ |
D | SoundTriggerHw2Enforcer.java | 48 ISoundTriggerHw2 underlying) { in SoundTriggerHw2Enforcer() argument 49 mUnderlying = underlying; in SoundTriggerHw2Enforcer() 217 Callback underlying) { in CallbackEnforcer() argument 218 mUnderlying = underlying; in CallbackEnforcer()
|
D | SoundTriggerHw2Watchdog.java | 46 public SoundTriggerHw2Watchdog(@NonNull ISoundTriggerHw2 underlying) { in SoundTriggerHw2Watchdog() argument 47 mUnderlying = Objects.requireNonNull(underlying); in SoundTriggerHw2Watchdog()
|
D | SoundTriggerHw2Compat.java | 57 @NonNull android.hardware.soundtrigger.V2_0.ISoundTriggerHw underlying) { in SoundTriggerHw2Compat() 58 this(underlying.asBinder()); in SoundTriggerHw2Compat()
|
/frameworks/av/media/libeffects/preprocessing/ |
D | README.md | 5 arbitrary frame counts. This limiation comes from the underlying effects in
|
/frameworks/compile/slang/tests/P_odr_nested_records_2/ |
D | odr1.rscript | 11 // but the actual underlying type names agree
|
D | odr2.rscript | 11 // but the actual underlying type names agree
|
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | VcnGatewayConnection.java | 774 @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/ |
D | types.hal | 40 * the underlying physical buffer object.
|
D | IBufferClient.hal | 37 * Calling close must immediately free the underlying buffers if they are
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 30 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/ |
D | Vpn.java | 2046 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/ |
D | EGL_ANDROID_blob_cache.txt | 60 application that uses EGL if it is supported by the underlying
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 1098 typename std::underlying_type<T>::type underlying(0); in GetType() 1099 return GetType(&underlying); in GetType()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1062 # for the HTML output. The underlying search engine uses javascript
|
/frameworks/native/docs/ |
D | Doxyfile | 1267 # for the HTML output. The underlying search engine uses javascript
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1460 # the HTML output. The underlying search engine uses javascript and DHTML and
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1527 # the HTML output. The underlying search engine uses javascript and DHTML and
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1577 # the HTML output. The underlying search engine uses javascript and DHTML and
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6310 * 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
|