Home
last modified time | relevance | path

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

/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/intel/bootstub/
Dbootstub.mk5 BOOTSTUB_SRC_FILES_x86 := head.S e820_bios.S
34 $(LOCAL_BUILT_MODULE) : BOOTSTUB_OBJS += $(patsubst %.S, %.o , $(LOCAL_SRC_FILES_x86))
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h388 template<typename S>
392 typename std::remove_extent<S>::type>::type>::type>;
394 template<typename S>
395 FieldType<S> F(S &field) {
400 size_t baseSize = sizeof(typename std::remove_extent<S>::type);
412 return FieldType<S>(helper, _mTypedParam->index());
416 template<typename S>
417 const FieldType<S> F(S &field) const {
418 return const_cast<const FieldType<S>>(const_cast<Param *>(this)->F(field));
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp487 S()->activate(s, false); in TearDown()
494 S()->configDirectReport(-1, c, RateLevel::STOP, [] (auto, auto){}); in TearDown()
495 S()->unregisterDirectChannel(c); in TearDown()
508 return S()->getSensorsList(_hidl_cb); in getSensorsList()
518 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
522 return S()->flush(sensorHandle); in flush()
526 return S()->injectSensorData(event); in injectSensorData()
533 return S()->unregisterDirectChannel(channelHandle); in unregisterDirectChannel()
539 return S()->configDirectReport(sensorHandle, channelHandle, rate, _hidl_cb); in configDirectReport()
542 inline sp<ISensors>& S() { in S() function in SensorsHidlTest
[all …]
/hardware/interfaces/tests/trie/1.0/
Dtypes.hal39 typedef ref<S> refS;
40 struct S {
DAndroid.bp18 "S",
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.cpp39 template<bool ToA, size_t S>
47 template<size_t S>
48 struct MemCopier<false, S> {
51 MemCopier<true, S>::copy(b, a, size); in copy()
/hardware/interfaces/tests/pointer/1.0/
DIPointer.hal20 struct S { int32_t data; };
21 struct A { S s; };
/hardware/google/av/codec2/vndk/bufferpool/
DAccessorImpl.cpp240 template<typename T, typename S>
241 int percentage(T base, S total) { in percentage()
242 return int(total ? 0.5 + 100. * static_cast<S>(base) / total : 0); in percentage()
/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/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.cpp20 #define XSTR(S) #S in Context() argument
21 #define STR(S) XSTR(S) in Context() argument
/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/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/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/intel/common/libva/
Dconfigure.ac182 if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
/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/renderscript/1.0/
DIContext.hal975 * @param wrapS S wrapping mode for the sampler
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal841 * S. Hochreiter and J. Schmidhuber. "Long Short-Term Memory". Neural
/hardware/google/av/codec2/docs/
Ddoxygen.config1533 # search using the keyboard; to jump to the search box use <access key> + S