Searched refs:Ril (Results 1 – 13 of 13) sorted by relevance
1 # Ril chapter5 基于HDF(Hardware Driver Foundation)驱动框架开发的Ril驱动,能够屏蔽硬件器件差异,为上层服务提供稳定的拨打电话、发短信、激活SIM卡等稳定的接口。7 Ril驱动模块主要包含HDI(Hardware Driver Interface)接口定义及其实现,对上层提供Telephony的驱动能力接口,HDI接口主要提供如下功能:15 **图 1** Ril驱动模型图17 ![Ril驱动模型图](figures/ril-driver-module-architecture_zh.png)26 ├── interfaces # Ril模块对上层服务提供的驱动能力接口27 │ └── include # Ril模块对外提供的接口定义40 Ril驱动提供给framework层可直接调用的能力接口,主要功能有:通话、SIM卡、短彩信、蜂窝数据、事件上报等业务。Ril驱动模型对HDI开放的API接口功能如表1:42 **表 1** Ril HDI 接口列表66 /* Ril回调类 */[all …]
1 # Ril chapter5 The Ril driver developed based on the Hardware Driver Foundation (HDF) driver framework shields har…7 The Ril driver module contains definitions and implementation code of Ril hardware driver interface…15 **Figure 1** Architecture of the Ril driver module17 ![Ril driver module](figures/ril-driver-module-architecture.png)33 - Software constraints: This module must work with the Ril Adapter module (ril\_adapter).40 …Ril driver provides capability APIs that can be directly called by the framework layer. The main f…42 **Table 1** Ril HDI APIs66 /* Ril callback class */67 class RilCallback : public HDI::Ril::V1_1::IRilCallback {[all …]
24 using namespace OHOS::HDI::Ril::V1_1;25 using namespace OHOS::HDI::Ril;
23 namespace Ril { namespace32 using OHOS::HDI::Ril::V1_1::RilImpl; in RilImplGetInstance()
25 - ril:Ril HDI接口定义及其实现,提供通话、SIM卡、短彩信、搜网、蜂窝数据相关的业务处理能力等,详见ril目录下的[readme](ril/README_zh.md)文档。
25 - **ril**: This sub-directory stores definitions and implementation code of Ril HDIs, including s…
16 * @addtogroup Ril19 * @brief Defines Ril-related APIs.31 * @brief Declares data types used by the Hardware Driver Interfaces (HDIs) of the Ril module.38 * @brief Defines the path for the package of the Ril module APIs.112 * @brief Enumerates Ril error codes.
17 * @addtogroup Ril20 * @brief Defines Ril-related APIs.
30 namespace Ril {