/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/ |
H A 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));
|
H A 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));
|
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/ |
H A 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.
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A 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()
|
H A D | SoundTriggerHw2Watchdog.java | 42 public SoundTriggerHw2Watchdog(@NonNull ISoundTriggerHw2 underlying) { in SoundTriggerHw2Watchdog() argument 43 mUnderlying = Objects.requireNonNull(underlying); in SoundTriggerHw2Watchdog()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | SSLCertificateSocketFactoryTest.java | 201 Socket underlying = new Socket(TEST_HOST, HTTPS_PORT); in createSocket_wrapped_with_hostname_verification() local 202 Socket socket = mSocketFactory.createSocket(underlying, TEST_HOST, HTTPS_PORT, true); in createSocket_wrapped_with_hostname_verification() 208 underlying = new Socket(TEST_HOST, HTTPS_PORT); in createSocket_wrapped_with_hostname_verification() 209 mSocketFactory.createSocket(underlying, TEST_HOST, HTTPS_PORT, true); in createSocket_wrapped_with_hostname_verification()
|
/aosp12/system/libhidl/transport/memory/1.0/ |
H A D | IMemory.hal | 60 * @return ptr Actual pointer to underlying memory. 65 * @return size Size in bytes of underlying memory.
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | README.md | 42 `dm-crypt` or `dm-default-key` device. This means the underlying device is 58 If an image was too large to store a single file on the underlying filesystem, 68 underlying blocks are no longer owned by the original file. Thus, when mapping
|
/aosp12/hardware/interfaces/soundtrigger/2.3/ |
H A D | types.hal | 29 * If set the underlying module supports AEC. 33 * If set, the underlying module supports noise suppression.
|
/aosp12/frameworks/av/media/libeffects/preprocessing/ |
H A D | README.md | 5 arbitrary frame counts. This limiation comes from the underlying effects in
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | VcnGatewayConnection.java | 775 @Nullable UnderlyingNetworkRecord underlying) { in onSelectedUnderlyingNetworkChanged() 781 + (underlying == null ? null : underlying.network)); in onSelectedUnderlyingNetworkChanged() 788 if (underlying == null) { in onSelectedUnderlyingNetworkChanged() 809 new EventUnderlyingNetworkChangedInfo(underlying)); in onSelectedUnderlyingNetworkChanged() 1984 @Nullable UnderlyingNetworkRecord underlying, in buildNetworkCapabilities() argument 2004 if (underlying != null) { in buildNetworkCapabilities() 2005 final NetworkCapabilities underlyingCaps = underlying.networkCapabilities; in buildNetworkCapabilities() 2068 @Nullable UnderlyingNetworkRecord underlying) { in buildConnectedLinkProperties() argument 2087 if (underlying != null) { in buildConnectedLinkProperties() 2088 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties()
|
/aosp12/frameworks/compile/slang/tests/P_odr_nested_records_2/ |
H A D | odr1.rscript | 11 // but the actual underlying type names agree
|
H A D | odr2.rscript | 11 // but the actual underlying type names agree
|
/aosp12/hardware/interfaces/tv/cec/1.0/ |
H A D | IHdmiCec.hal | 99 * Returns the CEC version supported by underlying hardware. 101 * @return version the CEC version supported by underlying hardware. 117 * Gets the hdmi port information of underlying hardware.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | gsid.te | 62 # underlying blocks would be encrypted, and we couldn't mount the GSI image in 71 # userdata to reach the underlying block device. To verify the result we use
|
/aosp12/system/chre/doc/ |
H A D | porting_guide.md | 9 underlying subsystems to nanoapps. 34 Files under `platform/<platform_name>` are specific to the underlying software 122 underlying CHRE implementation, but as CHRE is implemented on a different 239 * Decouples nanoapp binaries from the underlying system - can maintain and 250 already be a part of the underlying OS/system capabilities, the CHRE team is
|
/aosp12/build/soong/bp2build/ |
H A D | androidbp_to_build_templates.go | 93 # expand to the right underlying shim.
|
/aosp12/hardware/interfaces/automotive/audiocontrol/2.0/ |
H A D | ICloseHandle.hal | 23 * When close() is called OR when the interface is released, the underlying
|
/aosp12/hardware/interfaces/automotive/can/1.0/ |
H A D | ICloseHandle.hal | 22 * When close() is called OR when the interface is released, the underlying
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | gsid.te | 87 # underlying blocks would be encrypted, and we couldn't mount the GSI image in 96 # userdata to reach the underlying block device. To verify the result we use
|
/aosp12/frameworks/hardware/interfaces/bufferhub/1.0/ |
H A D | types.hal | 40 * the underlying physical buffer object.
|
/aosp12/hardware/interfaces/health/storage/1.0/ |
H A D | IStorage.hal | 22 * IStorage is an interface that provides operations on underlying storage
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | gsid.te | 100 # underlying blocks would be encrypted, and we couldn't mount the GSI image in 109 # userdata to reach the underlying block device. To verify the result we use
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | gsid.te | 100 # underlying blocks would be encrypted, and we couldn't mount the GSI image in 109 # userdata to reach the underlying block device. To verify the result we use
|
/aosp12/system/sepolicy/private/ |
H A D | gsid.te | 100 # underlying blocks would be encrypted, and we couldn't mount the GSI image in 109 # userdata to reach the underlying block device. To verify the result we use
|