/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 | SoundTriggerHalEnforcer.java | 58 public SoundTriggerHalEnforcer(ISoundTriggerHal underlying) { in SoundTriggerHalEnforcer() argument 59 mUnderlying = underlying; in SoundTriggerHalEnforcer() 241 private ModelCallbackEnforcer(ModelCallback underlying) { in ModelCallbackEnforcer() argument 242 mUnderlying = underlying; in ModelCallbackEnforcer()
|
D | SoundTriggerHalWatchdog.java | 41 public SoundTriggerHalWatchdog(@NonNull ISoundTriggerHal underlying) { in SoundTriggerHalWatchdog() argument 42 mUnderlying = Objects.requireNonNull(underlying); in SoundTriggerHalWatchdog()
|
D | SoundTriggerHw2Compat.java | 84 @NonNull ISoundTriggerHw underlying, in create() 87 return create(underlying.asBinder(), rebootRunnable, notifier); in create()
|
D | README.md | 85 the underlying implementation can be assumed to be not the client's fault. If caught, they will be
|
/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 | 835 @Nullable UnderlyingNetworkRecord underlying) { in onSelectedUnderlyingNetworkChanged() 841 + (underlying == null ? null : underlying.network)); in onSelectedUnderlyingNetworkChanged() 848 if (underlying == null) { in onSelectedUnderlyingNetworkChanged() 869 new EventUnderlyingNetworkChangedInfo(underlying)); in onSelectedUnderlyingNetworkChanged() 2090 @Nullable UnderlyingNetworkRecord underlying, in buildNetworkCapabilities() argument 2110 if (underlying != null) { in buildNetworkCapabilities() 2111 final NetworkCapabilities underlyingCaps = underlying.networkCapabilities; in buildNetworkCapabilities() 2160 builder.setUnderlyingNetworks(List.of(underlying.network)); in buildNetworkCapabilities() 2176 @Nullable UnderlyingNetworkRecord underlying, in buildConnectedLinkProperties() argument 2196 if (underlying != null) { in buildConnectedLinkProperties() [all …]
|
/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/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/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 2289 public void startLegacyVpn(VpnProfile profile, @Nullable Network underlying, in startLegacyVpn() argument 2294 startLegacyVpnPrivileged(profile, underlying, egress); in startLegacyVpn() 2359 @Nullable Network underlying, @NonNull LinkProperties egress) { in startLegacyVpnPrivileged() argument 2505 if (underlying != null) { in startLegacyVpnPrivileged() 2506 config.underlyingNetworks = new Network[] { underlying }; in startLegacyVpnPrivileged()
|
/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 | 7665 * because they are recycled and removed from the underlying data source. All uids are normalized 7683 * because they are recycled and removed from the underlying data source. All uids are normalized 8960 // Build.VERSION.INCREMENTAL. The internal value used by the underlying source control to 19739 // The underlying radio technology type associated with the feature tag 20097 // The underlying radio technology type associated with the feature tag
|