CN104216709B - The method and apparatus of direct control hardware equipment in operating system - Google Patents

The method and apparatus of direct control hardware equipment in operating system Download PDF

Info

Publication number
CN104216709B
CN104216709B CN201410415227.2A CN201410415227A CN104216709B CN 104216709 B CN104216709 B CN 104216709B CN 201410415227 A CN201410415227 A CN 201410415227A CN 104216709 B CN104216709 B CN 104216709B
Authority
CN
China
Prior art keywords
flashlamp
layer
function
functional realiey
action
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201410415227.2A
Other languages
Chinese (zh)
Other versions
CN104216709A (en
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kuang Chi Intelligent Photonic Technology Ltd
Original Assignee
Kuang Chi Intelligent Photonic Technology Ltd
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 Kuang Chi Intelligent Photonic Technology Ltd filed Critical Kuang Chi Intelligent Photonic Technology Ltd
Priority to CN201410415227.2A priority Critical patent/CN104216709B/en
Publication of CN104216709A publication Critical patent/CN104216709A/en
Priority to KR1020177007449A priority patent/KR101960443B1/en
Priority to EP15833667.7A priority patent/EP3196759A4/en
Priority to JP2017510390A priority patent/JP6462114B2/en
Priority to PCT/CN2015/087608 priority patent/WO2016026449A1/en
Application granted granted Critical
Publication of CN104216709B publication Critical patent/CN104216709B/en
Priority to US15/437,047 priority patent/US10599493B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

A method and apparatus for direct control hardware equipment in operating system, wherein, first obtains chained library load instructions, loads chained library; After obtaining the instruction being used for control hardware device action, call functional realiey function corresponding with hardware device action command in chained library; Perform invoked functional realiey function afterwards, perform corresponding action with control hardware equipment, thus realize the direct control to hardware device.

Description

The method and apparatus of direct control hardware equipment in operating system
Technical field
The application relates to the exploitation of electronic equipment operating system, is specifically related to the method and apparatus of direct control hardware equipment in a kind of operating system.
Background technology
Please refer to Fig. 1, is the configuration diagram of Android (Android) system.
Ground floor 101 is linux kernel driving layer (Linuxkernel), and it is realized by C/C++.The service of Android core system depends on linux kernel, comprises security, memory management, management of process, procotol, driving model etc.Linux kernel is also as the level of abstraction between hardware and software stack, and except the linux kernel of standard, Android also add the driver of kernel, such as: Binder (IPC) driving, camera driving, power management etc.
The second layer is Component Gallery and virtual machine layer, wherein, 102 is Component Gallery layer (Libraries), 103 is virtual machine layer (AndroidRuntime), Component Gallery layer 102 is realized by C/C++, comprise C/C++ storehouse, for assemblies different in Android system use, they by Android application framework for developer serves.Virtual machine layer 103, as the movement environment of Android system, which provides most of functions of Java programming language core library, is made up of the java class storehouse on DalvikJava virtual machine and basis.
Third layer 104 is application framework layer (ApplicationFramework), in Android system, developer also can access API (ApplicationProgrammingInterface, the application programming interface) framework that core application uses completely.
4th layer 105 is application layer (Applications), Android application program all adopts Java language to write, the Android application program of User Exploitation and the core application of Android are same levels, and they are all build based on the system API of Android.
At present, numerous electronic equipments adopts Android system, and device hardware is all provided with flashlamp, under many circumstances, user has the demand using flashlamp, therefore, on Android system, how to realize the control of flashlamp, be the problem that those skilled in the art are studying.In Android system, when needing the switch controlling flashlamp, normally first calling cameradriver, utilizing the interface that camera carries, by arranging the parameter of camera, realizing the switch of flashlamp.And this control mode to flashlamp, belong to indirect control, it has regular hour delay to calling of flashlamp.
Summary of the invention
According to the first aspect of the application, this application provides the method for direct control hardware equipment in a kind of operating system, comprising:
Obtain chained library load instructions, load chained library, described chained library comprises the functional realiey function for control hardware device action;
Obtain the instruction being used for control hardware device action;
Call functional realiey function corresponding with the instruction of described control hardware device action in described chained library;
Perform invoked functional realiey function, perform corresponding action with control hardware equipment.
According to the second aspect of the application, present invention also provides the device of direct control hardware equipment in a kind of operating system, comprising:
Loading unit, for obtaining chained library load instructions, and loads chained library, and described chained library comprises the functional realiey function for control hardware device action;
Detecting unit, for obtaining the instruction of control hardware device action;
Call unit, for calling functional realiey function corresponding with the instruction of described control hardware device action in described chained library;
Performance element, for performing invoked functional realiey function, performs corresponding action with control hardware equipment.
In the operating system that the application provides direct control hardware equipment method and apparatus in, first obtain chained library load instructions, load chained library; After obtaining the instruction being used for control hardware device action, call functional realiey function corresponding with hardware device action command in chained library; Perform invoked functional realiey function afterwards, perform corresponding action with control hardware equipment, thus realize the direct control to hardware device.
Accompanying drawing explanation
Fig. 1 is the configuration diagram of Android system;
The configuration diagram of the Android system that Fig. 2 provides for a kind of embodiment of the application;
The Architecture Analysis schematic diagram of the Android system that Fig. 3 provides for a kind of embodiment of the application;
Fig. 4 is the schematic flow sheet of the method directly controlling flashlamp switch in a kind of embodiment of the application in Android system;
Fig. 5 is the structural representation of the device directly controlling flashlamp switch in a kind of embodiment of the application in Android system.
Embodiment
In order to understand the application better, the embodiment of the present application is described directly to control flashlamp switch in Android system, be to be understood that, in the application, the operating system of indication can also be other operating systems such as ios, macos, and hardware device can also be camera in electronic equipment, bluetooth, sensor, microphone etc.
Below by specific embodiment, the application is described further.
In the embodiment of the present application, by realizing Kernel Driver (flashlamp driving) at linux kernel space (LinuxKernel layer) and realizing hardware abstraction layer interface at user's space, to provide hardware access interface to more last layer, the application framework layer being Android system provides hardware service.Because the application program Java language of Android system is write, hardware drive program C/C++ language realizes, and Java provides JNI (JavaNativeInterface, Java calls this locality) method call, therefore, in Android system, java application can call hardware abstraction layer interface by JNI.
Please refer to Fig. 2, in the present embodiment, the framework of Android system is divided into five layers.Ground floor 201 is linux kernel driving layer (Linuxkernel), the second layer 202 is hardware abstraction layer (HAL, HardwareAbstractionLayer), third layer 203,204 is Component Gallery layer 203 (Libraries) and virtual machine layer 204 (AndroidRuntime), 4th layer 205 is application framework layer (ApplicationFramework), and layer 5 206 is application layer (Applications).
Based on Fig. 2, please refer to Fig. 3, it illustrates from the analysis of another angle to the framework of Android system.Whole Android system can be divided into hardware, kernel spacing and user's space three parts, its framed contents comprised separately as shown in Figure 3.
In the present embodiment, be divided in third layer by JNI layer, JNI layer is that application framework layer devises a series of interface function, and in the specific implementation of these interface functions, utilizes call back function and hardware abstraction layer to carry out alternately.
It should be noted that, the method of the direct control flashlamp switch that the embodiment of the present application provides is applicable to the Android system of framework shown in Fig. 1 too, the effect increasing hardware abstraction layer in the present embodiment is, for the hardware device without standard Linux kernel-driven layer interface provides the path of access, originally interface poor for readability is changed into readable good interface, is supplied to upper procedure and calls.Namely hardware abstraction layer runs on linux kernel driving layer, under the support of linux kernel driving layer, for application framework layer and JNI layer provide the Interface realization controlled flashlamp.
In Fig. 1 and Fig. 2, the inner frame of each layer is well known to those skilled in the art, and therefore, the application does not translate one by one it and illustrates.
Please refer to Fig. 4, present embodiments provide a kind of method directly controlling flashlamp switch in Android system, comprise step below:
Step 301: application framework layer detects and obtains chained library load instructions.
In a particular embodiment, on the one hand, Android system can load corresponding chained library upon actuation automatically, and therefore, chained library load instructions can be the instruction that Android system sends upon actuation; On the other hand, chained library only just needs when needs call corresponding functional realiey function to load, and therefore, chained library load instructions can be the instruction that Android system sends when detecting and will carry out the calling of functional realiey function.
Step 302: application framework layer loads chained library, and chained library comprises the functional realiey function for controlling flashlamp action.
Functional realiey function is the function for controlling flashlamp action, such as:
led_on
led_off
……
Such as, or when the drive singal of led needs to be provided by another one equipment, cpu chip or camera chip etc., then need first to open this equipment, and then driving LED is luminous.Such advantage is that the pattern of control lamp is more flexible, and such as different colours, different brightness etc. then can be write as minor function:
Led_device_open//open flashlamp (optional, its function opens the said equipment)
Led_device_close//closedown flashlamp (optional, its function opens the said equipment)
led_on
led_off
……
The above-mentioned function for controlling flashlamp action is after definition, and can be kept in .c file, be the definition of all variable sum functions in .c file.
Step 303: application layer obtains the instruction for controlling flashlamp action.This instruction can be the instruction for controlling flashlamp action that user is inputted by the human-computer interaction interface (i.e. application layer) of Android device; Also can be the encoded good strings of commands in application layer, such as, with the serial data that " 0 " and " 1 " represent, wherein, " 0 " represents that flashlamp cuts out, and " 1 " represents that flashlamp is opened.
Based on step 301, instruction for controlling flashlamp action in step 303 also can as chained library load instructions, namely instruction for controlling flashlamp action can be regarded as will carry out calling of functional realiey function, therefore, it should be noted that, the sequence of steps of the method provided in the present embodiment should not be construed the restriction to the application, and in other embodiments, its sequence of steps can carry out suitable conversion according to actual conditions.
Step 304: application layer detects chained library whether loaded, if not, then continues storehouse to be linked loaded, if so, then continues step 305.
Step 305: application layer calls functional realiey function corresponding with the instruction for controlling flashlamp action in chained library.
Application layer can when chained library whole loaded being detected calling function measure for fulfill, or namely to call while detection, or can predetermined time be set, when meeting certain schedule time, just calling function measure for fulfill.
Step 306:Linux kernel-driven layer performs invoked functional realiey function, performs corresponding action to control flashlamp.
In the present embodiment, linux kernel drives in layer and is provided with flashlamp driving, and flashlamp drives and performs invoked functional realiey function, performs corresponding action to control flashlamp.
At present, flashlamp is usual only for the ancillary hardware as camera, only when using camera, just likely flashlamp can be used, therefore, in Android system when using flashlamp, first must calling cameradriver, realizing the control of flashlamp by arranging camera parameter.That is, to the control of flashlamp be the mode indirectly controlled.
There will be the problem of time delay when controlling flashlamp by cameradriver, but for the range of application of current flashlamp, this time delay can not affect normal use.But, along with the development of optical communication (such as visible light communication), when needs carry out information transmission by light, because optical communication is to the requirement of transmission speed and information transmission accuracy, the problem of above-mentioned time delay just highlights gradually, and becomes one of obstacle of optical communication development.
In the present embodiment, drive in layer be independently provided with flashlamp driving at the linux kernel of Android system, when controlling flashlamp, directly can call flashlamp and driving, it is directly control to the control mode of flashlamp.The time delay occurred when controlling flashlamp by cameradriver can be avoided.
The definition of JNI layer has interface function.Application layer calls functional realiey function corresponding with the instruction controlling flashlamp action in chained library according to the interface function of JNI layer, drives the flashlamp of layer to drive perform corresponding functional realiey function for linux kernel.
When described operating system is IOS system, then syscall is localized interface, and can realize JNI layer definition in Android system has the effect of interface function, repeats no more herein.
The interface function of JNI layer defines the corresponding relation of C/C++ function and JAVA function, this interface function adopts JNI method by the C/C++ Function Mapping of hardware abstraction layer on the JAVA function of application layer, to realize the mutual of hardware abstraction layer (adopting C/C++ language) and application layer (employing JAVA language).Led_on is JAVA function, only has the power function that just can be called bottom by the mapping of JNI interface, and it can be mapped to the local function that java_ by name wraps name _ class name _ led_on entirely in JNI layer, then in function, call bottom power function.
Dalvik virtual machine in Android running environment is when calling a member function, if find that this member function is a JNI method, the address so will leaping to it is gone to perform.That is, JNI method directly performs on native operating sys-tern, instead of performed by Dalvik virtual machine interpreter.Therefore, the JNI method means that to be Android application program directly carry out with native operating sys-tern communicates, make communication more efficient by JNI method.
Preferably, JNI layer preserves the address after the instantiation of functional realiey function, so that the direct calling function measure for fulfill of JNI layer.Instantiation refers in OO programming, creates the process of object by class (Class).Such as: in the control procedure of flashlamp, using flashlamp action as class, be object by concrete functional realiey function creation such as unlatching flashlamp, closedown flashlamp.The constructive process of this object, is instantiation.Have the address of a correspondence after this Object Creation is complete, after JNI layer preserves this address, when this functional realiey function of subsequent calls, namely can according to this address fast query to corresponding object, and not need first to retrieve class corresponding to this functional realiey function.
In the present embodiment, three structures below hardware abstraction layer definition has:
Structhw_module_t; // module type: the data structure body must declaring a hal_module_info_sym of each hardware module, first member of this structure must be take hw_module_t as the structure of data.
Structhw_module_methods_t; // modular approach: this structure only provides an interface opening the open function of specific installation, it imports parameter into for " hw_module_t, id " and " w_device_t ", and this function is used for each member of initialization hw_device_t.
Strcuthw_device_t. // device type: must start with this structure for each device data structure body, this structure is the guide line of all devices, is only the data of each equipment oneself after this structure.
In the present embodiment, when defining hardware module type structure, hardware abstraction layer regulation can not directly use hw_module_t structure, need to do a succession, namely a laminar structure is overlapped again outward at this structure, but hw_module_t structure must be first member variable data type of this structure, to facilitate unsteady state operation between the two.Its portion of program code can with reference to as follows:
The effect of definition structure body: together with relevant variable is packaged in function, code encapsulates, to avoid arbitrarily being modified.Structure is a kind of preferred mode, is not necessary.
Structure is by a series of data acquisition having identical type or dissimilar data and form.Structure is used for encapsulating some attributes, parameter equivalence (i.e. data member), to form new type, makes this attribute after encapsulation, parameter equivalence can repeatedly be utilized.
Drive for flashlamp, the structure of its definition can comprise brightness of flash lamp, flashlamp ON/OFF time etc., and brightness value, ON/OFF time are then encapsulated in the structure of respective classes as data member.In addition, for the structure adopting C++ definition, its data member can also be function, not only may be used for the state of description object, the behavior of description object can also be used for, such as, control flashlamp open/close function LED_ON, LED_OFF, LED_DEVICE_OPEN, LED_DEVICE_CLOSE, they are corresponding aforesaid led_on, led_off respectively, led_device_open, led_device_close function.
Please refer to Fig. 5, corresponding to the method directly controlling flashlamp switch in above-mentioned Android system, the present embodiment is also corresponding provides the device directly controlling flashlamp switch in a kind of Android system, comprises loading unit 401, detecting unit 402, call unit 403 and performance element 404.
Loading unit 401 for obtaining chained library load instructions, and loads chained library, and chained library comprises the functional realiey function for controlling flashlamp action.
Detecting unit 402 controls the instruction of flashlamp action for obtaining.
After call unit 403 detects that loading unit 401 has loaded dynamic link library, call functional realiey function corresponding with the instruction controlling flashlamp action in described chained library, or namely call while detection, or can predetermined time be set, when meeting certain schedule time, just call chained library.
Performance element 404, for performing invoked functional realiey function, performs corresponding action to control flashlamp.In a particular embodiment, the framework of Android system comprises application layer, application framework layer, Component Gallery and virtual machine layer, linux kernel drives layer.Linux kernel drives in layer and is provided with flashlamp driving, and performance element 404 drives the flashlamp in layer to drive the invoked functional realiey function of execution for controlling linux kernel, performs corresponding action to control flashlamp.
The framework of Android system also comprises JNI layer, and the definition of JNI layer has interface function.Loading unit 401 for control application framework layer detect get chained library load instructions after, load chained library.Call unit 403 calls functional realiey function corresponding with the instruction controlling flashlamp action in chained library for controlling application program layer according to the interface function of JNI layer, drives the flashlamp of layer to drive perform corresponding functional realiey function for linux kernel.
Further, JNI layer preserves the address after the instantiation of functional realiey function.
Preferably, the framework of Android system also comprises hardware abstraction layer, and hardware abstraction layer runs on linux kernel and drives on layer, under the support of linux kernel driving layer, for application framework layer and JNI layer provide the Interface realization controlled flashlamp.
When operating system is IOS system, it is adaptive that IOS system also comprises Library storehouse, can realize the effect of hardware abstraction layer in the framework of roughly the same Android system, repeat no more herein.
Directly control in the Android system that the embodiment of the present application provides in the method and apparatus of flashlamp switch, first after detection gets chained library load instructions, load chained library; After obtaining the instruction for controlling flashlamp action, call functional realiey function corresponding with this instruction in chained library; Perform invoked functional realiey function afterwards, perform corresponding action to control flashlamp, thus realize the direct control to flashlamp switch.
Directly control all right expanded application of method and apparatus of flashlamp switch in the Android system that the embodiment of the present application provides to WP operating system, concrete realization roughly the same, repeats no more.
It will be appreciated by those skilled in the art that, in above-mentioned embodiment, all or part of step of various method can be carried out instruction related hardware by program and completes, this program can be stored in a computer-readable recording medium, and storage medium can comprise: ROM (read-only memory), random access memory, disk or CD etc.
Above content is the further description done the application in conjunction with concrete embodiment, can not assert that the concrete enforcement of the application is confined to these explanations.For the application person of an ordinary skill in the technical field, under the prerequisite not departing from the present application design, some simple deduction or replace can also be made.

Claims (10)

1. directly control a method for flashlamp in operating system, it is characterized in that, comprising:
Obtain chained library load instructions, load chained library, described chained library comprises the functional realiey function for controlling flashlamp action;
Obtain the instruction for controlling flashlamp action;
Call functional realiey function corresponding with the instruction of described control flashlamp action in described chained library;
Performing invoked functional realiey function by calling the independent flashlamp driving arranged, performing corresponding action to control flashlamp.
2. the method for claim 1, is characterized in that, when described operating system is Android system, described flashlamp drives and is arranged in the kernel-driven layer of described Android system; Or,
When described operating system is IOS system, described flashlamp drives and is arranged in the core system layer of described IOS system.
3. method as claimed in claim 2, is characterized in that, when described operating system is Android system, the JNI layer definition of described Android system has corresponding JNI interface function;
Obtain chained library load instructions, after loading chained library, call functional realiey function corresponding with the instruction controlling flashlamp action in described chained library according to described interface function, the flashlamp for kernel-driven layer drives and performs corresponding functional realiey function; Or,
When described operating system is IOS system, then utilize the interface function that LibSystem storehouse access core system layer provides;
Obtain chained library load instructions, after loading chained library, call functional realiey function corresponding with the instruction controlling flashlamp action in described chained library according to described interface function, the flashlamp for core system layer drives and performs corresponding functional realiey function.
4. method as claimed in claim 3, it is characterized in that, JNI layer preserves the address after the instantiation of functional realiey function.
5. method as claimed in claim 3, it is characterized in that, when described operating system is Android system, described Android system also comprises hardware abstraction layer, the hardware abstraction layer of described Android system runs on kernel-driven layer, for under the support of kernel-driven layer, for the application framework layer of Android system and JNI layer provide the Interface realization controlled flashlamp; Or
When described operating system is IOS system, described IOS system also comprises kernel service layer.
6. directly control a device for flashlamp in operating system, it is characterized in that, comprising:
Loading unit, for obtaining chained library load instructions, and loads chained library, and described chained library comprises the functional realiey function for controlling flashlamp action;
Detecting unit, for obtaining the instruction controlling flashlamp action;
Call unit, for calling functional realiey function corresponding with the instruction of described control flashlamp action in described chained library;
Flashlamp drives, for directly controlling flashlamp;
Performance element, for driving the invoked functional realiey function of execution by calling flashlamp, performs corresponding action to control flashlamp.
7. device as claimed in claim 6, it is characterized in that, when described operating system is Android system, be provided with described flashlamp in the kernel-driven layer of described Android system to drive, described performance element drives the invoked functional realiey function of execution for controlling flashlamp, performs corresponding action to control flashlamp; Or
When described operating system is IOS system, be provided with the driving of described flashlamp in the core system layer of described IOS system, described performance element drives the invoked functional realiey function of execution for controlling flashlamp, performs corresponding action to control flashlamp.
8. device as claimed in claim 7, it is characterized in that, when described operating system is Android system, the framework of described Android system also comprises JNI layer, and described JNI layer definition has corresponding JNI interface function;
Call unit is used for calling functional realiey function corresponding with the instruction controlling flashlamp action in described chained library according to described interface function, and the flashlamp for kernel-driven layer drives and performs corresponding functional realiey function; Or
When described operating system is IOS system, then utilize the interface function that LibSystem storehouse access core system layer provides;
Call unit is used for calling functional realiey function corresponding with the instruction controlling flashlamp action in described chained library according to described interface function, and the flashlamp for kernel-driven layer drives and performs corresponding functional realiey function.
9. device as claimed in claim 8, it is characterized in that, described JNI layer preserves the address after the instantiation of functional realiey function.
10. device as claimed in claim 8, it is characterized in that, when described operating system is Android system, the framework of described Android system also comprises hardware abstraction layer, described hardware abstraction layer runs on kernel-driven layer, for under the support of kernel-driven layer, for the application framework layer of Android system and JNI layer provide the Interface realization controlled flashlamp; Or
When described operating system is IOS system, described IOS system also comprises kernel service layer.
CN201410415227.2A 2014-08-20 2014-08-20 The method and apparatus of direct control hardware equipment in operating system Active CN104216709B (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN201410415227.2A CN104216709B (en) 2014-08-20 2014-08-20 The method and apparatus of direct control hardware equipment in operating system
KR1020177007449A KR101960443B1 (en) 2014-08-20 2015-08-20 Method and module in operating system for controlling hardware device
EP15833667.7A EP3196759A4 (en) 2014-08-20 2015-08-20 Method and module in operating system for controlling hardware device
JP2017510390A JP6462114B2 (en) 2014-08-20 2015-08-20 Hardware device control method and module in operating system
PCT/CN2015/087608 WO2016026449A1 (en) 2014-08-20 2015-08-20 Method and module in operating system for controlling hardware device
US15/437,047 US10599493B2 (en) 2014-08-20 2017-02-20 Method and module in operating system for controlling hardware device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410415227.2A CN104216709B (en) 2014-08-20 2014-08-20 The method and apparatus of direct control hardware equipment in operating system

Publications (2)

Publication Number Publication Date
CN104216709A CN104216709A (en) 2014-12-17
CN104216709B true CN104216709B (en) 2016-04-27

Family

ID=52098245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410415227.2A Active CN104216709B (en) 2014-08-20 2014-08-20 The method and apparatus of direct control hardware equipment in operating system

Country Status (1)

Country Link
CN (1) CN104216709B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6462114B2 (en) 2014-08-20 2019-01-30 クワーン チー インテリジェント フォトニック テクノロジー リミテッド Hardware device control method and module in operating system
CN107957863A (en) * 2016-10-15 2018-04-24 郑州天迈科技股份有限公司 Vehicular video dispatch terminal technology is layered convenient system
CN106843689B (en) * 2017-01-19 2020-11-20 宁波珍学网教育科技有限公司 Mobile terminal and super screenshot implementation method
CN107195131B (en) * 2017-04-13 2019-09-20 深圳怡化电脑股份有限公司 A kind of method and device of analog hardware equipment
US10754765B2 (en) * 2017-05-17 2020-08-25 Google Llc Operating system validation
CN109388430B (en) * 2017-08-02 2022-07-22 丰郅(上海)新能源科技有限公司 Method for realizing microprocessor to control peripheral hardware
CN109062714B (en) * 2018-07-27 2023-01-10 创新先进技术有限公司 Method and device for remotely controlling android device and electronic device
CN109510895A (en) * 2018-10-24 2019-03-22 惠州Tcl移动通信有限公司 Method, mobile terminal and the storage medium that mobile terminal control fitting works
CN110442385B (en) * 2019-06-24 2023-03-07 华域视觉科技(上海)有限公司 Light editing, driving and controlling method, system, equipment and storage medium
CN112486579A (en) * 2020-11-20 2021-03-12 中国人寿保险股份有限公司 Self-service terminal device drive calling standardization method and related device
CN112631536B (en) * 2020-12-30 2024-03-15 南京能瑞自动化设备股份有限公司 LCD (liquid crystal display) control system and method for energy controller

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353839A (en) * 2013-06-07 2013-10-16 杭州竞天数码科技有限公司 Universal serial device communication module based on Android system
CN103488478A (en) * 2013-09-03 2014-01-01 厦门雅迅网络股份有限公司 Device management framework based on android platform

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103353839A (en) * 2013-06-07 2013-10-16 杭州竞天数码科技有限公司 Universal serial device communication module based on Android system
CN103488478A (en) * 2013-09-03 2014-01-01 厦门雅迅网络股份有限公司 Device management framework based on android platform

Also Published As

Publication number Publication date
CN104216709A (en) 2014-12-17

Similar Documents

Publication Publication Date Title
CN104216709B (en) The method and apparatus of direct control hardware equipment in operating system
CN104267956B (en) The method and apparatus of control hardware equipment in a kind of operating system
US11520629B2 (en) Dynamic task allocation for neural networks
TWI766288B (en) Method and device of integration of learning models into a software development system, and non-transitory machine-readable medium
CN109873718A (en) A kind of container self-adapting stretching method, server and storage medium
CN103970563B (en) The method of dynamic load Android class
CN103309792B (en) A kind of control method of log information and system
KR20160002685A (en) Method and embedded device for loading driver
JP2011040059A5 (en)
WO2013086988A1 (en) Software installation method and device
CN103473102B (en) The system start-up bootstrap technique of multiple operating system and instrument
CA2621810A1 (en) Extensible mechanism for object composition
Prehofer et al. From internet of things mashups to model-based development
WO2016112625A1 (en) System realizing script operation in preset embedded system
EP2596424A2 (en) System and method for supporting an object oriented scripting tool
US20190244095A1 (en) Deep learning fpga converter
Riliskis et al. Ravel: Programming iot applications as distributed models, views, and controllers
CN104035778A (en) Android application program development method
CN103473113A (en) Universal virtual-machine adopting method
CN103914288B (en) The method for judging control state
CN106775656A (en) A kind of dispatching method based on many intelligent key disks
US10599493B2 (en) Method and module in operating system for controlling hardware device
CN102999371A (en) Lua script-based human-computer interface development method and system
CN107315596A (en) A kind of code is packed dispositions method and device automatically
CN105446760B (en) Method and apparatus for application installation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHENZHEN GUANGQI INTELLIGENT PHOTONICS TECHNOLOGY

Free format text: FORMER OWNER: SHENZHEN KUANG-CHI INNOVATION TECHNOLOGY CO., LTD.

Effective date: 20150721

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20150721

Address after: 518000 Guangdong city of Shenzhen province Futian District Shennan Road and CaiTian Road intersection East Xintiandi Plaza C block 2007-27

Applicant after: Shenzhen Guang Qi intelligent photonic Technology Co., Ltd.

Address before: 518034 A international business center, No. 1061, Xiang Mei Road, Guangdong, Shenzhen, Futian District, China 18B

Applicant before: Shenzhen Kuang-Chi Innovation Technology Co., Ltd.

C14 Grant of patent or utility model
GR01 Patent grant