Home
last modified time | relevance | path

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

12

/drivers/hdf_core/framework/
DREADME_zh.md9 - [Input框架模型说明](#section12629164020115)
148 ### Input框架模型说明<a name="section12629164020115"></a>
150 …penHarmony驱动框架的Input驱动模型,不依赖于芯片平台,对上层输入服务提供统一的驱动接口;在具体的驱动模型实现中,针对不同类别的输入设备,抽象出几类公共的平台驱动,通过配置及差异化的适…
152 Input驱动模型主要有以下两部分组成:
154 - 基础能力部分:包括Input HDI层的接口定义及公共实现,对上层输入服务提供设备管理、业务控制、数据上报等驱动能力接口;而Input驱动模型提供不同类型Input设备的归一化驱动, 包括输…
157 基于Input驱动模型开发Touchscreen器件驱动请参考[Touchscreen驱动开发指南](https://gitee.com/openharmony/docs/blob/master/z…
DREADME.md9 - [Input](#section12629164020115)
44 │ ├── input # Input framework module
144 ### Input<a name="section12629164020115"></a>
/drivers/hdf_core/
DREADME_zh.md9 - [Input框架模型说明](#section12629164020115)
148 ### Input框架模型说明<a name="section12629164020115"></a>
150 …penHarmony驱动框架的Input驱动模型,不依赖于芯片平台,对上层输入服务提供统一的驱动接口;在具体的驱动模型实现中,针对不同类别的输入设备,抽象出几类公共的平台驱动,通过配置及差异化的适…
152 Input驱动模型主要有以下两部分组成:
154 - 基础能力部分:包括Input HDI层的接口定义及公共实现,对上层输入服务提供设备管理、业务控制、数据上报等驱动能力接口;而Input驱动模型提供不同类型Input设备的归一化驱动, 包括输…
157 基于Input驱动模型开发Touchscreen器件驱动请参考[Touchscreen驱动开发指南](https://gitee.com/openharmony/docs/blob/master/z…
DREADME.md9 - [Input](#section12629164020115)
44 │ ├── input # Input framework module
144 ### Input<a name="section12629164020115"></a>
/drivers/interface/input/v1_0/
DIInputCallback.idl22 * Using the APIs provided by the Input module, input service developers can implement the following
40 * @brief Defines the package path of the Input module APIs.
50 * @brief Defines the callbacks of the Input module.
62 * @param pkgs Input event data reported by the driver. For details, see {@link EventPackage}.
DInputTypes.idl22 …* Using the APIs provided by the Input module, input service developers can implement the followin…
43 * @brief Defines the package path of the Input module APIs.
DIInputInterfaces.idl22 …* Using the APIs provided by the Input module, input service developers can implement the followin…
41 * @brief Defines the package path of the Input module APIs.
54 …* Using the APIs provided by the Input module, input service developers can implement the followin…
110 * @param devInfo Input device information. For details, see {@link DeviceInfo}.
303 * @param eventPkgCallback Input event callback.
/drivers/peripheral/input/test/common/include/
Dinput_callback_impl.h24 namespace Input {
/drivers/peripheral/input/
DREADME_zh.md1 # Input<a name="ZH-CN_TOPIC_0000001124789109"></a>
12 该仓下主要包含Input模块HDI(Hardware Driver Interface)接口定义及其实现,对上层输入服务提供操作input设备的驱动能力接口,HDI接口主要包括如下三大类:
38 Input驱动提供给系统服务Input Service可直接调用的驱动能力接口,按照属性分类三类:input设备管理模块、input数据上报模块、input业务控制模块,例如提供输入设备打开及关闭接…
40 提供的部分接口说明如[表1 Input HDI接口列表](#table1513255710559)所示:
42 **表 1** Input HDI接口列表
154 该仓核心功能是提供Input驱动能力接口供上层输入系统服务调用,提供的驱动能力接口统一归属为HDI接口层。
156 通过如下简要示例代码说明Input HDI接口的使用:
180 /* 获取Input驱动能力接口 */
DREADME.md14 - **Input Manager**: manages input devices, including enabling and disabling input devices and ob…
15 - **Input Reporter**: reports input events, including registering and unregistering data reportin…
16 - **Input Controller**: controls input devices, including obtaining the device information and de…
38 …hat can be directly called. The APIs involve the Input Manager module, Input Reporter module, and
/drivers/peripheral/input/test/fuzztest/input_fuzzer/
Dinput_fuzzer.cpp22 using namespace OHOS::HDI::Input::V1_0;
/drivers/peripheral/input/test/common/src/
Dinput_callback_impl.cpp22 namespace Input { namespace
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_driver.cpp22 using namespace OHOS::HDI::Input::V1_0;
Dinput_interfaces_impl.h24 namespace Input {
Dinput_interfaces_impl.cpp29 namespace Input { namespace
42 using OHOS::HDI::Input::V1_0::InputInterfacesImpl; in InputInterfacesImplGetInstance()
/drivers/peripheral/
DREADME_zh.md20 - input:Input HDI接口定义及其实现,对上层输入系统服务提供操作input设备的驱动能力,包括input设备管理、业务流控制、数据上报等,详见input目录下的[readme](i…
/drivers/hdf_core/adapter/khdf/liteos/
DREADME.md18 │ ├── input # Input driver model
/drivers/hdf_core/adapter/khdf/linux/
DREADME.md20 │ ├── input # Input driver model
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp31 using namespace OHOS::Input;
/drivers/peripheral/input/udriver/include/
Dinput_device_manager.h33 namespace Input {
/drivers/peripheral/input/test/benchmarktest/
Dinput_benchmark_test.cpp29 using namespace OHOS::HDI::Input::V1_0;
/drivers/peripheral/input/test/unittest/udriver/
Dhdi_input_test.cpp29 using namespace OHOS::Input;
/drivers/interface/codec/v1_0/
DCodecTypes.idl148 PROCESS_BLOCKING_INPUT_BUFFER = 0x1, /**< Input buffer in sync mode. */
151 PROCESS_NONBLOCKING_INPUT_BUFFER = 0x100, /**< Input buffer in async mode. */
/drivers/interface/audio/v1_0/
DAudioTypes.idl38 PORT_IN = 2, /**< Input port */
39 PORT_OUT_IN = 3, /**< Input/output port, supporting both audio input and output */
/drivers/interface/
DREADME.md31 ├── input # Input HDI definition.

12