WO2023137996A1 - Application control method, gesture processing apparatus, intelligent terminal, and vehicle - Google Patents

Application control method, gesture processing apparatus, intelligent terminal, and vehicle Download PDF

Info

Publication number
WO2023137996A1
WO2023137996A1 PCT/CN2022/103039 CN2022103039W WO2023137996A1 WO 2023137996 A1 WO2023137996 A1 WO 2023137996A1 CN 2022103039 W CN2022103039 W CN 2022103039W WO 2023137996 A1 WO2023137996 A1 WO 2023137996A1
Authority
WO
WIPO (PCT)
Prior art keywords
gesture
channel
path
application program
input
Prior art date
Application number
PCT/CN2022/103039
Other languages
French (fr)
Chinese (zh)
Inventor
黄嘉桐
丁冠源
回姝
郑红丽
郭富琦
郑彤
Original Assignee
中国第一汽车股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中国第一汽车股份有限公司 filed Critical 中国第一汽车股份有限公司
Publication of WO2023137996A1 publication Critical patent/WO2023137996A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • G06F3/04883Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures for inputting data by handwriting, e.g. gesture or text

Definitions

  • the invention belongs to the technical field of data processing of data processing equipment, and in particular relates to an application program control method, an intelligent terminal and a vehicle with the intelligent terminal.
  • touch screens have been widely used in various intelligent terminal devices. Operators use the touch screens to input operation instructions into the intelligent terminal devices equipped with the touch screens to realize human-computer interaction.
  • the current application program has a single response method to gesture events.
  • the application program will not be able to perform the response operation.
  • the single response method of the application program to gesture commands greatly reduces the fault tolerance rate of the system, and it is difficult to guarantee the speed and accuracy of gesture recognition.
  • the technical solution of the present invention provides a control method of an application program.
  • the smart terminal installed with the application program is loaded with an Android system based on the linux kernel, and the smart terminal is configured with two gesture recognition paths, which are:
  • Path 1 a gesture recognition path based on the Android system.
  • the implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events on the smart terminal, and the input monitoring object is used to implement an interface in the input management server of the smart terminal; 2) The input management server reads and analyzes the gesture events reported by the linux kernel in real time, and sends them to the input monitoring object and the foreground window.
  • Path 2 Gesture recognition path based on the linux kernel.
  • the input device registered by the linux kernel detects, reads, parses, and distributes gesture events to the application in real time.
  • the application receives the gesture event in real time and executes the response operation to the gesture event on the application page;
  • Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to the gesture event.
  • gesture events include sliding gestures, multi-finger touch gestures, multiple-click gestures, and long-press gestures.
  • the input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to the application programs through the window management server.
  • the window management server only calls back the parsed input gesture to at most one application program.
  • only one application in path 2 receives the gesture event distributed by the input device.
  • the technical solution of the present invention also provides a gesture processing device, which includes:
  • the gesture acquisition module is used to acquire gesture events in real time
  • the gesture sending module sends gesture events to specified applications based on the Android system and the Linux kernel, and guides the applications to perform response operations on the gesture events.
  • the gesture processing device further includes a gesture analysis module, configured to perform analysis operations on the acquired gesture events.
  • the parsing operation includes judging the number of contacts, clustering processing of contacts, and analyzing the track of contacts.
  • the technical solution of the present invention also provides an intelligent terminal.
  • the intelligent terminal is loaded with an Android system based on the linux kernel.
  • the intelligent terminal is also equipped with a memory and a processor.
  • the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory.
  • the control method of the application program is executed in parallel.
  • Path 1 a gesture recognition path based on the Android system.
  • the implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events on the smart terminal, and the input monitoring object is used to realize an interface in the input management server of the smart terminal; Read and analyze the gesture events reported by the linux kernel, and send them to the input monitoring object and the foreground window.
  • the foreground window receives and calls back to the application program layer by layer.
  • the application program receives the gesture event and executes the response operation to the gesture event on the application program page;
  • Path 2 Based on the gesture recognition channel of the linux kernel, the input device registered by the linux kernel detects, reads and distributes the gesture event to the application program in real time, and the application program receives the gesture event and executes the response operation to the gesture event on the application program page.
  • the technical solution of the present invention also provides a vehicle, the vehicle is equipped with an intelligent terminal, and the intelligent terminal is loaded with an Android system and a linux kernel at the same time, and the intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run the channel 1 and the channel 2 in parallel.
  • Path 1 is a gesture recognition path based on the Android system
  • path 2 is a gesture recognition path based on the Linux kernel.
  • Path 1 does not need to modify the native architecture of the Android system.
  • a gesture event interface is added and implemented in the input management server of the smart terminal, and gesture events can be sent to the application program in the native framework of the Android system and respond.
  • the gesture recognition path based on the Linux kernel is parallel to the gesture recognition path of path 1.
  • Parallel operation of path 2 does not affect the normal operation of path 1.
  • the other channel can also send gesture events to the application to ensure that the application performs operations in response to gesture events;
  • 2Gesture events of the present invention include sliding gestures, multi-finger touch gestures, multiple click gestures, long press gestures and various personalized self-setting gestures. Since the channel 2 can add or modify gestures in the application program, the gesture recognition channel 2 can realize the recognition of emerging personalized gestures by the application program in a short period of time by customizing the application program layer. , so as to obtain a gesture recognition path with more stable functions, and the two paths are set in parallel, which is conducive to ensuring that the smart terminal realizes orderly and stable support for the personalized gestures added or modified by the application;
  • the input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to applications through the window management server, which is conducive to efficient and unified management of application windows and improved gesture recognition efficiency;
  • the window service manager in path 1 only allows one application to execute the callback operation at the same time; in path 2, only one application obtains the gesture events distributed by the input device registered by the linux kernel at the same time;
  • the gesture processing device is also provided with a gesture analysis module, which is used to perform analysis operations on the acquired gesture events.
  • Fig. 1 is a schematic diagram of the event processing flow of the native Android system
  • Fig. 2 is the workflow schematic diagram of input management server in embodiment 1;
  • FIG. 3 is a schematic diagram of the gesture event processing flow of the parallel path 1 and path 2.
  • touch screens have been widely used in various intelligent terminal devices. Operators use the touch screens to input operation instructions into the intelligent terminal devices equipped with the touch screens to realize human-computer interaction.
  • the current application program has a single way of responding to gesture events.
  • the application program will not be able to perform the response operation, and the single response method of the application program to gesture commands greatly reduces the fault tolerance rate of the system, making it difficult to guarantee the speed and accuracy of gesture recognition.
  • the technical solution of the present invention provides an application control method.
  • Two gesture recognition paths are configured on the smart terminal.
  • Path 1 is a gesture recognition path based on the Android system
  • path 2 is a gesture recognition path based on the Linux kernel.
  • Path 1 does not need to modify the native architecture of the Android system.
  • As a gesture recognition path parallel to path 1, the parallel operation of path 2 does not affect the normal operation of path 1, and since there are two gesture recognition paths loaded in the smart terminal, when one path fails, the other path can also send gesture events to the application program to ensure that the application program executes the response operation to the gesture event.
  • the gesture recognition path based on the Android system that is, the steps for path 1 to realize gesture recognition and application response are as follows:
  • an input monitoring object related to gesture events is pre-created in the smart terminal.
  • the input monitoring object is connected to the input event distributor, and the input monitoring object is used to implement an interface in the input management server of the smart terminal.
  • the system service module of the smart terminal is one of the cores of the Android system, and is used to support most of the Android system services.
  • the native input monitoring object of the Android system can only be created in the system service module.
  • the present invention is different from the traditional Android system.
  • the input monitoring object related to the gesture event is selected to be set in the input management server.
  • the gesture event will be triggered when the user puts the finger on the screen, slides on the screen or moves away from the screen.
  • the newly added input monitoring object is connected to the input management server of the input smart terminal, and can realize an interface in the input management server, so that the input management server holds the input monitoring event and monitors the gesture events input by the touch screen in real time.
  • the input management server reads and analyzes gesture events in real time, sends them to the input monitoring object and the foreground window, and calls back to the application program layer by layer, and executes the response operation to the preset gesture on the application program page.
  • the input management server IMS, InputManagerServer
  • the input management server will open two threads including event processing and event distribution in the native layer.
  • the event processing thread first reads input events from the dev/input directory through eventhub, and throws the data into a queue after processing, wakes up the sleeping event distribution intermediary, and the event distribution intermediary sends the data to the foreground window.
  • the foreground window receives and calls back to the upper-level window or application. Actions in response to events.
  • Path 1 is different from the existing Android system. It innovatively sets the input monitoring object in the input management server to realize one of the interfaces without changing the original design of the Android system.
  • the input management server can receive gesture events reported by the Linux kernel, realize the monitoring of all gesture times on the touch screen, and send gesture events to all monitoring objects and designated applications, and the gesture events received by the monitoring objects will not affect the input manager to distribute gesture events to applications.
  • path 2 is a gesture recognition path based on the Linux kernel, and this path is set in parallel with path 1 in the smart terminal to control the response of the application program to the gesture event.
  • the linux kernel includes a system call interface, a process management module, a memory management module, a virtual file system, a network module, and a device driver module. Its function is an intermediate layer between hardware and software, and its purpose is to pass the request of the application layer sequence to the hardware, and act as the underlying driver to address various devices and components in the system.
  • the kernel is responsible for resource management, which allocates available shared resources (CPU time, disk space, network connection, etc.) to each system process, and provides a set of system-oriented commands that can call applications like calling ordinary functions, which is sufficient to support a gesture recognition path independent of the native Android system.
  • the linux kernel can detect, read and distribute gesture events in real time through the registered input devices, and analyze and process the gesture events.
  • the application program can monitor the gestures sent from the bottom layer. Since the channel adopts the independent data acquired by the input device of the linux kernel, which is parallel to the channel 1, it is beneficial to maintain the independence of the two channels, and the channel 2 does not need to be recognized by the system before being sent back to the APP, which shortens the processing time of the touch event. Since the response time and response accuracy of the application program are the key factors for evaluating the response effect of the application program, and the quality of the response is crucial to the user experience, the technical solution of the present invention has a more stable and efficient response effect in the control of the application program compared to the smart terminal with only one gesture recognition path.
  • the R&D personnel tested the response effect of multiple applications installed on three different smart terminals to the same gesture event, and calculated the average response speed, response accuracy rate, and non-response rate.
  • the three different smart terminals refer to smart terminal 1 with access 1 and access 2, smart terminal 2 with only access 1, and smart terminal 3 with only access 2.
  • the average response time of the applications loaded on smart terminal 1 is increased by 47%, the average response accuracy rate is increased by 85%, and the average non-response rate is reduced by 70%.
  • the input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to applications through the window management server.
  • the window management server also known as "WindowManagerServer"
  • the window service manager uses the input monitoring object as a middleware to connect the input management server and the window management server.
  • the window service manager receives gesture events and outputs the display requests of the application to the display device in an orderly manner.
  • the window management server manages the addition and deletion of windows, window size, window hierarchy, window startup, window animation, event dispatch, surface management, etc. Through the settings of the window management server, it is possible to efficiently and uniformly manage application windows and improve gesture recognition efficiency.
  • the window service manager In path 1, in order to avoid display conflicts caused by simultaneous responses of multiple applications, the window service manager only allows one application to execute the callback operation at the same time.
  • gesture events can also be sliding gestures, multiple-click gestures, and long-press gestures.
  • path 2 can add or modify gestures in the application program, it is convenient for gesture recognition path 2 to realize the recognition of emerging personalized gestures by the application program in a short period of time by customizing the application program layer, which is in line with the multi-mode development trend of human-computer interaction in the future.
  • Gesture recognition path 1 set in parallel with path 2 can realize the modification of the system core by placing gesture event-related input monitoring objects in the input management server when there is sufficient time, so as to obtain a gesture recognition path with more stable functions. Optimize gestures to achieve orderly and stable support.
  • the technical solution of the present invention also provides a gesture processing device, which is set on a smart terminal, and the gesture processing device includes:
  • the gesture acquisition module is used to acquire gesture events in real time
  • the gesture sending module sends gesture events to the application based on the Android system and the Linux kernel, and guides the application to perform response operations on the gesture events.
  • the gesture sending module uses path 1 and path 2 to send gesture events to the application program, and guide the application program to perform response operations on the gesture events.
  • channel 1 is a gesture recognition channel based on the Android system
  • channel 2 is a gesture recognition channel based on the Linux kernel.
  • Channel 1 does not need to modify the native architecture of the Android system.
  • a gesture event interface is added and implemented in the input management server of the smart terminal, and gesture events can be sent to the application program within the native framework of the Android system and respond.
  • the gesture recognition channel based on the Linux kernel is parallel to the gesture recognition channel of channel 1.
  • the parallel operation of channel 2 does not affect the normal operation of channel 1.
  • Another channel can also send gesture events to the application to ensure that the application performs operations in response to gesture events.
  • the gesture processing device is also provided with a gesture analysis module for performing analysis operations on the acquired gesture events.
  • gesture events fire when the user places their finger on the screen, swipes across the screen, or lifts it off the screen. This is because when the user's finger touches the touch screen (capacitive screen, resistive screen) and generates a contact signal, at the same time, the contact signal obtains the coordinates on the touch screen when it occurs.
  • the gesture analysis module can analyze the contact signal based on the coordinate information.
  • the specific analysis operation includes the judgment of the number of contacts, the clustering processing of the contacts, and the analysis of the contact track.
  • the technical solution of the present invention also provides an intelligent terminal.
  • the intelligent terminal is loaded with an Android system and a linux kernel at the same time.
  • the intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run path 1 and path 2 in parallel.
  • Path 1 Gesture recognition path based on the Android system.
  • the implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events in the system service module of the smart terminal.
  • the input monitoring object is used to implement an interface in the input management server of the smart terminal; 2)
  • the input management server reads and analyzes gesture events in real time and sends them to the input monitoring object and the foreground window. Execute operations in response to preset gestures;
  • Path 2 Gesture recognition path based on the linux kernel.
  • the input device registered by the linux kernel detects, reads, and distributes gesture events to the application in real time.
  • the application detects the preset gesture of the application, it executes the response operation to the preset gesture on the application page according to the mapping relationship between the preset gesture and the control command of the application;
  • Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to gesture events including sliding gestures, multi-finger touch gestures, multiple-click gestures, and long-press gestures.
  • Pass 1 does not need to modify the native architecture of the Android system.
  • the input management server of the smart terminal it can be added and realized a gesture event interface. You can send gesture events to the application and respond in the Android system native framework. And because there are two hand -to -way recognition channels in the intelligent terminal, when one of the channels running fails, the other pathway can also send gesture events to the application to ensure the application of the application of the opponent's gesture event.
  • the input management server of channel 1 reads and analyzes input gestures in real time, and distributes the analyzed input gestures to applications through the window management server, and the window management server only calls back the analyzed input gestures to at most one application program.
  • the window management server only calls back the analyzed input gestures to at most one application program.
  • only one application obtains the gesture events distributed by the input device registered by the linux kernel at the same time.
  • the technical solution of the present invention also provides a vehicle, the vehicle is equipped with an intelligent terminal, and the intelligent terminal is loaded with an Android system and a linux kernel at the same time, and the intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run the path 1 and path 2 in parallel.
  • Path 1 Gesture recognition path based on the Android system.
  • the implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events in the system service module of the smart terminal.
  • the input monitoring object is used to implement an interface in the input management server of the smart terminal; 2)
  • the input management server reads and analyzes gesture events in real time, and sends them to the input monitoring object and the foreground window. Response actions for preset gestures;
  • Path 2 Gesture recognition path based on the linux kernel.
  • the input device registered by the linux kernel detects, reads, and distributes gesture events to the application in real time.
  • the application detects the preset gesture of the application, it executes the response operation to the preset gesture on the application page according to the mapping relationship between the preset gesture and the control command of the application;
  • Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to the gesture event.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The technical solution of the present invention provides an application control method, a gesture processing apparatus, an intelligent terminal, and a vehicle. The intelligent terminal is provided with two gesture recognition channels, the channel 1 is a gesture recognition channel based on an Android system, the channel 2 is a gesture recognition channel based on a linux kernel, and the channel 1 does not need to modify a native architecture of the Android system. A gesture event interface is newly added and implemented in an input management server of the intelligent terminal, i.e., a gesture event can be sent to an application in a native framework of the Android system and responded. The gesture recognition channel based on the linux kernel serves as a gesture recognition channel parallel to the channel 1, the channel 2 operates in parallel and does not influence normal operation of the channel 1, and because the two gesture recognition channels are loaded in the intelligent terminal, when one of the channels fails to operate, the other channel can send the gesture event to the application, so as to ensure that the application executes a response operation on the gesture event.

