Home
last modified time | relevance | path

Searched refs:Ril (Results 1 – 13 of 13) sorted by relevance

/drivers/peripheral/ril/
DREADME_zh.md1 # Ril chapter
5 基于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 …]
DREADME.md1 # Ril chapter
5 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 module
17 ![Ril driver module](figures/ril-driver-module-architecture.png)
33 - Software constraints: This module must work with the Ril Adapter module (ril\_adapter).
40Ril driver provides capability APIs that can be directly called by the framework layer. The main f…
42 **Table 1** Ril HDI APIs
66 /* Ril callback class */
67 class RilCallback : public HDI::Ril::V1_1::IRilCallback {
[all …]
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_driver.cpp24 using namespace OHOS::HDI::Ril::V1_1;
25 using namespace OHOS::HDI::Ril;
Dril_impl.cpp23 namespace Ril { namespace
32 using OHOS::HDI::Ril::V1_1::RilImpl; in RilImplGetInstance()
/drivers/peripheral/
DREADME_zh.md25 - ril:Ril HDI接口定义及其实现,提供通话、SIM卡、短彩信、搜网、蜂窝数据相关的业务处理能力等,详见ril目录下的[readme](ril/README_zh.md)文档。
DREADME.md25 - **ril**: This sub-directory stores definitions and implementation code of Ril HDIs, including s…
/drivers/interface/ril/v1_1/
DTypes.idl16 * @addtogroup Ril
19 * @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.
DIRil.idl17 * @addtogroup Ril
20 * @brief Defines Ril-related APIs.
DIRilCallback.idl17 * @addtogroup Ril
20 * @brief Defines Ril-related APIs.
/drivers/interface/ril/v1_0/
DTypes.idl16 * @addtogroup Ril
19 * @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.
DIRil.idl17 * @addtogroup Ril
20 * @brief Defines Ril-related APIs.
DIRilCallback.idl17 * @addtogroup Ril
20 * @brief Defines Ril-related APIs.
/drivers/peripheral/ril/interfaces/hdi_service/include/
Dril_impl.h30 namespace Ril {