Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 30) sorted by relevance

12

/hardware/nxp/nfc/halimpl/
Dlibnfc-nxp-PN80T_example_NCI2_0.conf55 NXP_ACT_PROP_EXTN={2F, 02, 00}
69 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
74 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
162 NXP_CORE_CONF={ 20, 02, 31, 0F,
Dlibnfc-nxp-PN81T_example_NCI2_0.conf55 NXP_ACT_PROP_EXTN={2F, 02, 00}
69 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
74 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
158 NXP_CORE_CONF={ 20, 02, 31, 0F,
Dlibnfc-nxp-PN81B_example_NCI2_0.conf55 NXP_ACT_PROP_EXTN={2F, 02, 00}
69 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
74 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
159 NXP_CORE_CONF={ 20, 02, 31, 0F,
Dlibnfc-nxp-PN553_example.conf59 NXP_ACT_PROP_EXTN={2F, 02, 00}
83 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
88 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
Dlibnfc-nxp-PN553_example_NCI2_0.conf59 NXP_ACT_PROP_EXTN={2F, 02, 00}
83 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
88 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
Dlibnfc-nxp-PN80T_example.conf59 NXP_ACT_PROP_EXTN={2F, 02, 00}
83 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
88 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
Dlibnfc-nxp-PN65T_example.conf62 NXP_ACT_PROP_EXTN={2F, 02, 00}
70 NXP_CORE_STANDBY={2F, 00, 01, 01}
Dlibnfc-nxp-PN66T_example.conf61 NXP_ACT_PROP_EXTN={2F, 02, 00}
75 NXP_CORE_STANDBY={2F, 00, 01, 01}
Dlibnfc-nxp-PN547C2_example.conf61 NXP_ACT_PROP_EXTN={2F, 02, 00}
Dlibnfc-nxp-PN551_example.conf58 NXP_ACT_PROP_EXTN={2F, 02, 00}
Dlibnfc-nxp-PN548AD_example.conf62 NXP_ACT_PROP_EXTN={2F, 02, 00}
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp143 template <class F>
146 explicit final_action(F f) : f_(move(f)) {} in final_action()
150 F f_;
153 template <class F>
154 inline final_action<F> finally(const F& f) { in finally()
155 return final_action<F>(f); in finally()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_ConntrackClient.h106 #define log_nat(A,B,C,D,E,F) \ argument
107 … ((B>>8) & 0xFF), (B & 0xFF), ((C>>24) & 0xFF), ((C>>16) & 0xFF),((C>>8) & 0xFF),(C & 0xFF),D,E,F);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_ConntrackClient.h106 #define log_nat(A,B,C,D,E,F) \ argument
107 … ((B>>8) & 0xFF), (B & 0xFF), ((C>>24) & 0xFF), ((C>>16) & 0xFF),((C>>8) & 0xFF),(C & 0xFF),D,E,F);
/hardware/interfaces/keymaster/3.0/vts/functional/
Dopenssl_utils.h17 template <typename T, void (*F)(T*)> struct UniquePtrDeleter {
18 void operator()(T* p) const { F(p); } in operator()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dopenssl_utils.h22 template <typename T, void (*F)(T*)>
24 void operator()(T* p) const { F(p); } in operator()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h362 if (!me.F(me.v.width).supportsAtAll(me.v.width)) { in SizeSetter()
363 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.width))); in SizeSetter()
366 if (!me.F(me.v.height).supportsAtAll(me.v.height)) { in SizeSetter()
367 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.height))); in SizeSetter()
377 if (!me.F(me.v.profile).supportsAtAll(me.v.profile)) { in ProfileLevelSetter()
380 if (!me.F(me.v.level).supportsAtAll(me.v.level)) { in ProfileLevelSetter()
DC2SoftVpxDec.cpp203 if (!me.F(me.v.width).supportsAtAll(me.v.width)) { in SizeSetter()
204 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.width))); in SizeSetter()
207 if (!me.F(me.v.height).supportsAtAll(me.v.height)) { in SizeSetter()
208 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.height))); in SizeSetter()
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h209 return me.F(me.v.value).validatePossible(me.v.value); in NonStrictValueWithNoDeps()
217 res.plus(me.F(me.v.m.values[ix]).validatePossible(me.v.m.values[ix])); in NonStrictValuesWithNoDeps()
227 if (!me.F(me.v.value).supportsNow(me.v.value)) { in StrictValueWithNoDeps()
230 return me.F(me.v.value).validatePossible(me.v.value); in StrictValueWithNoDeps()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp175 if (!me.F(me.v.width).supportsAtAll(me.v.width)) { in SizeSetter()
176 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.width))); in SizeSetter()
179 if (!me.F(me.v.height).supportsAtAll(me.v.height)) { in SizeSetter()
180 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.height))); in SizeSetter()
190 if (!me.F(me.v.profile).supportsAtAll(me.v.profile)) { in ProfileLevelSetter()
197 if (!me.F(me.v.level).supportsAtAll(me.v.level)) { in ProfileLevelSetter()
DC2SoftMpeg4Dec.cpp188 if (!me.F(me.v.width).supportsAtAll(me.v.width)) { in SizeSetter()
189 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.width))); in SizeSetter()
192 if (!me.F(me.v.height).supportsAtAll(me.v.height)) { in SizeSetter()
193 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.height))); in SizeSetter()
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal47 /** Galileo F/NAV message contained in the structure. */
101 * - For Galileo F/NAV nominal frame structure, this refers to the subframe
120 * - For Galileo F/NAV, this refers to the page type in the range 1-6
142 * - For Galileo F/NAV, each word consists of 238-bit (sync & tail symbols
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h396 FieldType<S> F(S &field) {
418 const FieldType<S> F(S &field) const {
419 return const_cast<const FieldType<S>>(const_cast<Param *>(this)->F(field));
/hardware/google/av/codec2/include/
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; \
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp171 if (!me.F(me.v.width).supportsAtAll(me.v.width)) { in SizeSetter()
172 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.width))); in SizeSetter()
175 if (!me.F(me.v.height).supportsAtAll(me.v.height)) { in SizeSetter()
176 res = res.plus(C2SettingResultBuilder::BadValue(me.F(me.v.height))); in SizeSetter()
189 if (!me.F(me.v.profile).supportsAtAll(me.v.profile)) { in ProfileLevelSetter()

12