Description

应用程序的控制方法、手势处理装置、智能终端及车辆App control method, gesture processing device, smart terminal and vehicle 技术领域technical field
本发明属于数据处理设备的数据处理技术领域,具体涉及一种应用程序的控制方法、智能终端及具有该智能终端的车辆。The invention belongs to the technical field of data processing of data processing equipment, and in particular relates to an application program control method, an intelligent terminal and a vehicle with the intelligent terminal.
背景技术Background technique
当前触摸屏已广泛应用于各种智能终端设备,操作人员利用触摸屏向搭载有该触摸屏的智能终端设备中输入操作指令,实现人机交互。At present, touch screens have been widely used in various intelligent terminal devices. Operators use the touch screens to input operation instructions into the intelligent terminal devices equipped with the touch screens to realize human-computer interaction.
随着智能终端处理能力的提升和信息技术高速发展,智能终端支持运行的应用程序数量及种类与日俱增,随着触摸屏的普及,利用输入手势事件触发并执行各种操作指令的应用程序应运而生且应用到多个技术领域中。尤其是在车辆领域,随着汽车的智能化升级,传统交互手段被更迭为触控交互,从而建立起一种基于多指触控的交互策略,在实际驾驶场景中,通过用户的多指手势触发执行应用程序,用以提升人机交互体验。With the improvement of the processing capability of smart terminals and the rapid development of information technology, the number and types of applications supported by smart terminals are increasing day by day. With the popularization of touch screens, applications that use input gesture events to trigger and execute various operating instructions have emerged and applied to multiple technical fields. Especially in the field of vehicles, with the intelligent upgrade of cars, the traditional interaction method is replaced by touch interaction, thus establishing an interaction strategy based on multi-finger touch. In actual driving scenarios, the user's multi-finger gestures trigger the execution of applications to enhance the human-computer interaction experience.
但当前应用程序对手势事件的响应途径单一,当手势识别通路出现故障,应用程序将无法执行响应操作,应用程序对手势指令单一的响应途径大大降低了系统的容错率,手势识别的速度及准确度难以保证。However, the current application program has a single response method to gesture events. When the gesture recognition channel fails, the application program will not be able to perform the response operation. The single response method of the application program to gesture commands greatly reduces the fault tolerance rate of the system, and it is difficult to guarantee the speed and accuracy of gesture recognition.
发明内容Contents of the invention
为解决上述技术问题,本发明技术方案提供了一种应用程序的控制方法,在安装有所述应用程序的智能终端装载有基于linux内核搭建的安卓系统,在所述智能终端配置有两条手势识别通路,分别是:In order to solve the above-mentioned technical problems, the technical solution of the present invention provides a control method of an application program. The smart terminal installed with the application program is loaded with an Android system based on the linux kernel, and the smart terminal is configured with two gesture recognition paths, which are:
通路1:基于安卓系统的手势识别通路,通路1的实现步骤包括:1)在智能终端预先创建一个与手势事件相关的输入监听对象,输入监听对象用于实现智能终端的输入管理服务器中的一个接口;2)所述输入管理服务器实时读取、解析linux内核上报的手势事件,并发送给输入监听对象及前台窗口,前台窗口接收并逐层回调至应用程序,应用程序接收手势事件,并在应用程序页面执行对手势事件的响应操作;Path 1: a gesture recognition path based on the Android system. The implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events on the smart terminal, and the input monitoring object is used to implement an interface in the input management server of the smart terminal; 2) The input management server reads and analyzes the gesture events reported by the linux kernel in real time, and sends them to the input monitoring object and the foreground window.
通路2:基于linux内核的手势识别通路,linux内核注册的输入设备实时检测读取、解析并分发手势事件至应用程序,应用程序实时接收手势事件,并在应用程序页面执行对手势事件的响应操作;Path 2: Gesture recognition path based on the linux kernel. The input device registered by the linux kernel detects, reads, parses, and distributes gesture events to the application in real time. The application receives the gesture event in real time and executes the response operation to the gesture event on the application page;
通路1与通路2二者并行设置于智能终端中,用以控制应用程序对手势事件的响应。Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to the gesture event.
进一步地,手势事件包括滑动手势、多指触控手势、多次点击手势、长按手势。Further, gesture events include sliding gestures, multi-finger touch gestures, multiple-click gestures, and long-press gestures.
进一步地,通路1的输入管理服务器实时读取、解析输入的手势事件,并通过窗口管理服务器将解析后的手势事件分发至应用程序。Further, the input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to the application programs through the window management server.
进一步地,同一时间,窗口管理服务器仅将解析后的输入手势回调给至多一个应用程序。Further, at the same time, the window management server only calls back the parsed input gesture to at most one application program.
进一步地,同一时间,通路2中仅有一个应用程序接收到输入设备分发的手势事件。Further, at the same time, only one application in path 2 receives the gesture event distributed by the input device.
本发明技术方案同时提供了一种手势处理装置,手势处置装置包括:The technical solution of the present invention also provides a gesture processing device, which includes:
手势获取模块,用于实时获取手势事件;The gesture acquisition module is used to acquire gesture events in real time;
手势发送模块,基于安卓系统及linux内核分别向指定的应用程序发送手势事件,并引导应用程序对手势事件执行响应操作。The gesture sending module sends gesture events to specified applications based on the Android system and the Linux kernel, and guides the applications to perform response operations on the gesture events.
进一步地,手势处理装置还包括手势解析模块,用于对获取到的手势事件执行解析操作。Further, the gesture processing device further includes a gesture analysis module, configured to perform analysis operations on the acquired gesture events.
进一步地,解析操作包括触点个数判断、触点聚类处理、触点轨迹分析。Further, the parsing operation includes judging the number of contacts, clustering processing of contacts, and analyzing the track of contacts.
本发明技术方案同时提供了一种智能终端,智能终端装载有基于linux内核搭建的安卓系统,智能终端还设有存储器及处理器,其中存储器用于存储程序指令,处理器用于调用并执行存储器中的程序指令,执行应用程序的控制方法,并行运行通路1及通路2,通路1:基于安卓系统的手势识别通路,通路1的实现步骤包括:1)在智能终端预先创建一个与手势事件相关的输入监听对象,输入监听对象用于实现智能终端的输入管理服务器中的一个接口;2)输入管理服务器实时读取、解析linux内核上报的手势事件,并发送给输入监听对象及前台窗口,前台窗口接收并逐层回调至应用程序,应用程序接收手势事件,并在应用程序页面执行对手势事件的响应操作;通路2:基于linux内核的手势识别通路,linux内核注册的输入设备实时检测读取并分发手势事件至应用程序,应用程序接收手势事件,并在应用程序页面执行对手势事件的响应操作。The technical solution of the present invention also provides an intelligent terminal. The intelligent terminal is loaded with an Android system based on the linux kernel. The intelligent terminal is also equipped with a memory and a processor. The memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory. The control method of the application program is executed in parallel. Path 1 and path 2. Path 1: a gesture recognition path based on the Android system. The implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events on the smart terminal, and the input monitoring object is used to realize an interface in the input management server of the smart terminal; Read and analyze the gesture events reported by the linux kernel, and send them to the input monitoring object and the foreground window. The foreground window receives and calls back to the application program layer by layer. The application program receives the gesture event and executes the response operation to the gesture event on the application program page; Path 2: Based on the gesture recognition channel of the linux kernel, the input device registered by the linux kernel detects, reads and distributes the gesture event to the application program in real time, and the application program receives the gesture event and executes the response operation to the gesture event on the application program page.
本发明技术方案同时提供一种车辆,车辆搭载有智能终端,智能终端同时装载安卓系统及linux内核,智能终端设有存储器及处理器,其中存储器用于存储程序指令,处理器用于调用并执行存储器中的程序指令,执行应用程序的控制方法,并行运行通路1及通路2。The technical solution of the present invention also provides a vehicle, the vehicle is equipped with an intelligent terminal, and the intelligent terminal is loaded with an Android system and a linux kernel at the same time, and the intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run the channel 1 and the channel 2 in parallel.
本发明提供的应用程序的控制方法、智能终端及车辆所具有的有益技术效果如下:The beneficial technical effects of the control method of the application program, the intelligent terminal and the vehicle provided by the present invention are as follows:
①在智能终端配置有两条手势识别通路,通路1是基于安卓系统的手势 识别通路,通路2是基于linux内核的手势识别通路,通路1不需修改安卓系统原生架构,在智能终端的输入管理服务器新增并实现一个手势事件接口,即可在安卓系统原生框架内将手势事件发送至应用程序并实现响应,基于linux内核的手势识别通路作为并行于通路1的手势识别通路,通路2并行运行并不影响通路1的正常运行,且由于智能终端中装载有2条手势识别通路,当其中1条通路运行发生故障时,另一条通路也能够将手势事件发送至应用程序,以保障应用程序执行对手势事件的响应操作;① There are two gesture recognition paths in the smart terminal. Path 1 is a gesture recognition path based on the Android system, and path 2 is a gesture recognition path based on the Linux kernel. Path 1 does not need to modify the native architecture of the Android system. A gesture event interface is added and implemented in the input management server of the smart terminal, and gesture events can be sent to the application program in the native framework of the Android system and respond. The gesture recognition path based on the Linux kernel is parallel to the gesture recognition path of path 1. Parallel operation of path 2 does not affect the normal operation of path 1. When one of the channels fails, the other channel can also send gesture events to the application to ensure that the application performs operations in response to gesture events;
②本发明手势事件包括滑动手势、多指触控手势、多次点击手势、长按手势以及多种个性化自设定手势,由于通路2能够在应用程序中新增或修改手势,因此手势识别通路2可以通过自定义应用程序层的方式在短时间内实现应用程序对新兴个性化手势的识别,符合未来人机交互多模发展趋势,并行设置与通路2的手势识别通路1则能够在时间充足的情况下,通过在输入管理服务器中置入手势事件相关的输入监听对象的方式实现对系统核心的修改,从而获得一种功能更为稳定的手势识别通路,两条通路并行设置,有利于保障智能终端对应用程序新增或修改的个性化手势实现有序且稳定的支持;②Gesture events of the present invention include sliding gestures, multi-finger touch gestures, multiple click gestures, long press gestures and various personalized self-setting gestures. Since the channel 2 can add or modify gestures in the application program, the gesture recognition channel 2 can realize the recognition of emerging personalized gestures by the application program in a short period of time by customizing the application program layer. , so as to obtain a gesture recognition path with more stable functions, and the two paths are set in parallel, which is conducive to ensuring that the smart terminal realizes orderly and stable support for the personalized gestures added or modified by the application;
③通路1的输入管理服务器实时读取、解析输入的手势事件,并通过窗口管理服务器将解析后的手势事件分发至应用程序,有利于高效统一管理应用程序窗口并提升手势识别效率;③The input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to applications through the window management server, which is conducive to efficient and unified management of application windows and improved gesture recognition efficiency;
④为了避免多个应用程序同时响应发生显示冲突,通路1中窗口服务管理器在同一时间,仅允许一个应用程序执行回调操作;通路2中,同时仅有一个应用程序获取linux内核注册的输入设备分发的手势事件;④In order to avoid display conflicts caused by multiple applications responding at the same time, the window service manager in path 1 only allows one application to execute the callback operation at the same time; in path 2, only one application obtains the gesture events distributed by the input device registered by the linux kernel at the same time;
⑤为提升手势识别准确率及手势识别效率,手势处理装置还设置手势 解析模块,用于对获取到的手势事件执行解析操作。⑤ In order to improve the gesture recognition accuracy and gesture recognition efficiency, the gesture processing device is also provided with a gesture analysis module, which is used to perform analysis operations on the acquired gesture events.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following will briefly introduce the accompanying drawings that are required in the description of the embodiments or prior art. Obviously, the accompanying drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other accompanying drawings can also be obtained based on these drawings without creative work.
图1为原生安卓系统的事件处理流程示意图;Fig. 1 is a schematic diagram of the event processing flow of the native Android system;
图2为实施例1中输入管理服务器的工作流程示意图;Fig. 2 is the workflow schematic diagram of input management server in embodiment 1;
图3为并行的通路1和通路2的手势事件处理流程示意图。FIG. 3 is a schematic diagram of the gesture event processing flow of the parallel path 1 and path 2.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
在更加详细地讨论示例性实施例之前应当提到的是,一些示例性实施例被描述成作为流程图描绘的处理或方法。虽然流程图将各项操作描述成顺序的处理,但是其中的许多操作可以被并行地、并发地或者同时实施。此外,各项操作的顺序可以被重新安排。当其操作完成时处理可以被终止,但是还可以具有未包括在附图中的附加步骤。处理可以对应于方法、函数、 规程、子例程、子程序等等。Before discussing the exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although the flowcharts describe operations as sequential processing, many of the operations may be performed in parallel, concurrently, or simultaneously. In addition, the order of operations can be rearranged. A process may be terminated when its operations are complete, but may also have additional steps not included in the figure. A process may correspond to a method, function, procedure, subroutine, subroutine, or the like.
这里所公开的具体结构和功能细节仅仅是代表性的,并且是用于描述本发明的示例性实施例的目的。但是本发明可以通过许多替换形式来具体实现,并且不应当被解释成仅仅受限于这里所阐述的实施例。Specific structural and functional details disclosed herein are representative only and for purposes of describing example embodiments of the present invention. This invention may, however, be embodied in many alternative forms and should not be construed as limited to only the embodiments set forth herein.
这里所使用的术语仅仅是为了描述具体实施例而不意图限制示例性实施例。除非上下文明确地另有所指,否则这里所使用的单数形式“一个”、“一项”还意图包括复数。还应当理解的是,这里所使用的术语“包括”和/或“包含”规定所陈述的特征、整数、步骤、操作、单元和/或组件的存在,而不排除存在或添加一个或更多其他特征、整数、步骤、操作、单元、组件和/或其组合。The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments. As used herein, the singular forms "a", "an" and "an" are intended to include the plural unless the context clearly dictates otherwise. It should also be understood that the terms "comprising" and/or "comprising" as used herein specify the presence of stated features, integers, steps, operations, units and/or components, but do not exclude the presence or addition of one or more other features, integers, steps, operations, units, components and/or combinations thereof.
下面结合附图和具体实施例对本发明技术方案内容做进一步详细说明。The content of the technical solution of the present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments.
实施例1:Example 1:
当前触摸屏已广泛应用于各种智能终端设备上,操作人员利用触摸屏向搭载有该触摸屏的智能终端设备中输入操作指令,实现人机交互。At present, touch screens have been widely used in various intelligent terminal devices. Operators use the touch screens to input operation instructions into the intelligent terminal devices equipped with the touch screens to realize human-computer interaction.
随着智能终端处理能力的提升和信息技术高速发展,智能终端支持运行的应用程序数量及种类与日俱增,随着触摸屏的普及,利用输入手势事件触发并执行各种操作指令的应用程序应运而生且应用到多个技术领域中。尤其是在车辆领域,随着汽车的智能化升级,传统交互手段被更迭为触控交互,从而建立起一种基于多指触控的交互策略,在实际驾驶场景中,通过用户的多指手势触发执行应用程序,用以提升人机交互体验。With the improvement of the processing capability of smart terminals and the rapid development of information technology, the number and types of applications supported by smart terminals are increasing day by day. With the popularization of touch screens, applications that use input gesture events to trigger and execute various operating instructions have emerged and applied to multiple technical fields. Especially in the field of vehicles, with the intelligent upgrade of cars, the traditional interaction method is replaced by touch interaction, thus establishing an interaction strategy based on multi-finger touch. In actual driving scenarios, the user's multi-finger gestures trigger the execution of applications to enhance the human-computer interaction experience.
但当前应用程序对手势事件的响应途径单一,当手势识别通路出现故 障,应用程序将无法执行响应操作,且应用程序对手势指令单一的响应途径大大降低了系统的容错率,手势识别的速度及准确度难以保证。However, the current application program has a single way of responding to gesture events. When the gesture recognition channel fails, the application program will not be able to perform the response operation, and the single response method of the application program to gesture commands greatly reduces the fault tolerance rate of the system, making it difficult to guarantee the speed and accuracy of gesture recognition.
为解决上述技术缺陷,本发明技术方案提供了一种应用程序的控制方法,在智能终端配置有两条手势识别通路,通路1是基于安卓系统的手势识别通路,通路2是基于linux内核的手势识别通路,通路1不需修改安卓系统原生架构,原生安卓系统的事件处理流程如图1所示,根据安卓系统的原有设计,在智能终端的输入管理服务器新增并实现一个手势事件接口,即可在安卓系统原生框架内将手势事件发送至应用程序并实现响应,基于linux内核的手势识别通路作为并行于通路1的手势识别通路,通路2并行运行并不影响通路1的正常运行,且由于智能终端中装载有2条手势识别通路,当其中1条通路运行发生故障时,另一条通路也能够将手势事件发送至应用程序,以保障应用程序执行对手势事件的响应操作。In order to solve the above-mentioned technical defects, the technical solution of the present invention provides an application control method. Two gesture recognition paths are configured on the smart terminal. Path 1 is a gesture recognition path based on the Android system, and path 2 is a gesture recognition path based on the Linux kernel. Path 1 does not need to modify the native architecture of the Android system. As a gesture recognition path parallel to path 1, the parallel operation of path 2 does not affect the normal operation of path 1, and since there are two gesture recognition paths loaded in the smart terminal, when one path fails, the other path can also send gesture events to the application program to ensure that the application program executes the response operation to the gesture event.
具体而言,基于安卓系统的手势识别通路,即通路1实现手势识别及应用程序响应的步骤为:Specifically, the gesture recognition path based on the Android system, that is, the steps for path 1 to realize gesture recognition and application response are as follows:
首先,智能终端中预先创建一个与手势事件相关的输入监听对象,如图2所示,输入监听对象与输入事件分发器连接,输入监听对象用于实现智能终端的输入管理服务器中的一个接口。First, an input monitoring object related to gesture events is pre-created in the smart terminal. As shown in Figure 2, the input monitoring object is connected to the input event distributor, and the input monitoring object is used to implement an interface in the input management server of the smart terminal.
进一步说明地,智能终端的系统服务模块是安卓系统的核心之一,用于支持大部分安卓系统服务,为实现应用程序对手势事件的响应,安卓系统原生的输入监控对象只能在系统服务模块中创建。本发明区别于传统安卓系统,选择将与手势事件相关的输入监听对象设置在输入管理服务器中,手势事件会在用户手指放在屏幕上时、在屏幕上滑动时或从屏幕上移开时触发,新增的输入监听对象连接输入智能终端的输入管理服务器,能够实 现输入管理服务器中的一个接口,使输入管理服务器持有该输入监听事件,并对触屏输入的手势事件进行实时监控。To further illustrate, the system service module of the smart terminal is one of the cores of the Android system, and is used to support most of the Android system services. In order to realize the response of the application program to the gesture event, the native input monitoring object of the Android system can only be created in the system service module. The present invention is different from the traditional Android system. The input monitoring object related to the gesture event is selected to be set in the input management server. The gesture event will be triggered when the user puts the finger on the screen, slides on the screen or moves away from the screen. The newly added input monitoring object is connected to the input management server of the input smart terminal, and can realize an interface in the input management server, so that the input management server holds the input monitoring event and monitors the gesture events input by the touch screen in real time.
然后,输入管理服务器实时读取、解析手势事件,并发送给输入监听对象及前台窗口,并逐层回调至应用程序,并在应用程序页面执行对预设手势的响应操作。具体而言,在手势识别通路中,输入管理服务器(IMS,InputManagerServer),会在native层开设包括事件处理及事件分发在内的两个线程,事件处理线程首先通过eventhub从dev/input目录下读取输入事件,并将数据处理后丢入一个队列中,唤醒睡眠的事件分发中介,事件分发中介将数据发送给前台窗口,前台窗口接收并回调至上一级窗口或应用程序,应用程序接收手势事件,并在应用程序页面执行对手势事件的响应操作。通路1区别于现有安卓系统,创新性地将输入监听对象设置在输入管理服务器中,用以实现其中一个接口,且无需改变安卓系统的原有设计,输入管理服务器能够接收linux内核上报的手势事件,实现对触摸屏上所有手势时间的监听,并将手势事件发送至所有监听对象及指定的应用程序,且监听对象接收手势事件不会影响输入管理器向应用程序分发手势事件。Then, the input management server reads and analyzes gesture events in real time, sends them to the input monitoring object and the foreground window, and calls back to the application program layer by layer, and executes the response operation to the preset gesture on the application program page. Specifically, in the gesture recognition path, the input management server (IMS, InputManagerServer) will open two threads including event processing and event distribution in the native layer. The event processing thread first reads input events from the dev/input directory through eventhub, and throws the data into a queue after processing, wakes up the sleeping event distribution intermediary, and the event distribution intermediary sends the data to the foreground window. The foreground window receives and calls back to the upper-level window or application. Actions in response to events. Path 1 is different from the existing Android system. It innovatively sets the input monitoring object in the input management server to realize one of the interfaces without changing the original design of the Android system. The input management server can receive gesture events reported by the Linux kernel, realize the monitoring of all gesture times on the touch screen, and send gesture events to all monitoring objects and designated applications, and the gesture events received by the monitoring objects will not affect the input manager to distribute gesture events to applications.
如图3所示,通路2为基于linux内核的手势识别通路,此通路与通路1并行设置在智能终端中,用以控制应用程序对手势事件的响应。As shown in FIG. 3 , path 2 is a gesture recognition path based on the Linux kernel, and this path is set in parallel with path 1 in the smart terminal to control the response of the application program to the gesture event.
进一步说明地,linux内核包括系统调用接口、进程管理模块、内存管理模块、虚拟文件系统、网络模块、设备驱动模块,其作用是硬件与软件之间的一个中间层,其目的是将应用层序的请求传递给硬件,并充当底层驱动程序,对系统中的各种设备和组件进行寻址。内核负责资源管理,其将可用的共享资源(CPU时间、磁盘空间、网络连接等)分配得到各个系统进程,并提供了一组面向系统的命令,能够像调用普通函数一样调用应用程 序,从而足以支撑一种独立于原生安卓系统之外的手势识别通路的方案。linux内核能够通过注册的输入设备实时检测读取并分发手势事件,并对手势事件进行解析处理,相当于linux内核新增了一个后台服务并分配了系统资源,应用程序能够监听底层上发的手势,当获取到手势事件且检测到其符合应用程序的预设手势,则根据预设手势与应用程序的控制指令的映射关系,在应用程序页面执行对预设手势的响应操作。由于通路采用linux内核的输入设备获取的独立数据,并行于通路1,有利于保持两通路的独立性,且通路2不需要系统识别后再回传给APP,缩短了触摸事件的处理时间。由于应用程序的响应时间及响应准确性是评价应用程序响应效果的关键因素,响应质量的高低对于用户体验至关重要,本发明技术方案相比于仅设有一条手势识别通路的智能终端,在应用程序的控制方面,具有更加稳定且高效的响应效果。To further explain, the linux kernel includes a system call interface, a process management module, a memory management module, a virtual file system, a network module, and a device driver module. Its function is an intermediate layer between hardware and software, and its purpose is to pass the request of the application layer sequence to the hardware, and act as the underlying driver to address various devices and components in the system. The kernel is responsible for resource management, which allocates available shared resources (CPU time, disk space, network connection, etc.) to each system process, and provides a set of system-oriented commands that can call applications like calling ordinary functions, which is sufficient to support a gesture recognition path independent of the native Android system. The linux kernel can detect, read and distribute gesture events in real time through the registered input devices, and analyze and process the gesture events. It is equivalent to adding a background service to the linux kernel and allocating system resources. The application program can monitor the gestures sent from the bottom layer. Since the channel adopts the independent data acquired by the input device of the linux kernel, which is parallel to the channel 1, it is beneficial to maintain the independence of the two channels, and the channel 2 does not need to be recognized by the system before being sent back to the APP, which shortens the processing time of the touch event. Since the response time and response accuracy of the application program are the key factors for evaluating the response effect of the application program, and the quality of the response is crucial to the user experience, the technical solution of the present invention has a more stable and efficient response effect in the control of the application program compared to the smart terminal with only one gesture recognition path.
研发人员对设置在三种不同智能终端上的多款应用程序针对同一手势事件的响应效果做了测试,并计算出平均响应速度、响应准确率及未响应率,三种不同的智能终端指的是具有通路1及通路2的智能终端1、仅具有通路1的智能终端2、仅具有通路2的智能终端3。The R&D personnel tested the response effect of multiple applications installed on three different smart terminals to the same gesture event, and calculated the average response speed, response accuracy rate, and non-response rate. The three different smart terminals refer to smart terminal 1 with access 1 and access 2, smart terminal 2 with only access 1, and smart terminal 3 with only access 2.
经过测试,智能终端1相比于智能终端2,其装载的应用程序对手势时间的平均响应时间提升47%,平均响应准确率提升85%,平均未响应率降低70%;智能终端1相比于智能终端3,其装载的应用程序对手势时间的平均响应时间提升20%,平均响应准确率提升90%,平均未响应率降低20%,After testing, compared with smart terminal 2, the average response time of the applications loaded on smart terminal 1 is increased by 47%, the average response accuracy rate is increased by 85%, and the average non-response rate is reduced by 70%.
为进一步提升手势识别效率,通路1的输入管理服务器实时读取、解析输入的手势事件,并通过窗口管理服务器将解析后的手势事件分发至应用程序。窗口管理服务器,又称“WindowManagerServer”,输入监听对象作 为一个中间件,连接输入管理服务器及窗口管理服务器,窗口服务管理器接收手势事件,并将应用程序的显示请求有序地输出给显示设备,具体地,窗口管理服务器管理窗口的添加删除、窗口大小、窗口层级、窗口启动、窗口动画、事件派发、surface管理等。通过窗口管理服务器的设置,能够高效统一管理应用程序窗口并提升手势识别效率。In order to further improve gesture recognition efficiency, the input management server of channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to applications through the window management server. The window management server, also known as "WindowManagerServer", uses the input monitoring object as a middleware to connect the input management server and the window management server. The window service manager receives gesture events and outputs the display requests of the application to the display device in an orderly manner. Specifically, the window management server manages the addition and deletion of windows, window size, window hierarchy, window startup, window animation, event dispatch, surface management, etc. Through the settings of the window management server, it is possible to efficiently and uniformly manage application windows and improve gesture recognition efficiency.
通路1中,为了避免多个应用程序同时响应发生显示冲突,窗口服务管理器在同一时间,仅允许一个应用程序执行回调操作。In path 1, in order to avoid display conflicts caused by simultaneous responses of multiple applications, the window service manager only allows one application to execute the callback operation at the same time.
为了避免多个应用程序同时响应发生显示冲突,通路2中,同时仅有一个应用程序获取linux内核注册的输入设备分发的手势事件。In order to avoid multiple application programs responding to display conflicts at the same time, in path 2, only one application program obtains the gesture events distributed by the input device registered by the linux kernel at the same time.
通路2涉及的应用程序接口,其java描述如下:The java description of the application programming interface involved in path 2 is as follows:
Figure PCTCN2022103039-appb-000001
Figure PCTCN2022103039-appb-000001
随着计算机技术及人工智能的发展,人机交互逐渐从传统的机械按键 发展到现在的触控操作、语音操作,人机之间的交互途径愈发多元化。对于触控操作而言,其也从最初的单点触控,逐步向多点触控、多指触控升级,特别是有些应用程序基于其自身调性需要配合特殊的触控方式,以凸显其产品特色时,所需的触控手势逐渐趋于个性化、定制化。本发明实施例中,在车辆技术领域中,驾驶者倾向于使用多指触控手势,且此手势也是未来交互多模发展的趋势之一,在其他实施例中,手势事件也可以是滑动手势、多次点击手势、长按手势等。由于通路2能够在应用程序中新增或修改手势,因此便于手势识别通路2通过自定义应用程序层的方式在短时间内实现应用程序对新兴个性化手势的识别,符合未来人机交互多模发展趋势,并行设置于通路2的手势识别通路1则能够在时间充足的情况下,通过在输入管理服务器中置入手势事件相关的输入监听对象的方式实现对系统核心的修改,从而获得一种功能更为稳定的手势识别通路,两条通路并行设置,有利于保障智能终端对应用程序新增或修改的个性化手势实现有序且稳定的支持。With the development of computer technology and artificial intelligence, human-computer interaction gradually develops from traditional mechanical buttons to touch operation and voice operation, and the ways of human-computer interaction become more and more diversified. For touch operation, it has also gradually upgraded from the initial single-touch to multi-touch and multi-finger touch. Especially when some applications need to cooperate with special touch methods based on their own tonality to highlight their product features, the required touch gestures gradually tend to be personalized and customized. In the embodiment of the present invention, in the field of vehicle technology, drivers tend to use multi-finger touch gestures, and this gesture is also one of the trends in the development of multi-mode interaction in the future. In other embodiments, gesture events can also be sliding gestures, multiple-click gestures, and long-press gestures. Since path 2 can add or modify gestures in the application program, it is convenient for gesture recognition path 2 to realize the recognition of emerging personalized gestures by the application program in a short period of time by customizing the application program layer, which is in line with the multi-mode development trend of human-computer interaction in the future. Gesture recognition path 1 set in parallel with path 2 can realize the modification of the system core by placing gesture event-related input monitoring objects in the input management server when there is sufficient time, so as to obtain a gesture recognition path with more stable functions. Optimize gestures to achieve orderly and stable support.
实施例2:Example 2:
在实施例1的基础上,本发明技术方案同时提供了一种手势处理装置,设置在智能终端上,手势处理装置包括:On the basis of Embodiment 1, the technical solution of the present invention also provides a gesture processing device, which is set on a smart terminal, and the gesture processing device includes:
手势获取模块,用于实时获取手势事件;The gesture acquisition module is used to acquire gesture events in real time;
手势发送模块,基于安卓系统及linux内核分别向应用程序发送手势事件,并引导应用程序对手势事件执行响应操作。The gesture sending module sends gesture events to the application based on the Android system and the Linux kernel, and guides the application to perform response operations on the gesture events.
为进一步细化方案,手势发送模块采用通路1及通路2实现向应用程序发送手势事件,并引导应用程序对手势事件执行响应操作。其中,通路1 是基于安卓系统的手势识别通路,通路2是基于linux内核的手势识别通路,通路1不需修改安卓系统原生架构,在智能终端的输入管理服务器新增并实现一个手势事件接口,即可在安卓系统原生框架内将手势事件发送至应用程序并实现响应,基于linux内核的手势识别通路作为并行于通路1的手势识别通路,通路2并行运行并不影响通路1的正常运行,且由于智能终端中装载有2条手势识别通路,当其中1条通路运行发生故障时,另一条通路也能够将手势事件发送至应用程序,以保障应用程序执行对手势事件的响应操作。In order to further refine the solution, the gesture sending module uses path 1 and path 2 to send gesture events to the application program, and guide the application program to perform response operations on the gesture events. Among them, channel 1 is a gesture recognition channel based on the Android system, and channel 2 is a gesture recognition channel based on the Linux kernel. Channel 1 does not need to modify the native architecture of the Android system. A gesture event interface is added and implemented in the input management server of the smart terminal, and gesture events can be sent to the application program within the native framework of the Android system and respond. The gesture recognition channel based on the Linux kernel is parallel to the gesture recognition channel of channel 1. The parallel operation of channel 2 does not affect the normal operation of channel 1. Another channel can also send gesture events to the application to ensure that the application performs operations in response to gesture events.
为提升手势识别准确率及手势识别效率,手势处理装置还设置手势解析模块,用于对获取到的手势事件执行解析操作。具体而言,手势事件会在用户手指放在屏幕上时、在屏幕上滑动时或从屏幕上移开时触发。这是由于当用户手指接触触摸屏(电容屏、电阻屏)并产生触点信号,与此同时,触点信号获得其发生时在触摸屏上的坐标。手势解析模块能够基于坐标信息,对触点信号进行解析,具体的解析操作包括触点个数判断、触点聚类处理、触点轨迹分析等。In order to improve gesture recognition accuracy and gesture recognition efficiency, the gesture processing device is also provided with a gesture analysis module for performing analysis operations on the acquired gesture events. Specifically, gesture events fire when the user places their finger on the screen, swipes across the screen, or lifts it off the screen. This is because when the user's finger touches the touch screen (capacitive screen, resistive screen) and generates a contact signal, at the same time, the contact signal obtains the coordinates on the touch screen when it occurs. The gesture analysis module can analyze the contact signal based on the coordinate information. The specific analysis operation includes the judgment of the number of contacts, the clustering processing of the contacts, and the analysis of the contact track.
实施例3:Example 3:
在实施例1基础上,本发明技术方案同时提供了一种智能终端,智能终端同时装载安卓系统及linux内核,智能终端设有存储器及处理器,其中存储器用于存储程序指令,处理器用于调用并执行存储器中的程序指令,执行应用程序的控制方法,并行运行通路1及通路2。On the basis of Embodiment 1, the technical solution of the present invention also provides an intelligent terminal. The intelligent terminal is loaded with an Android system and a linux kernel at the same time. The intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run path 1 and path 2 in parallel.
通路1:基于安卓系统的手势识别通路,通路1的实现步骤包括:1)在智能终端的系统服务模块中预先创建一个与手势事件相关的输入监听对 象,输入监听对象用于实现智能终端的输入管理服务器中的一个接口;2)输入管理服务器实时读取、解析手势事件,并发送给输入监听对象及前台窗口,前台窗口接收并回调至上一级窗口或应用程序,当输入监听对象符合应用程序预设手势,则根据预设手势与应用程序的控制指令的映射关系,在应用程序页面执行对预设手势的响应操作;Path 1: Gesture recognition path based on the Android system. The implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events in the system service module of the smart terminal. The input monitoring object is used to implement an interface in the input management server of the smart terminal; 2) The input management server reads and analyzes gesture events in real time and sends them to the input monitoring object and the foreground window. Execute operations in response to preset gestures;
通路2:基于linux内核的手势识别通路,linux内核注册的输入设备实时检测读取并分发手势事件至应用程序,当应用程序检测到应用程序预设手势,则根据预设手势与应用程序的控制指令的映射关系,在应用程序页面执行对预设手势的响应操作;Path 2: Gesture recognition path based on the linux kernel. The input device registered by the linux kernel detects, reads, and distributes gesture events to the application in real time. When the application detects the preset gesture of the application, it executes the response operation to the preset gesture on the application page according to the mapping relationship between the preset gesture and the control command of the application;
通路1与通路2二者并行设置于智能终端中,用以控制应用程序对包括滑动手势、多指触控手势、多次点击手势、长按手势在内的手势事件的响应。Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to gesture events including sliding gestures, multi-finger touch gestures, multiple-click gestures, and long-press gestures.
通路1不需修改安卓系统原生架构,在智能终端的输入管理服务器新增并实现一个手势事件接口,即可在安卓系统原生框架内将手势事件发送至应用程序并实现响应,基于linux内核的手势识别通路作为并行于通路1的手势识别通路,通路2并行运行并不影响通路1的正常运行,且由于智能终端中装载有2条手势识别通路,当其中1条通路运行发生故障时,另一条通路也能够将手势事件发送至应用程序,以保障应用程序执行对手势事件的响应操作。Pass 1 does not need to modify the native architecture of the Android system. In the input management server of the smart terminal, it can be added and realized a gesture event interface. You can send gesture events to the application and respond in the Android system native framework. And because there are two hand -to -way recognition channels in the intelligent terminal, when one of the channels running fails, the other pathway can also send gesture events to the application to ensure the application of the application of the opponent's gesture event.
此外,为合理化方案,通路1的输入管理服务器实时读取、解析输入手势,并通过窗口管理服务器将解析后的输入手势分发至应用程序,窗口管理服务器同时仅将解析后的输入手势回调给至多一个应用程序。通路2中,同时仅有一个应用程序获取linux内核注册的输入设备分发的手势事件。In addition, to rationalize the solution, the input management server of channel 1 reads and analyzes input gestures in real time, and distributes the analyzed input gestures to applications through the window management server, and the window management server only calls back the analyzed input gestures to at most one application program. In path 2, only one application obtains the gesture events distributed by the input device registered by the linux kernel at the same time.
实施例4:Example 4:
本发明技术方案同时提供了一种车辆,车辆搭载有智能终端,智能终端同时装载安卓系统及linux内核,智能终端设有存储器及处理器,其中存储器用于存储程序指令,处理器用于调用并执行存储器中的程序指令,执行应用程序的控制方法,并行运行通路1及通路2。The technical solution of the present invention also provides a vehicle, the vehicle is equipped with an intelligent terminal, and the intelligent terminal is loaded with an Android system and a linux kernel at the same time, and the intelligent terminal is provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program, and run the path 1 and path 2 in parallel.
通路1:基于安卓系统的手势识别通路,通路1的实现步骤包括:1)在智能终端的系统服务模块中预先创建一个与手势事件相关的输入监听对象,输入监听对象用于实现智能终端的输入管理服务器中的一个接口;2)输入管理服务器实时读取、解析手势事件,并发送给输入监听对象及前台窗口,前台窗口接收并回调至上一级窗口或应用程序,当输入监听对象符合应用程序预设手势,则根据预设手势与应用程序的控制指令的映射关系,在应用程序页面执行对预设手势的响应操作;Path 1: Gesture recognition path based on the Android system. The implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events in the system service module of the smart terminal. The input monitoring object is used to implement an interface in the input management server of the smart terminal; 2) The input management server reads and analyzes gesture events in real time, and sends them to the input monitoring object and the foreground window. Response actions for preset gestures;
通路2:基于linux内核的手势识别通路,linux内核注册的输入设备实时检测读取并分发手势事件至应用程序,当应用程序检测到应用程序预设手势,则根据预设手势与应用程序的控制指令的映射关系,在应用程序页面执行对预设手势的响应操作;Path 2: Gesture recognition path based on the linux kernel. The input device registered by the linux kernel detects, reads, and distributes gesture events to the application in real time. When the application detects the preset gesture of the application, it executes the response operation to the preset gesture on the application page according to the mapping relationship between the preset gesture and the control command of the application;
通路1与通路2二者并行设置于智能终端中,用以控制应用程序对手势事件的响应。Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to the gesture event.
以上对本发明技术方案所提供的一种应用程序的控制方法、手势处理装置、智能终端及搭载有该智能终端的车辆进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的核心思想;同时,对于本领域的一般技术人员, 依据本发明的思想和方法,在具体实施方式及应用范围上均会有改变之处,综上,本说明书内容不应理解为对本发明的限制。The control method of an application provided by the technical solution of the present invention, the gesture processing device, the smart terminal and the vehicle equipped with the smart terminal have been introduced in detail above. In this paper, specific examples are used to illustrate the principle and implementation of the present invention. The description of the above embodiment is only used to help understand the core idea of the present invention. At the same time, for those of ordinary skill in the art, according to the ideas and methods of the present invention, there will be changes in the specific implementation and application scope. In summary, the content of this specification should not be understood as limiting the present invention.

