/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | EarlyBootKeyTest.cpp | 52 EXPECT_TRUE(contains(aesKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 53 EXPECT_TRUE(contains(hmacKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 54 EXPECT_TRUE(contains(rsaKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 55 EXPECT_TRUE(contains(ecdsaKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P()
|
/hardware/interfaces/audio/common/ |
D | README | 1 This folder contains code common to audio core and effect API
|
/hardware/interfaces/audio/common/all-versions/ |
D | README | 1 This folder contains code common to all versions of the audio API
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 57 * Do not send any navigation message that contains words with parity errors 82 * No need to send any navigation message that contains words with parity 111 * contains a sub-index within the current message (or frame) that is being 131 * - For GNSS L1 C/A, Beidou D1 & Beidou D2, each subframe contains 10 30-bit 137 * - For Glonass L1 C/A, each string contains 85 data bits, including the 148 * - For Galileo I/NAV, each page contains 2 page parts, even and odd, with
|
/hardware/interfaces/camera/device/3.3/ |
D | ICameraDeviceSession.hal | 26 * Obtained via ICameraDevice::open(), this interface contains the methods to 37 * - The output HalStreamConfiguration now contains an overrideDataspace
|
/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 88 bool C2SupportedRange<T>::contains(T value) const { in contains() function in C2SupportedRange 159 bool C2SupportedFlags<float>::contains(float value) const { in contains() function in C2SupportedFlags 180 bool C2SupportedFlags<T>::contains(T value) const { in contains() function in C2SupportedFlags 216 if (limit.contains(minMask) && contains(minMask)) { in limitedTo() 221 return value == minMask || !limit.contains(value); }); in limitedTo() 225 if (value != minMask && contains(value)) { in limitedTo() 257 bool C2SupportedValueSet<T>::contains(T value) const { in contains() function in C2SupportedValueSet 268 return !limit.contains(v.ref<ValueType>()); }); in limitedTo() 276 return !limit.contains(v.ref<ValueType>()); }); in limitedTo() 284 return !limit.contains(v.ref<ValueType>()); }); in limitedTo() [all …]
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 83 * Identical to @3.2::StreamConfiguration, except that it contains session 84 * parameters, and the streams vector contains @3.4::Stream. 147 * Identical to @3.3::HalStreamConfiguration, except that it contains @3.4::HalStream entries. 182 * If fmqSettingsSize is zero, the settings buffer contains the capture and 201 * The request contains the settings to be used for this capture, and the set of 211 * Identical to @3.2::CaptureRequest, except that it contains 223 * settings field contains the metadata for the HAL to read. When metadata 320 * If fmqMetadataSize is zero, the metadata buffer contains the metadata 329 * Identical to @3.2::CaptureResult, except that it contains a list of 340 * For a CaptureResult that contains physical camera metadata, its
|
/hardware/interfaces/tests/memory/2.0/ |
D | IMemoryInterface.hal | 9 // equal size, the first contains the byte-wise sum and the other the byte-
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 276 inline constexpr bool contains(const C2Segment &other) const { in contains() function 298 return contains(other); 302 return contains(other) && !operator==(other); 306 return other.contains(*this); 310 return other.contains(*this) && !operator==(other); 1371 inline constexpr bool contains(const C2Rect &other) const { in contains() function 1395 return contains(other); 1399 return contains(other) && !operator==(other); 1403 return other.contains(*this); 1407 return other.contains(*this) && !operator==(other);
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 57 static_assert(C2Segment(123u, ~123u).contains(C2Segment(123u, 0)), ""); in StaticSegmentTest() 58 static_assert(!C2Segment(123u, 1 + ~123u).contains(C2Segment(123u, 0)), ""); in StaticSegmentTest() 59 static_assert(C2Segment(123u, ~123u).contains(C2Segment(123u, ~123u)), ""); in StaticSegmentTest() 60 static_assert(!C2Segment(123u, ~123u).contains(C2Segment(123u, 1 + ~123u)), ""); in StaticSegmentTest() 61 static_assert(!C2Segment(123u, 1 + ~123u).contains(C2Segment(123u, 1 + ~123u)), ""); in StaticSegmentTest() 62 static_assert(!C2Segment(123u, ~123u).contains(C2Segment(122u, 2u)), ""); in StaticSegmentTest() 63 static_assert(C2Segment(123u, ~123u).contains(C2Segment(123u, 2u)), ""); in StaticSegmentTest() 64 static_assert(C2Segment(123u, 3u).contains(C2Segment(124u, 2u)), ""); in StaticSegmentTest() 65 static_assert(!C2Segment(123u, 3u).contains(C2Segment(125u, 2u)), ""); in StaticSegmentTest()
|
/hardware/interfaces/tests/trie/1.0/ |
D | ITrie.hal | 22 containsStrings(TrieNode trie, vec<string> strings) generates (vec<bool> contains);
|
/hardware/nxp/nfc/extns/intf/nxpnfc/1.0/ |
D | INxpNfc.hal | 26 * @param ioctlType contains type of functionality as below
|
/hardware/nxp/secure_element/extns/intf/nxpese/1.0/ |
D | INxpEse.hal | 26 * @param ioctlType contains type of functionality as below
|
/hardware/interfaces/power/stats/1.0/ |
D | types.hal | 68 * PowerEntityInfo contains information, such as the ID, name, and type of a 90 * PowerEntityStateSpace contains the state space information of a given
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/4.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/5.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/audio/effect/6.0/ |
D | IEffectBufferProviderCallback.hal | 20 * This callback interface contains functions that can be used by the effect
|
/hardware/interfaces/power/1.2/ |
D | IPower.hal | 29 * @param data contains additional information about the hint
|
/hardware/interfaces/power/1.3/ |
D | IPower.hal | 29 * @param data contains additional information about the hint
|
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/ |
D | README | 1 This directory contains a modified version of the default implementation
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentInterface.hal | 22 * Component interface object. This object contains all of the configurations of
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 26 * code and errorStreamId that contains the stream id associated with that physical device. 34 * Identical to @3.4::StreamConfiguration, except that it contains streamConfigCounter 147 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker)
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentInterface.hal | 22 * Component interface object. This object contains all of the configuration of
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 22 * This message contains plugin-specific metrics made available to the client. 26 * Metrics are grouped in instances of DrmMetricGroup. Each group contains
|