Home
last modified time | relevance | path

Searched refs:input (Results 1 - 25 of 3976) sorted by relevance

12345678910>>...160

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp19 bool Marshalling(const SyncerParam &input, MessageParcel &data) in Marshalling() argument
21 return ITypesUtil::Marshal(data, input.bundleName_, input.hapName_, input.storeName_, input.area_, in Marshalling()
22 input.level_, input.type_, input.isEncrypt_, input.password_, input in Marshalling()
34 Marshalling(const NotifyConfig &input, MessageParcel &data) Marshalling() argument
45 Marshalling(const Option &input, MessageParcel &data) Marshalling() argument
58 Marshalling(const RdbPredicates &input, MessageParcel &data) Marshalling() argument
69 Marshalling(const RdbOperation &input, MessageParcel &data) Marshalling() argument
84 Marshalling(const SubOption &input, MessageParcel &data) Marshalling() argument
98 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument
109 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument
120 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument
130 Marshalling(const ProgressDetail &input, MessageParcel &data) Marshalling() argument
140 Marshalling(const TableDetail &input, MessageParcel &data) Marshalling() argument
150 Marshalling(const Statistic &input, MessageParcel &data) Marshalling() argument
161 Marshalling(const PrimaryKeys &input, MessageParcel &data) Marshalling() argument
174 Marshalling(const Origin &input, MessageParcel &data) Marshalling() argument
185 Marshalling(const RdbChangedData &input, MessageParcel &data) Marshalling() argument
196 Marshalling(const RdbProperties &input, MessageParcel &data) Marshalling() argument
207 Marshalling(const Reference &input, MessageParcel &data) Marshalling() argument
218 Marshalling(const BigInt& input, MessageParcel& data) Marshalling() argument
235 Marshalling(const DebugInfo &input, MessageParcel &data) Marshalling() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument
23 data, input.identity, input.role, input.state, input.privilege, input.attachInfo); in Marshalling()
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument
36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling()
37 input in Marshalling()
48 Marshalling(const Role &input, MessageParcel &data) Marshalling() argument
65 Marshalling(const Confirmation &input, MessageParcel &data) Marshalling() argument
83 Marshalling(const SharingCode &input, MessageParcel &data) Marshalling() argument
100 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument
110 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument
120 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument
137 Marshalling(const Strategy &input, MessageParcel &data) Marshalling() argument
143 Marshalling(const CommonAsset &input, MessageParcel &data) Marshalling() argument
150 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-magicmouse.c16 #include <linux/input/mt.h>
106 * @input: Input device through which we report events.
112 * @tracking_ids: Mapping of current touch input data to @touches.
115 struct input_dev *input; member
157 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons()
158 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons()
159 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons()
182 input_report_key(msc->input, BTN_MIDDLE, state & 4); in magicmouse_emit_buttons()
185 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons()
186 input_report_key(msc->input, BTN_RIGH in magicmouse_emit_buttons()
194 struct input_dev *input = msc->input; magicmouse_emit_touch() local
312 struct input_dev *input = msc->input; magicmouse_raw_event() local
411 magicmouse_setup_input(struct input_dev *input, struct hid_device *hdev) magicmouse_setup_input() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.h118 static inline BASE_NS::Math::Vec4 GetFactorTonemap(const PostProcessConfiguration& input) in GetFactorTonemap() argument
120 return { input.tonemapConfiguration.exposure, 0.0f, 0.0f, in GetFactorTonemap()
121 static_cast<float>(input.tonemapConfiguration.tonemapType) }; in GetFactorTonemap()
124 static inline BASE_NS::Math::Vec4 GetFactorVignette(const PostProcessConfiguration& input) in GetFactorVignette() argument
126 return { input.vignetteConfiguration.coefficient, input.vignetteConfiguration.power, 0.0f, 0.0f }; in GetFactorVignette()
129 static inline BASE_NS::Math::Vec4 GetFactorDither(const PostProcessConfiguration& input) in GetFactorDither() argument
131 return { input.ditherConfiguration.amountCoefficient, 0, 0, in GetFactorDither()
132 static_cast<float>(input.ditherConfiguration.ditherType) }; in GetFactorDither()
135 static inline BASE_NS::Math::Vec4 GetFactorColorConversion(const PostProcessConfiguration& input) in GetFactorColorConversion() argument
140 GetFactorFringe(const PostProcessConfiguration& input) GetFactorFringe() argument
146 GetFactorBlur(const PostProcessConfiguration& input) GetFactorBlur() argument
152 GetFactorBloom(const PostProcessConfiguration& input) GetFactorBloom() argument
158 GetFactorFxaa(const PostProcessConfiguration& input) GetFactorFxaa() argument
164 GetFactorTaa(const PostProcessConfiguration& input) GetFactorTaa() argument
171 GetFactorDof(const PostProcessConfiguration& input) GetFactorDof() argument
181 GetFactorDof2(const PostProcessConfiguration& input) GetFactorDof2() argument
187 GetFactorMotionBlur(const PostProcessConfiguration& input) GetFactorMotionBlur() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c30 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_transition()
39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition()
50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition()
51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition()
56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition()
65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input in mod_hdcp_hdcp2_transition()
28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument
369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument
[all...]
H A Dhdcp1_transition.c30 struct mod_hdcp_transition_input_hdcp1 *input, in mod_hdcp_hdcp1_transition()
39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition()
49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition()
54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition()
55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition()
56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition()
57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition()
58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition()
68 if (input in mod_hdcp_hdcp1_transition()
28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument
151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c30 struct mod_hdcp_transition_input_hdcp2 *input, in mod_hdcp_hdcp2_transition()
39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition()
50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition()
51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition()
56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition()
65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input in mod_hdcp_hdcp2_transition()
28 mod_hdcp_hdcp2_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_transition() argument
369 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp2 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp2_dp_transition() argument
[all...]
H A Dhdcp1_transition.c30 struct mod_hdcp_transition_input_hdcp1 *input, in mod_hdcp_hdcp1_transition()
39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition()
49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition()
54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition()
55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition()
56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition()
57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition()
58 input->ainfo_write == FAIL) { in mod_hdcp_hdcp1_transition()
68 if (input in mod_hdcp_hdcp1_transition()
28 mod_hdcp_hdcp1_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_transition() argument
151 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp *hdcp, struct mod_hdcp_event_context *event_ctx, struct mod_hdcp_transition_input_hdcp1 *input, struct mod_hdcp_output *output) mod_hdcp_hdcp1_dp_transition() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Dhv_vtl.c72 struct hv_enable_vp_vtl *input; in hv_vtl_bringup_vcpu() local
96 input = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_vtl_bringup_vcpu()
97 memset(input, 0, sizeof(*input)); in hv_vtl_bringup_vcpu()
99 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_bringup_vcpu()
100 input->vp_index = target_vp_index; in hv_vtl_bringup_vcpu()
101 input->target_vtl.target_vtl = HV_VTL_MGMT; in hv_vtl_bringup_vcpu()
117 input->vp_context.rip = rip; in hv_vtl_bringup_vcpu()
118 input->vp_context.rsp = rsp; in hv_vtl_bringup_vcpu()
119 input in hv_vtl_bringup_vcpu()
182 struct hv_get_vp_from_apic_id_in *input; hv_vtl_apicid_to_vp_id() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk.cpp75 static int TestAtFork(int input) in TestAtFork() argument
78 if (input == NORMAL) { in TestAtFork()
83 static int testAttrDestory(int input) in testAttrDestory() argument
87 if (input == NORMAL) { in testAttrDestory()
93 if (input == NORMAL) { in testAttrDestory()
100 int input = intInput(env, info); in PThreadAtFork() local
101 int result = TestAtFork(input); in PThreadAtFork()
106 int input = intInput(env, info); in PThreadAttrDestory() local
107 int result = testAttrDestory(input); in PThreadAttrDestory()
110 static int testAttrGetDetachState(int input) in testAttrGetDetachState() argument
128 int input = intInput(env, info); PThreadAttrGetDetachState() local
132 TestAttrGetGuardSize(int input) TestAttrGetGuardSize() argument
150 int input = intInput(env, info); PThreadAttrGetGuardSize() local
154 TestAttrGetInheritSched(int input) TestAttrGetInheritSched() argument
172 int input = intInput(env, info); PThreadAttrGetInheritSched() local
176 testAttrGetSchedParam(int input) testAttrGetSchedParam() argument
194 int input = intInput(env, info); PThreadAttrGetSchedParam() local
198 TestAttrGetSchedPolicy(int input) TestAttrGetSchedPolicy() argument
216 int input = intInput(env, info); PThreadAttrGetSchedPolicy() local
220 testAttrGetScope(int input) testAttrGetScope() argument
238 int input = intInput(env, info); PThreadAttrGetScope() local
242 TestAttrGetStack(int input) TestAttrGetStack() argument
267 int input = intInput(env, info); PThreadAttrGetStack() local
271 TestAttrGetStackSize(int input) TestAttrGetStackSize() argument
289 int input = intInput(env, info); PThreadAttrGetStackSize() local
293 testAttrInit(int input) testAttrInit() argument
304 int input = intInput(env, info); PThreadAttrInit() local
308 testAttrSetDetachState(int input) testAttrSetDetachState() argument
325 int input = intInput(env, info); PThreadAttrSetDetachState() local
329 testAttrSetGuardSize(int input) testAttrSetGuardSize() argument
346 int input = intInput(env, info); PThreadAttrSetGuardSize() local
350 testAttrSetInheritSched(int input) testAttrSetInheritSched() argument
367 int input = intInput(env, info); PThreadAttrSetInheritSched() local
371 testAttrSetSchedParam(int input) testAttrSetSchedParam() argument
389 int input = intInput(env, info); PThreadAttrSetSchedParam() local
393 testAttrSetSchedPolicy(int input) testAttrSetSchedPolicy() argument
410 int input = intInput(env, info); PThreadAttrSetSchedPolicy() local
414 testAttrSetScope(int input) testAttrSetScope() argument
431 int input = intInput(env, info); PThreadAttrSetScope() local
435 testAttrSetStack(int input) testAttrSetStack() argument
462 int input = intInput(env, info); PThreadAttrSetStack() local
466 testAttrSetStackSize(int input) testAttrSetStackSize() argument
483 int input = intInput(env, info); PThreadAttrSetStackSize() local
487 TestBarrierInit(int input) TestBarrierInit() argument
499 int input = intInput(env, info); PThreadBarrierInit() local
503 testBarrierDestroy(int input) testBarrierDestroy() argument
522 int input = intInput(env, info); PThreadBarrierDestroy() local
532 testBarrierWait(int input) testBarrierWait() argument
561 int input = intInput(env, info); PThreadBarrierWait() local
565 testBarrierAttrInit(int input) testBarrierAttrInit() argument
576 int input = intInput(env, info); PThreadBarrierAttrInit() local
580 testBarrierAttrGetPShared(int input) testBarrierAttrGetPShared() argument
598 int input = intInput(env, info); PThreadBarrierAttrGetPShared() local
602 testBarrierAttrDestroy(int input) testBarrierAttrDestroy() argument
619 int input = intInput(env, info); PThreadBarrierAttrDestroy() local
623 testBarrierAttrSetPShared(int input) testBarrierAttrSetPShared() argument
640 int input = intInput(env, info); PThreadBarrierAttrSetPShared() local
644 testCondInit(int input) testCondInit() argument
657 int input = intInput(env, info); PThreadCondInit() local
661 TestCondDestory(int input) TestCondDestory() argument
675 int input = intInput(env, info); PThreadCondDestroy() local
679 testCondBroadcast(int input) testCondBroadcast() argument
690 int input = intInput(env, info); PThreadCondBroadcast() local
694 testCondSignal(int input) testCondSignal() argument
705 int input = intInput(env, info); PThreadCondSignal() local
718 testCondWait(int input) testCondWait() argument
735 int input = intInput(env, info); PThreadCondWait() local
751 testCondTimedWait(int input) testCondTimedWait() argument
765 int input = intInput(env, info); PThreadCondTimedWait() local
769 testCondAttrInit(int input) testCondAttrInit() argument
780 int input = intInput(env, info); PThreadCondAttrInit() local
784 testCondAttrDestroy(int input) testCondAttrDestroy() argument
799 int input = intInput(env, info); PThreadCondAttrDestroy() local
803 TestCondAttrGetClock(int input) TestCondAttrGetClock() argument
819 int input = intInput(env, info); PThreadCondAttrGetClock() local
823 TestCondAttrGetPShared(int input) TestCondAttrGetPShared() argument
838 int input = intInput(env, info); PThreadCondAttrGetPShared() local
842 TestCondAttrSetClock(int input) TestCondAttrSetClock() argument
858 int input = intInput(env, info); PThreadCondAttrSetClock() local
862 testCondAttrSetPShared(int input) testCondAttrSetPShared() argument
878 int input = intInput(env, info); PThreadCondAttrSetPShared() local
883 testCreate(int input) testCreate() argument
894 int input = intInput(env, info); PThreadCreate() local
898 testDetach(int input) testDetach() argument
913 int input = intInput(env, info); PThreadDetach() local
918 testEqual(int input) testEqual() argument
936 int input = intInput(env, info); PThreadEqual() local
940 testEqual2(int input) testEqual2() argument
960 int input = intInput(env, info); PThreadEqual2() local
966 testExit(int input) testExit() argument
982 int input = intInput(env, info); PThreadExit() local
986 testGetAttrNp(int input) testGetAttrNp() argument
1002 int input = intInput(env, info); PThreadGetAttrNp() local
1006 testGetCpuClockId(int input) testGetCpuClockId() argument
1022 int input = intInput(env, info); PThreadGetCpuClockId() local
1026 testGetSchedParam(int input) testGetSchedParam() argument
1043 int input = intInput(env, info); PThreadGetSchedParam() local
1058 testGetSpecific(int input) testGetSpecific() argument
1078 int input = intInput(env, info); PThreadGetSpecific() local
1082 TestJoin(int input) TestJoin() argument
1097 int input = intInput(env, info); PThreadJoin() local
1101 testKeyCreate(int input) testKeyCreate() argument
1111 int input = intInput(env, info); PThreadKeyCreate() local
1115 testKeyDelete(int input) testKeyDelete() argument
1129 int input = intInput(env, info); PThreadKeyDelete() local
1139 testKill(int input) testKill() argument
1154 int input = intInput(env, info); PThreadKill() local
1158 TestMutexInit(int input) TestMutexInit() argument
1170 int input = intInput(env, info); PThreadMutexInit() local
1174 TestMutexDestroy(int input) TestMutexDestroy() argument
1187 int input = intInput(env, info); PThreadMutexDestroy() local
1191 TestMutexLock(int input) TestMutexLock() argument
1204 int input = intInput(env, info); PThreadMutexLock() local
1208 testMutexTimedLock(int input) testMutexTimedLock() argument
1225 int input = intInput(env, info); PThreadMutexTimedLock() local
1229 TestMutexTryLock(int input) TestMutexTryLock() argument
1242 int input = intInput(env, info); PThreadMutexTryLock() local
1246 testMutexUnLock(int input) testMutexUnLock() argument
1263 int input = intInput(env, info); PThreadMutexUnLock() local
1267 TestMutexAttrDestroy(int input) TestMutexAttrDestroy() argument
1282 int input = intInput(env, info); PThreadMutexAttrDestroy() local
1286 testMutexAttrGetProtocol(int input) testMutexAttrGetProtocol() argument
1302 int input = intInput(env, info); PThreadMutexAttrGetProtocol() local
1306 testMutexAttrGetPshared(int input) testMutexAttrGetPshared() argument
1322 int input = intInput(env, info); PThreadMutexAttrGetPShared() local
1326 TestMutexAttrGetType(int input) TestMutexAttrGetType() argument
1342 int input = intInput(env, info); PThreadMutexAttrGetType() local
1346 TestMutexAttrInit(int input) TestMutexAttrInit() argument
1357 int input = intInput(env, info); PThreadMutexAttrInit() local
1361 testMutexAttrSetProtocol(int input) testMutexAttrSetProtocol() argument
1377 int input = intInput(env, info); PThreadMutexAttrSetProtocol() local
1381 testMutexAttrSetPshared(int input) testMutexAttrSetPshared() argument
1397 int input = intInput(env, info); PThreadMutexAttrSetPShared() local
1401 testMutexAttrSetType(int input) testMutexAttrSetType() argument
1417 int input = intInput(env, info); PThreadMutexAttrSetType() local
1433 testOnce(int input) testOnce() argument
1449 int input = intInput(env, info); PThreadOnce() local
1453 testRwLockInit(int input) testRwLockInit() argument
1465 int input = intInput(env, info); PThreadRwLockInit() local
1469 testRwLockDestroy(int input) testRwLockDestroy() argument
1485 int input = intInput(env, info); PThreadRwLockDestroy() local
1489 testRwLockRdLock(int input) testRwLockRdLock() argument
1505 int input = intInput(env, info); PThreadRwLockRdLock() local
1509 testRwLockTimedRdLock(int input) testRwLockTimedRdLock() argument
1530 int input = intInput(env, info); PThreadRwLockTimedRdLock() local
1534 testRwLockTimedWrLock(int input) testRwLockTimedWrLock() argument
1555 int input = intInput(env, info); PThreadRwLockTimedWrLock() local
1559 testRwLockTryRdLock(int input) testRwLockTryRdLock() argument
1575 int input = intInput(env, info); PThreadRwLockTryRdLock() local
1579 testRwLockTryWrLock(int input) testRwLockTryWrLock() argument
1595 int input = intInput(env, info); PThreadRwLockTryWrLock() local
1599 TestRwLockUnLock(int input) TestRwLockUnLock() argument
1619 int input = intInput(env, info); PThreadRwLockUnLock() local
1623 testRwLockWrLock(int input) testRwLockWrLock() argument
1639 int input = intInput(env, info); PThreadRwLockWrLock() local
1643 TestRwLockAttrDestroy(int input) TestRwLockAttrDestroy() argument
1658 int input = intInput(env, info); PThreadRwLockAttrDestroy() local
1662 testRwLockAttrGetPShared(int input) testRwLockAttrGetPShared() argument
1678 int input = intInput(env, info); PThreadRwLockAttrGetPShared() local
1682 testRwLockAttrInit(int input) testRwLockAttrInit() argument
1693 int input = intInput(env, info); PThreadRwLockAttrInit() local
1697 TestRwLockAttrSetPShared(int input) TestRwLockAttrSetPShared() argument
1713 int input = intInput(env, info); PThreadRwLockAttrSetPShared() local
1717 TestSelf(int input) TestSelf() argument
1732 int input = intInput(env, info); PThreadSelf() local
1736 testSetNameNp(int input) testSetNameNp() argument
1752 int input = intInput(env, info); PThreadSetNameNp() local
1756 testSetSchedParam(int input) testSetSchedParam() argument
1774 int input = intInput(env, info); PThreadSetSchedParam() local
1778 testSetSchedPrio(int input) testSetSchedPrio() argument
1794 int input = intInput(env, info); PThreadSetSchedPrio() local
1806 testSetSpecific(int input) testSetSpecific() argument
1827 int input = intInput(env, info); PThreadSetSpecific() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp36 bool Marshalling(const AppId &input, MessageParcel &data) in Marshalling() argument
38 return ITypesUtil::Marshalling(input.appId, data); in Marshalling()
48 bool Marshalling(const StoreId &input, MessageParcel &data) in Marshalling() argument
50 return ITypesUtil::Marshalling(input.storeId, data); in Marshalling()
106 bool Marshalling(const Options &input, MessageParcel &data) in Marshalling() argument
108 if (!ITypesUtil::Marshal(data, input.schema, input.hapName, input.policies, input.cloudConfig.enableCloud, in Marshalling()
109 input in Marshalling()
160 Marshalling(const AuthType &input, MessageParcel &data) Marshalling() argument
177 Marshalling(const SyncPolicy &input, MessageParcel &data) Marshalling() argument
189 Marshalling(const SwitchData &input, MessageParcel &data) Marshalling() argument
201 Marshalling(const Status &input, MessageParcel &data) Marshalling() argument
218 Marshalling(const Notification &input, MessageParcel &data) Marshalling() argument
236 Marshalling(const ProgressDetail &input, MessageParcel &data) Marshalling() argument
246 Marshalling(const TableDetail &input, MessageParcel &data) Marshalling() argument
256 Marshalling(const Statistic &input, MessageParcel &data) Marshalling() argument
267 Marshalling(const CloudConfig &input, MessageParcel &data) Marshalling() argument
278 Marshalling(const StoreConfig &input, MessageParcel &data) Marshalling() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dinput_unittest.cpp17 #include "input.h"
37 auto input = std::make_shared<Input>(); in HWTEST_F() local
38 bool testResult = input != nullptr; in HWTEST_F()
47 input->SetValue("format", vInputFormat.lock(), 1); in HWTEST_F()
48 input->SetValue("src", vInputSrc.lock(), 1); in HWTEST_F()
64 auto input = std::make_shared<Input>(); in HWTEST_F() local
65 bool testResult = input != nullptr; in HWTEST_F()
74 input->SetValue("format", vInputFormat.lock(), 1); in HWTEST_F()
75 input->SetValue("src", vInputSrc.lock(), 1); in HWTEST_F()
91 auto input in HWTEST_F() local
123 auto input = std::make_shared<Input>(); HWTEST_F() local
162 auto input = std::make_shared<Input>(); HWTEST_F() local
197 auto input = std::make_shared<Input>(); HWTEST_F() local
227 auto input = std::make_shared<Input>(); HWTEST_F() local
254 auto input = std::make_shared<Input>(); HWTEST_F() local
276 auto input = std::make_shared<Input>(); HWTEST_F() local
298 auto input = std::make_shared<Input>(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_types_util.cpp20 bool Marshalling(const Participant &input, MessageParcel &data) in Marshalling() argument
23 data, input.identity, input.role, input.state, input.privilege, input.attachInfo); in Marshalling()
34 bool Marshalling(const Privilege &input, MessageParcel &data) in Marshalling() argument
36 return ITypesUtil::Marshal(data, input.writable, input.readable, in Marshalling()
37 input in Marshalling()
48 Marshalling(const Asset &input, MessageParcel &data) Marshalling() argument
58 Marshalling(const ValueObject &input, MessageParcel &data) Marshalling() argument
68 Marshalling(const ValuesBucket &input, MessageParcel &data) Marshalling() argument
79 Marshalling(const StatisticInfo &input, MessageParcel &data) Marshalling() argument
102 Marshalling(const CloudSyncInfo &input, MessageParcel &data) Marshalling() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-magicmouse.c16 #include <linux/input/mt.h>
116 * @input: Input device through which we report events.
122 * @tracking_ids: Mapping of current touch input data to @touches.
125 struct input_dev *input; member
175 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons()
176 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons()
177 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons()
200 input_report_key(msc->input, BTN_MIDDLE, state & 4); in magicmouse_emit_buttons()
203 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons()
204 input_report_key(msc->input, BTN_RIGH in magicmouse_emit_buttons()
212 struct input_dev *input = msc->input; magicmouse_emit_touch() local
377 struct input_dev *input = msc->input; magicmouse_raw_event() local
522 magicmouse_setup_input(struct input_dev *input, struct hid_device *hdev) magicmouse_setup_input() argument
[all...]
H A Dhid-steam.c18 * This driver will disable the lizard mode when the input device is opened
19 * and re-enable it when the input device is closed, so as not to break user
23 * the hidraw interface directly to create input devices (XTest, uinput...).
27 * - this input device will be removed, to avoid double input of the same
29 * When the client is closed, this input device will be created again.
38 #include <linux/input.h>
128 struct input_dev __rcu *input; member
479 struct input_dev *input; in steam_input_register() local
483 input in steam_input_register()
609 struct input_dev *input; steam_input_unregister() local
1077 steam_do_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_input_event() argument
1244 steam_do_deck_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_deck_input_event() argument
1348 struct input_dev *input; steam_raw_event() local
[all...]
H A Dhid-letsketch.c19 * This interface sends raw event input reports in a custom format, but only
38 #include <linux/input.h>
83 struct input_dev *input; in letsketch_alloc_input_dev() local
85 input = devm_input_allocate_device(&data->hdev->dev); in letsketch_alloc_input_dev()
86 if (!input) in letsketch_alloc_input_dev()
89 input->id.bustype = data->hdev->bus; in letsketch_alloc_input_dev()
90 input->id.vendor = data->hdev->vendor; in letsketch_alloc_input_dev()
91 input->id.product = data->hdev->product; in letsketch_alloc_input_dev()
92 input->id.version = data->hdev->bus; in letsketch_alloc_input_dev()
93 input in letsketch_alloc_input_dev()
105 struct input_dev *input; letsketch_setup_input_tablet() local
131 struct input_dev *input; letsketch_setup_input_tablet_pad() local
159 struct input_dev *input = data->input_tablet; letsketch_inrange_timeout() local
170 struct input_dev *input; letsketch_raw_event() local
[all...]
/kernel/linux/linux-6.6/lib/kunit/
H A Dattributes.c40 int (*filter)(void *attr, const char *input, int *err);
80 static int int_filter(long val, const char *op, int input, int *err) in int_filter() argument
83 return (val <= input); in int_filter()
85 return (val >= input); in int_filter()
87 return (val != input); in int_filter()
89 return (val > input); in int_filter()
91 return (val < input); in int_filter()
93 return (val == input); in int_filter()
101 * by the input string. Note: the str_list includes the corresponding string
104 static int attr_enum_filter(void *attr, const char *input, in argument
138 attr_speed_filter(void *attr, const char *input, int *err) attr_speed_filter() argument
147 attr_string_filter(void *attr, const char *input, int *err) attr_string_filter() argument
260 kunit_get_filter_count(char *input) kunit_get_filter_count() argument
282 char *input = *filters; kunit_next_attr_filter() local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dipaq-micro-ts.c17 #include <linux/input.h>
23 struct input_dev *input; member
32 input_report_abs(ts->input, ABS_X, in micro_ts_receive()
34 input_report_abs(ts->input, ABS_Y, in micro_ts_receive()
36 input_report_key(ts->input, BTN_TOUCH, 1); in micro_ts_receive()
37 input_sync(ts->input); in micro_ts_receive()
39 input_report_abs(ts->input, ABS_X, 0); in micro_ts_receive()
40 input_report_abs(ts->input, ABS_Y, 0); in micro_ts_receive()
41 input_report_key(ts->input, BTN_TOUCH, 0); in micro_ts_receive()
42 input_sync(ts->input); in micro_ts_receive()
63 micro_ts_open(struct input_dev *input) micro_ts_open() argument
72 micro_ts_close(struct input_dev *input) micro_ts_close() argument
134 struct input_dev *input = ts->input; micro_ts_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dipaq-micro-ts.c17 #include <linux/input.h>
23 struct input_dev *input; member
32 input_report_abs(ts->input, ABS_X, in micro_ts_receive()
34 input_report_abs(ts->input, ABS_Y, in micro_ts_receive()
36 input_report_key(ts->input, BTN_TOUCH, 1); in micro_ts_receive()
37 input_sync(ts->input); in micro_ts_receive()
39 input_report_abs(ts->input, ABS_X, 0); in micro_ts_receive()
40 input_report_abs(ts->input, ABS_Y, 0); in micro_ts_receive()
41 input_report_key(ts->input, BTN_TOUCH, 0); in micro_ts_receive()
42 input_sync(ts->input); in micro_ts_receive()
63 micro_ts_open(struct input_dev *input) micro_ts_open() argument
72 micro_ts_close(struct input_dev *input) micro_ts_close() argument
134 struct input_dev *input = ts->input; micro_ts_resume() local
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h35 template <typename T> size_t API_EXPORT CountBufferSize(const T &input, TLVObject &data);
36 template <typename T> bool API_EXPORT Writing(const T &input, TLVObject &data, TAG tag);
39 template <typename... _Types> size_t API_EXPORT CountBufferSize(const std::variant<_Types...> &input, TLVObject &data);
40 template <typename... _Types> bool API_EXPORT Writing(const std::variant<_Types...> &input, TLVObject &data, TAG tag);
44 template <typename T> size_t API_EXPORT CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data);
45 template <typename T> bool API_EXPORT Writing(const std::shared_ptr<T> &input, TLVObject &data, TAG tag);
48 template <typename T> size_t API_EXPORT CountBufferSize(const std::vector<T> &input, TLVObject &data);
49 template <typename T> bool API_EXPORT Writing(const std::vector<T> &input, TLVObject &data, TAG tag);
52 template <typename T, typename R> size_t API_EXPORT CountBufferSize(const std::map<T, R> &input, TLVObject &data);
53 template <typename T, typename R> bool API_EXPORT Writing(const std::map<T, R> &input, TLVObjec
131 InitWhenFirst(T input, TLVObject &data) InitWhenFirst() argument
139 CountBufferSize(const T &input, TLVObject &data) CountBufferSize() argument
144 Writing(const T &input, TLVObject &data, TAG tag) Writing() argument
155 CountBufferSize(const std::shared_ptr<T> &input, TLVObject &data) CountBufferSize() argument
163 Writing(const std::shared_ptr<T> &input, TLVObject &data, TAG tag) Writing() argument
180 CountBufferSize(const std::vector<T> &input, TLVObject &data) CountBufferSize() argument
189 Writing(const std::vector<T> &input, TLVObject &data, TAG tag) Writing() argument
230 CountBufferSize(const std::map<T, R> &input, TLVObject &data) CountBufferSize() argument
239 Writing(const std::map<T, R> &input, TLVObject &data, TAG tag) Writing() argument
301 CountVariant(TLVObject &data, uint32_t step, const _InTp &input) CountVariant() argument
309 CountBufferSize(const std::variant<_Types...> &input, TLVObject &data) CountBufferSize() argument
318 WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) WriteVariant() argument
324 WriteVariant(TLVObject &data, uint32_t step, const _InTp &input, TAG tag) WriteVariant() argument
333 Writing(const std::variant<_Types...> &input, TLVObject &data, TAG tag) Writing() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dcobalt_btns.c7 #include <linux/input.h>
35 static void handle_buttons(struct input_dev *input) in handle_buttons() argument
37 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons()
46 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
47 input_report_key(input, bdev->keymap[i], 1); in handle_buttons()
48 input_sync(input); in handle_buttons()
52 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
53 input_report_key(input, bdev->keymap[i], 0); in handle_buttons()
54 input_sync(input); in handle_buttons()
64 struct input_dev *input; in cobalt_buttons_probe() local
[all...]
H A Dsgi_btns.c7 #include <linux/input.h>
52 static void handle_buttons(struct input_dev *input) in handle_buttons() argument
54 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons()
63 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
64 input_report_key(input, bdev->keymap[i], 1); in handle_buttons()
65 input_sync(input); in handle_buttons()
69 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
70 input_report_key(input, bdev->keymap[i], 0); in handle_buttons()
71 input_sync(input); in handle_buttons()
81 struct input_dev *input; in sgi_buttons_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dcobalt_btns.c7 #include <linux/input.h>
35 static void handle_buttons(struct input_dev *input) in handle_buttons() argument
37 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons()
46 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
47 input_report_key(input, bdev->keymap[i], 1); in handle_buttons()
48 input_sync(input); in handle_buttons()
52 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
53 input_report_key(input, bdev->keymap[i], 0); in handle_buttons()
54 input_sync(input); in handle_buttons()
64 struct input_dev *input; in cobalt_buttons_probe() local
[all...]
H A Dsgi_btns.c7 #include <linux/input.h>
52 static void handle_buttons(struct input_dev *input) in handle_buttons() argument
54 struct buttons_dev *bdev = input_get_drvdata(input); in handle_buttons()
63 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
64 input_report_key(input, bdev->keymap[i], 1); in handle_buttons()
65 input_sync(input); in handle_buttons()
69 input_event(input, EV_MSC, MSC_SCAN, i); in handle_buttons()
70 input_report_key(input, bdev->keymap[i], 0); in handle_buttons()
71 input_sync(input); in handle_buttons()
81 struct input_dev *input; in sgi_buttons_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H A Dtw5864-video.c180 static void tw5864_frame_interval_set(struct tw5864_input *input);
208 static int tw5864_input_std_get(struct tw5864_input *input, in tw5864_input_std_get() argument
211 struct tw5864_dev *dev = input->root; in tw5864_input_std_get()
212 u8 std_reg = tw_indir_readb(TW5864_INDIR_VIN_E(input->nr)); in tw5864_input_std_get()
225 static int tw5864_enable_input(struct tw5864_input *input) in tw5864_enable_input() argument
227 struct tw5864_dev *dev = input->root; in tw5864_enable_input()
228 int nr = input->nr; in tw5864_enable_input()
240 input->frame_seqno = 0; in tw5864_enable_input()
241 input->frame_gop_seqno = 0; in tw5864_enable_input()
242 input in tw5864_enable_input()
370 tw5864_request_encoded_frame(struct tw5864_input *input) tw5864_request_encoded_frame() argument
414 tw5864_disable_input(struct tw5864_input *input) tw5864_disable_input() argument
429 struct tw5864_input *input = vb2_get_drv_priv(q); tw5864_start_streaming() local
449 struct tw5864_input *input = vb2_get_drv_priv(q); tw5864_stop_streaming() local
479 struct tw5864_input *input = tw5864_s_ctrl() local
533 struct tw5864_input *input = video_drvdata(file); tw5864_fmt_vid_cap() local
558 struct tw5864_input *input = video_drvdata(file); tw5864_enum_input() local
602 struct tw5864_input *input = video_drvdata(file); tw5864_querycap() local
613 struct tw5864_input *input = video_drvdata(file); tw5864_querystd() local
627 struct tw5864_input *input = video_drvdata(file); tw5864_g_std() local
635 struct tw5864_input *input = video_drvdata(file); tw5864_s_std() local
669 tw5864_frame_interval_set(struct tw5864_input *input) tw5864_frame_interval_set() argument
708 tw5864_frameinterval_get(struct tw5864_input *input, struct v4l2_fract *frameinterval) tw5864_frameinterval_get() argument
735 struct tw5864_input *input = video_drvdata(file); tw5864_enum_framesizes() local
752 struct tw5864_input *input = video_drvdata(file); tw5864_enum_frameintervals() local
784 struct tw5864_input *input = video_drvdata(file); tw5864_g_parm() local
804 struct tw5864_input *input = video_drvdata(file); tw5864_s_parm() local
850 struct tw5864_input *input = video_drvdata(file); tw5864_g_reg() local
872 struct tw5864_input *input = video_drvdata(file); tw5864_s_reg() local
1098 tw5864_video_input_init(struct tw5864_input *input, int video_nr) tw5864_video_input_init() argument
1217 tw5864_prepare_frame_headers(struct tw5864_input *input) tw5864_prepare_frame_headers() argument
1301 struct tw5864_input *input = frame->input; tw5864_is_motion_triggered() local
1366 struct tw5864_input *input = frame->input; tw5864_handle_frame() local
[all...]

Completed in 14 milliseconds

12345678910>>...160