Claims (10)

  1. 应用程序的控制方法,在安装有所述应用程序的智能终端装载有基于linux内核搭建的安卓系统,其特征在于,在所述智能终端配置有两条手势识别通路,分别是:The control method of application program is loaded with the Android system built based on linux kernel in the intelligent terminal that described application program is installed, it is characterized in that, two gesture recognition pathways are arranged in described intelligent terminal, are respectively:
    通路1:基于安卓系统的手势识别通路,通路1的实现步骤包括:1)在智能终端预先创建一个与手势事件相关的输入监听对象,输入监听对象用于实现智能终端的输入管理服务器中的一个接口;2)所述输入管理服务器实时读取、解析linux内核上报的手势事件,并发送给输入监听对象及前台窗口,前台窗口接收并逐层回调至应用程序,应用程序接收手势事件,并在应用程序页面执行对手势事件的响应操作;Path 1: a gesture recognition path based on the Android system. The implementation steps of path 1 include: 1) Pre-create an input monitoring object related to gesture events on the smart terminal, and the input monitoring object is used to implement an interface in the input management server of the smart terminal; 2) The input management server reads and analyzes the gesture events reported by the linux kernel in real time, and sends them to the input monitoring object and the foreground window.
    通路2:基于linux内核的手势识别通路,linux内核注册的输入设备实时检测读取、解析并分发手势事件至应用程序,应用程序实时接收手势事件,并在应用程序页面执行对手势事件的响应操作;Path 2: Gesture recognition path based on the linux kernel. The input device registered by the linux kernel detects, reads, parses, and distributes gesture events to the application in real time. The application receives the gesture event in real time and executes the response operation to the gesture event on the application page;
    通路1与通路2二者并行设置于智能终端中,用以控制应用程序对手势事件的响应。Both the channel 1 and the channel 2 are set in parallel in the smart terminal to control the response of the application program to the gesture event.
  2. 如权利要求1所述的应用程序的控制方法,其特征在于,所述手势事件包括滑动手势、多指触控手势、多次点击手势、长按手势。The application control method according to claim 1, wherein the gesture event includes a sliding gesture, a multi-finger touch gesture, a multiple-click gesture, and a long-press gesture.
  3. 如权利要求1所述的应用程序的控制方法,其特征在于,所述通路1的输入管理服务器实时读取、解析输入的手势事件,并通过窗口管理服务器将解析后的手势事件分发至应用程序。The application program control method according to claim 1, wherein the input management server of the channel 1 reads and analyzes input gesture events in real time, and distributes the analyzed gesture events to the application programs through the window management server.
  4. 如权利要求3所述的应用程序的控制方法,其特征在于,同一时间,所述窗口管理服务器仅将解析后的输入手势回调给至多一个应用程序。The application program control method according to claim 3, wherein at the same time, the window management server only calls back the analyzed input gesture to at most one application program.
  5. 如权利要求1所述的应用程序的控制方法,其特征在于,同一时间,所述通路2中仅有一个应用程序接收到所述输入设备分发的手势事件。The application program control method according to claim 1, wherein only one application program in the path 2 receives the gesture event distributed by the input device at the same time.
  6. 一种手势处理装置,其特征在于,包括:A gesture processing device, characterized in that it comprises:
    手势获取模块,用于实时获取手势事件;The gesture acquisition module is used to acquire gesture events in real time;
    手势发送模块,基于安卓系统及linux内核分别向指定的应用程序发送手势事件,并引导应用程序对手势事件执行响应操作。The gesture sending module sends gesture events to specified applications based on the Android system and the Linux kernel, and guides the applications to perform response operations on the gesture events.
  7. 如权利要求6所述的手势处理装置,其特征在于,所述手势处理装置还包括手势解析模块,用于对获取到的手势事件执行解析操作。The gesture processing device according to claim 6, further comprising a gesture analysis module configured to perform analysis operations on the acquired gesture events.
  8. 如权利要求7所述的手势处理装置,其特征在于,所述解析操作包括触点个数判断、触点聚类处理、触点轨迹分析。The gesture processing device according to claim 7, wherein the analyzing operation includes determining the number of touch points, clustering the touch points, and analyzing the track of the touch points.
  9. 一种智能终端,其特征在于,所述智能终端装载有基于linux内核搭建的安卓系统,智能终端还设有存储器及处理器,其中存储器用于存储程序指令,处理器用于调用并执行所述存储器中的程序指令,执行如权利要求1-5任一项所述的应用程序的控制方法,并行运行所述通路1及通路2。An intelligent terminal, characterized in that the intelligent terminal is loaded with an Android system built based on the linux kernel, and the intelligent terminal is also provided with a memory and a processor, wherein the memory is used to store program instructions, and the processor is used to call and execute the program instructions in the memory, execute the control method of the application program as described in any one of claims 1-5, and run the passage 1 and the passage 2 in parallel.
  10. 车辆,其特征在于,所述车辆搭载有如权利要求9所述的智能终端。A vehicle, characterized in that the vehicle is equipped with the intelligent terminal as claimed in claim 9 .
