Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/av/codec2/include/
DC2ParamDef.h38 template<typename S, typename=decltype(S() == S())>
43 template<typename S, typename=decltype(S() != S())>
54 template<typename S>
56 : public std::integral_constant<bool, decltype(_C2Comparable_impl::TestEqual<S>(0))::value
57 || decltype(_C2Comparable_impl::TestNotEqual<S>(0))::value> {
63 template<typename S, int=S::CORE_INDEX>
76 template<typename S, int CoreIndex>
77 struct C2_HIDE _C2AddCoreIndex : public S {
88 template<typename S, int CoreIndex, unsigned TypeFlags>
91 std::is_default_constructible<S>::value, "C2 structure must have default constructor");
[all …]
DC2Param.h262 template<typename T, typename S, int I, class F> friend struct C2GlobalParam;
263 template<typename T, typename S, int I, class F> friend struct C2PortParam; // for kDir*
264 template<typename T, typename S, int I, class F> friend struct C2StreamParam; // for kDir*
568 template<typename U, typename S, int I, class F> friend struct C2GlobalParam; \
569 template<typename U, typename S, int I, class F> friend struct C2PortParam; \
570 template<typename U, typename S, int I, class F> friend struct C2StreamParam; \
728 template<typename S, typename T>
729 inline C2ParamField(S* param, T* offset) in C2ParamField()
733 template<typename S, typename T>
734 inline static C2ParamField Make(S& param, T& offset) { in Make()
[all …]
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp43 ASSERT_NE(S(), nullptr); in SetUp()
53 return S()->getSensorsList(_hidl_cb); in getSensorsList()
60 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
63 Return<Result> flush(int32_t sensorHandle) override { return S()->flush(sensorHandle); } in flush()
66 return S()->injectSensorData(event); in injectSensorData()
73 return S()->unregisterDirectChannel(channelHandle); in unregisterDirectChannel()
78 return S()->configDirectReport(sensorHandle, channelHandle, rate, _hidl_cb); in configDirectReport()
81 inline sp<ISensors>& S() { return mEnvironment->sensors; } in S() function in SensorsHidlTest
98 return S()->activate(sensorHandle, enabled); in activate()
106 S()->registerDirectChannel(mem, in registerDirectChannel()
[all …]
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h389 template<typename S>
393 typename std::remove_extent<S>::type>::type>::type>;
395 template<typename S>
396 FieldType<S> F(S &field) {
401 size_t baseSize = sizeof(typename std::remove_extent<S>::type);
413 return FieldType<S>(helper, _mTypedParam->index());
417 template<typename S>
418 const FieldType<S> F(S &field) const {
419 return const_cast<const FieldType<S>>(const_cast<Param *>(this)->F(field));
/hardware/interfaces/tests/trie/1.0/
Dtypes.hal39 typedef vec<S> vecS;
40 struct S {
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp150 template <Status S, size_t N>
152 EXPECT_EQ(S, status); in checkKeySetIds()
153 if (S == Status::OK) { in checkKeySetIds()
158 template <Status S, OfflineLicenseState T>
160 if (S == Status::OK) { in checkKeySetIdState()
165 EXPECT_EQ(S, status); in checkKeySetIdState()
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp41 template<bool ToA, size_t S>
49 template<size_t S>
50 struct MemCopier<false, S> {
53 MemCopier<true, S>::copy(b, a, size); in copy()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal293 * In what follows, T is the IKeymasterDevice instance without storage, S is the
297 * 2. T sends K1_pub to S, signed with T's attestation key.
298 * 3. S validates the signature on K1_pub.
299 * 4. S generates an ephemeral EC P-256 key pair K2.
300 * 5. S sends {K1_pub, K2_pub}, to T, signed with S's attestation key.
303 * 8. T generates a random seed S.
304 * 9. T computes K = KDF(HBK, S), where KDF is some secure key derivation function.
305 * 10. T sends M = AES-GCM-ENCRYPT(Q, {S || K}) to S.
306 * 10. S uses {K2_priv, K1_pub} with ECDH to compute session secret Q.
307 * 11. S computes S || K = AES-GCM-DECRYPT(Q, M) and stores S and K.
[all …]
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal419 * Value "S" represents GPS L1C (D), GPS L2C (M), QZSS L1C (D), QZSS L2C (M), LEX(6) S.
426 * LEX(6) (S+L), BDS B1 (I+Q), BDS B2 (I+Q), BDS B3 (I+Q), IRNSS L5 (B+C).
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal152 * 24-bit format that has 8-bit H, S, and V components, in that order,
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/
Dops.def20 * NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp36 #define XSTR(S) #S in Context() argument
37 #define STR(S) XSTR(S) in Context() argument
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT154 BROADCOM'S LICENSORS HAVE ANY LIABILITY FOR ANY INDIRECT, INCIDENTAL,
159 DAMAGES. IN NO EVENT WILL BROADCOM'S LIABILITY WHETHER IN CONTRACT, TORT
/hardware/invensense/6515/libsensors_iio/
DLicense.txt154 INVENSENSE'S LICENSORS HAVE ANY LIABILITY FOR ANY INDIRECT, INCIDENTAL,
159 DAMAGES. IN NO EVENT WILL INVENSENSE'S LIABILITY WHETHER IN CONTRACT, TORT
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp221 template<typename E, bool S=std::is_enum<E>::value>
DC2Param_test.cpp835 template<typename S, typename=decltype(((S*)0)->setPort(true))>
2063 const C2NumbersStreamTuning *S[] = { outs1.get(), ins1.get(), bouts1.get() }; in TEST_F() local
2064 for (const auto p : S) { in TEST_F()
/hardware/interfaces/tv/tuner/1.0/
Dtypes.hal71 * Integrated Services Digital Broadcasting-Satellite (ISDB-S)
72 * ARIB STD-B20 is technical document of ISDB-S.
76 * Integrated Services Digital Broadcasting-Satellite (ISDB-S)
534 S = 1 << 1,
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp212 typedef C2StreamMediaTypeSetting S; in QueryMediaType() typedef
214 return QueryMediaTypeImpl<P::input, S::input>(component); in QueryMediaType()
216 return QueryMediaTypeImpl<P::output, S::output>(component); in QueryMediaType()
/hardware/interfaces/audio/common/4.0/
Dtypes.hal532 /** S/PDIF out */
573 /** S/PDIF in */
/hardware/interfaces/audio/common/2.0/
Dtypes.hal525 /** S/PDIF out */
597 /** S/PDIF in */
/hardware/interfaces/audio/common/6.0/
Dtypes.hal600 /** S/PDIF out */
641 /** S/PDIF in */
/hardware/interfaces/
Dcurrent.txt653 # ABI preserving changes to HALs during Android S
661 # HALs released in Android S
/hardware/interfaces/audio/common/5.0/
Dtypes.hal594 /** S/PDIF out */
635 /** S/PDIF in */
/hardware/interfaces/renderscript/1.0/
DIContext.hal975 * @param wrapS S wrapping mode for the sampler
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal907 * S. Hochreiter and J. Schmidhuber. "Long Short-Term Memory". Neural

12