/hardware/google/av/codec2/include/ |
D | C2ParamDef.h | 38 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 …]
|
D | C2Param.h | 262 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/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 43 return S()->getSensorsList(_hidl_cb); in getSensorsList() 50 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch() 53 Return<Result> flush(int32_t sensorHandle) override { return S()->flush(sensorHandle); } in flush() 56 return S()->injectSensorData(event); in injectSensorData() 63 return S()->unregisterDirectChannel(channelHandle); in unregisterDirectChannel() 68 return S()->configDirectReport(sensorHandle, channelHandle, rate, _hidl_cb); in configDirectReport() 71 inline sp<ISensors>& S() { return SensorsHidlEnvironmentV1_0::Instance()->sensors; } in S() function in SensorsHidlTest 86 return S()->activate(sensorHandle, enabled); in activate() 94 S()->registerDirectChannel(mem, in registerDirectChannel() 108 S()->getSensorsList( in defaultSensorByType() [all …]
|
/hardware/google/av/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 389 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/ |
D | types.hal | 39 typedef ref<S> refS; 40 struct S {
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_test.cpp | 166 template <Status S, size_t N> 168 EXPECT_EQ(S, status); in checkKeySetIds() 169 if (S == Status::OK) { in checkKeySetIds() 174 template <Status S, OfflineLicenseState T> 176 if (S == Status::OK) { in checkKeySetIdState() 181 EXPECT_EQ(S, status); in checkKeySetIdState()
|
/hardware/interfaces/tests/pointer/1.0/ |
D | IPointer.hal | 20 struct S { int32_t data; }; 21 struct A { S s; };
|
/hardware/google/av/media/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 41 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/ |
D | IKeymasterDevice.hal | 293 * 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/ |
D | IGnssMeasurementCallback.hal | 419 * 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/ |
D | types.hal | 152 * 24-bit format that has 8-bit H, S, and V components, in that order,
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/ |
D | ops.def | 20 * NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 36 #define XSTR(S) #S in Context() argument 37 #define STR(S) XSTR(S) in Context() argument
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 154 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/ |
D | License.txt | 154 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/ |
D | C2SampleComponent_test.cpp | 221 template<typename E, bool S=std::is_enum<E>::value>
|
D | C2Param_test.cpp | 835 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/google/av/media/sfplugin/ |
D | CCodecConfig.cpp | 212 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/2.0/ |
D | types.hal | 525 /** S/PDIF out */ 597 /** S/PDIF in */
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 532 /** S/PDIF out */ 573 /** S/PDIF in */
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 594 /** S/PDIF out */ 635 /** S/PDIF in */
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 975 * @param wrapS S wrapping mode for the sampler
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 886 * S. Hochreiter and J. Schmidhuber. "Long Short-Term Memory". Neural
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1211 * S. Hochreiter and J. Schmidhuber. "Long Short-Term Memory". Neural
|