PCT/CN2022/103039 2022-01-24 2022-06-30 Application control method, gesture processing apparatus, intelligent terminal, and vehicle WO2023137996A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210081193.2 2022-01-24
CN202210081193.2A CN114546549B (en) 2022-01-24 2022-01-24 Control method of application program, gesture processing device, intelligent terminal and vehicle

Publications (1)

Publication Number Publication Date
WO2023137996A1 true WO2023137996A1 (en) 2023-07-27

Family

ID=81671090

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/103039 WO2023137996A1 (en) 2022-01-24 2022-06-30 Application control method, gesture processing apparatus, intelligent terminal, and vehicle

Country Status (2)

Country Link
CN (1) CN114546549B (en)
WO (1) WO2023137996A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546549B (en) * 2022-01-24 2024-08-06 中国第一汽车股份有限公司 Control method of application program, gesture processing device, intelligent terminal and vehicle

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150234575A1 (en) * 2014-02-18 2015-08-20 Hyundai Motor Company System and method for controlling smart device mirroring of head unit for vehicle
CN110865744A (en) * 2019-09-30 2020-03-06 华为技术有限公司 Split-screen display method and electronic equipment
CN111666167A (en) * 2020-06-05 2020-09-15 北京元心科技有限公司 Input event reading processing optimization method, nonvolatile memory and terminal equipment
CN112148152A (en) * 2020-09-30 2020-12-29 深圳市优必选科技股份有限公司 Drive processing method and device for input device, electronic device and medium
CN112835495A (en) * 2019-11-22 2021-05-25 华为技术有限公司 Method and device for opening application program and terminal equipment
CN114546549A (en) * 2022-01-24 2022-05-27 中国第一汽车股份有限公司 Application program control method, gesture processing device, intelligent terminal and vehicle

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104216646A (en) * 2013-05-30 2014-12-17 华为软件技术有限公司 Method and device for creating application program based on gesture
CN104484035A (en) * 2014-12-04 2015-04-01 北京百度网讯科技有限公司 Control method, device and system based on somatosensory equipment
CN106293434A (en) * 2015-05-28 2017-01-04 惠州市德赛西威汽车电子股份有限公司 The multi-point gesture identification method of vehicular touch screen terminal and device
US10761714B2 (en) * 2015-11-23 2020-09-01 Google Llc Recognizing gestures and updating display by coordinator
CN105425966A (en) * 2015-12-14 2016-03-23 珠海全志科技股份有限公司 Gesture control method and device based on Android system
CN108647072B (en) * 2018-05-04 2021-11-30 武汉极意网络科技有限公司 Event monitoring method, device and equipment
CN109885245B (en) * 2019-02-21 2021-04-09 Oppo广东移动通信有限公司 Application control method and device, terminal equipment and computer readable storage medium
CN111352790A (en) * 2020-02-20 2020-06-30 Oppo(重庆)智能科技有限公司 Test method and device for reporting input event, mobile terminal and storage medium
CN114780010A (en) * 2021-02-08 2022-07-22 海信视像科技股份有限公司 Display device and control method thereof
CN113835889A (en) * 2021-09-24 2021-12-24 青岛海信移动通信技术股份有限公司 Method for acquiring input event and related device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150234575A1 (en) * 2014-02-18 2015-08-20 Hyundai Motor Company System and method for controlling smart device mirroring of head unit for vehicle
CN110865744A (en) * 2019-09-30 2020-03-06 华为技术有限公司 Split-screen display method and electronic equipment
CN112835495A (en) * 2019-11-22 2021-05-25 华为技术有限公司 Method and device for opening application program and terminal equipment
CN111666167A (en) * 2020-06-05 2020-09-15 北京元心科技有限公司 Input event reading processing optimization method, nonvolatile memory and terminal equipment
CN112148152A (en) * 2020-09-30 2020-12-29 深圳市优必选科技股份有限公司 Drive processing method and device for input device, electronic device and medium
CN114546549A (en) * 2022-01-24 2022-05-27 中国第一汽车股份有限公司 Application program control method, gesture processing device, intelligent terminal and vehicle

