Searched refs:Input (Results 1 – 25 of 27) sorted by relevance
12
/drivers/hdf_core/framework/ |
D | README_zh.md | 9 - [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…
|
D | README.md | 9 - [Input](#section12629164020115) 44 │ ├── input # Input framework module 144 ### Input<a name="section12629164020115"></a>
|
/drivers/hdf_core/ |
D | README_zh.md | 9 - [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…
|
D | README.md | 9 - [Input](#section12629164020115) 44 │ ├── input # Input framework module 144 ### Input<a name="section12629164020115"></a>
|
/drivers/interface/input/v1_0/ |
D | IInputCallback.idl | 22 * 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}.
|
D | InputTypes.idl | 22 …* 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.
|
D | IInputInterfaces.idl | 22 …* 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/ |
D | input_callback_impl.h | 24 namespace Input {
|
/drivers/peripheral/input/ |
D | README_zh.md | 1 # 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驱动能力接口 */
|
D | README.md | 14 - **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/ |
D | input_fuzzer.cpp | 22 using namespace OHOS::HDI::Input::V1_0;
|
/drivers/peripheral/input/test/common/src/ |
D | input_callback_impl.cpp | 22 namespace Input { namespace
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_driver.cpp | 22 using namespace OHOS::HDI::Input::V1_0;
|
D | input_interfaces_impl.h | 24 namespace Input {
|
D | input_interfaces_impl.cpp | 29 namespace Input { namespace 42 using OHOS::HDI::Input::V1_0::InputInterfacesImpl; in InputInterfacesImplGetInstance()
|
/drivers/peripheral/ |
D | README_zh.md | 20 - input:Input HDI接口定义及其实现,对上层输入系统服务提供操作input设备的驱动能力,包括input设备管理、业务流控制、数据上报等,详见input目录下的[readme](i…
|
/drivers/hdf_core/adapter/khdf/liteos/ |
D | README.md | 18 │ ├── input # Input driver model
|
/drivers/hdf_core/adapter/khdf/linux/ |
D | README.md | 20 │ ├── input # Input driver model
|
/drivers/peripheral/input/udriver/src/ |
D | input_manager.cpp | 31 using namespace OHOS::Input;
|
/drivers/peripheral/input/udriver/include/ |
D | input_device_manager.h | 33 namespace Input {
|
/drivers/peripheral/input/test/benchmarktest/ |
D | input_benchmark_test.cpp | 29 using namespace OHOS::HDI::Input::V1_0;
|
/drivers/peripheral/input/test/unittest/udriver/ |
D | hdi_input_test.cpp | 29 using namespace OHOS::Input;
|
/drivers/interface/codec/v1_0/ |
D | CodecTypes.idl | 148 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/ |
D | AudioTypes.idl | 38 PORT_IN = 2, /**< Input port */ 39 PORT_OUT_IN = 3, /**< Input/output port, supporting both audio input and output */
|
/drivers/interface/ |
D | README.md | 31 ├── input # Input HDI definition.
|
12