Also Published As

Publication number Publication date
CN114546549B (en) 2024-08-06
CN114546549A (en) 2022-05-27

Similar Documents

Publication Publication Date Title
US20190347113A1 (en) Method for Establishing Application Prediction Model, Storage Medium, and Terminal
CN106843715B (en) Touch support for remoted applications
US20100064293A1 (en) Apparatus and method for managing user schedule
CN108132735B (en) Terminal and application control method
CN109117274B (en) Memory management method and device applied to browser, terminal and storage medium
US20120066633A1 (en) System for managing task that is for processing to computer system and that is based on user operation and method for displaying information related to task of that type
CN109451028B (en) Cloud management system based on adapter technology
CN111597042A (en) Service thread running method and device, storage medium and electronic equipment
US10466894B2 (en) Method, device, storage medium and mobile terminal for recognizing an off-screen gesture
WO2023137996A1 (en) Application control method, gesture processing apparatus, intelligent terminal, and vehicle
WO2021072880A1 (en) Method for asynchronously creating internal snapshot of virtual machine, apparatus, system and storage medium
US20190332409A1 (en) Identification and storage of logical to physical address associations for components in virtualized systems
CN110502392A (en) Cloud platform management and monitoring system
CN108875011B (en) Method, device, equipment and medium for acquiring page state information of third-party application
CN114968567A (en) Method, apparatus and medium for allocating computing resources of a compute node
US11249771B2 (en) Terminal input invocation
CN115756690A (en) Desktop window display method and device, terminal and storage medium
Zheng et al. RSIO: Automatic user interaction detection and scheduling
KR20130127629A (en) Apparatus and method for providing virtual application
CN108415765A (en) Method for scheduling task, device and intelligent terminal
CN117472321B (en) Audio processing method and device, storage medium and electronic equipment
CN111831432B (en) IO request scheduling method and device, storage medium and electronic equipment
CN111831436B (en) IO request scheduling method and device, storage medium and electronic equipment
CN111124519B (en) Method and system for optimizing starting speed of android application program based on input response
US20210182191A1 (en) Free memory page hinting by virtual machines

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22921427

Country of ref document: EP

Kind code of ref document: A1