Home
last modified time | relevance | path

Searched refs:HDI (Results 1 – 25 of 1175) sorted by relevance

12345678910>>...47

/drivers/peripheral/user_auth/hdi_service/interface/
Duser_auth_hdi.h24 namespace HDI {
26 using IUserAuthInterface = OHOS::HDI::UserAuth::V2_0::IUserAuthInterface;
27 using UserAuthInterfaceService = OHOS::HDI::UserAuth::V2_0::UserAuthInterfaceService;
29 using HdiAuthType = OHOS::HDI::UserAuth::V2_0::AuthType;
30 using HdiExecutorRole = OHOS::HDI::UserAuth::V2_0::ExecutorRole;
31 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V2_0::ExecutorSecureLevel;
32 using HdiPinSubType = OHOS::HDI::UserAuth::V2_0::PinSubType;
33 using HdiScheduleMode = OHOS::HDI::UserAuth::V2_0::ScheduleMode;
34 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V2_0::ExecutorRegisterInfo;
35 using HdiExecutorInfo = OHOS::HDI::UserAuth::V2_0::ExecutorInfo;
[all …]
/drivers/peripheral/face_auth/hdi_service/include/
Dface_auth_hdi.h28 namespace HDI {
30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface;
31 using FaceAuthInterfaceStub = OHOS::HDI::FaceAuth::V2_0::FaceAuthInterfaceStub;
32 using AllInOneExecutorStub = OHOS::HDI::FaceAuth::V2_0::AllInOneExecutorStub;
34 using IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback;
36 using IAllInOneExecutor = OHOS::HDI::FaceAuth::V2_0::IAllInOneExecutor;
38 using AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType;
39 using ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole;
40 using ExecutorSecureLevel = OHOS::HDI::FaceAuth::V2_0::ExecutorSecureLevel;
41 using DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId;
[all …]
/drivers/peripheral/fingerprint_auth/hdi_service/include/
Dfingerprint_auth_hdi.h28 namespace HDI {
30 using IFingerprintAuthInterface = OHOS::HDI::FingerprintAuth::V2_0::IFingerprintAuthInterface;
31 using FingerprintAuthInterfaceStub = OHOS::HDI::FingerprintAuth::V2_0::FingerprintAuthInterfaceStub;
32 using AllInOneExecutorStub = OHOS::HDI::FingerprintAuth::V2_0::AllInOneExecutorStub;
34 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V2_0::IExecutorCallback;
36 using IAllInOneExecutor = OHOS::HDI::FingerprintAuth::V2_0::IAllInOneExecutor;
38 using AuthType = OHOS::HDI::FingerprintAuth::V2_0::AuthType;
39 using ExecutorRole = OHOS::HDI::FingerprintAuth::V2_0::ExecutorRole;
40 using ExecutorSecureLevel = OHOS::HDI::FingerprintAuth::V2_0::ExecutorSecureLevel;
41 using DriverCommandId = OHOS::HDI::FingerprintAuth::V2_0::DriverCommandId;
[all …]
/drivers/peripheral/pin_auth/hdi_service/service/inc/
Dpin_auth_hdi.h27 namespace HDI {
29 using IPinAuthInterface = OHOS::HDI::PinAuth::V2_0::IPinAuthInterface;
30 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_0::PinAuthInterfaceService;
32 using HdiIAllInOneExecutor = OHOS::HDI::PinAuth::V2_0::IAllInOneExecutor;
33 using HdiICollector = OHOS::HDI::PinAuth::V2_0::ICollector;
34 using HdiIVerifier = OHOS::HDI::PinAuth::V2_0::IVerifier;
35 using HdiIExecutorCallback = OHOS::HDI::PinAuth::V2_0::IExecutorCallback;
37 using HdiAuthType = OHOS::HDI::PinAuth::V2_0::AuthType;
38 using HdiExecutorRole = OHOS::HDI::PinAuth::V2_0::ExecutorRole;
39 using HdiExecutorSecureLevel = OHOS::HDI::PinAuth::V2_0::ExecutorSecureLevel;
[all …]
/drivers/interface/
DREADME_ZH.md1 # 外设驱动HDI接口定义
5 该仓库用于管理各模块HDI(Hardware Device Interface)接口定义,接口定义使用IDL语言描述并以`·idl`文件形式保存。
8 **图 1** HDI原理图
12 使用IDL语法描述HDI接口并保存为`.idl`文件,`.idl`文件在编译过程中转换为C/C++语言的函数接口声明、客户端与服务端IPC相关过程代码,开发者只需要基于生成的`ifoo.h`函数接口…
19 ├── sensor #sensor HDI 接口定义
20 │   └── v1_0 #sensor HDI 接口 v1.0版本定义
25 ├── audio #audio HDI 接口定义
27 ├── camera #camera HDI接口定义
28 ├── codec #codec HDI接口定义
29 ├── display #display HDI接口定义
[all …]
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
Dmedia_key_system_types.h51 namespace HDI {
121 OHOS::HDI::Drm::V1_0::MediaKeyType mediaKeyType;
128 OHOS::HDI::Drm::V1_0::MediaKeyRequestType requestType;
144 OHOS::HDI::Drm::V1_0::CryptoAlgorithmType type;
147 OHOS::HDI::Drm::V1_0::Pattern pattern;
148 std::vector<OHOS::HDI::Drm::V1_0::SubSample> subSamples;
161 bool MediaKeyRequestInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::Med…
163 bool MediaKeyRequestInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::MediaKe…
165 bool MediaKeyRequestBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Drm::V1_0::MediaKe…
167 bool MediaKeyRequestBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Drm::V1_0::MediaKeyReq…
[all …]
Dmedia_decrypt_module_proxy.h23 namespace HDI {
27 class MediaDecryptModuleProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> {
29 …explicit MediaDecryptModuleProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm:… in MediaDecryptModuleProxy()
38 int32_t DecryptMediaData(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
39 …const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuffer, const OHOS::HDI::Drm::V1_0::DrmBuffer& destBuffe…
45 … static int32_t DecryptMediaData_(bool secure, const OHOS::HDI::Drm::V1_0::CryptoInfo& cryptoInfo,
46 …const OHOS::HDI::Drm::V1_0::DrmBuffer& srcBuffer, const OHOS::HDI::Drm::V1_0::DrmBuffer& destBuffe…
53 static inline BrokerDelegator<OHOS::HDI::Drm::V1_0::MediaDecryptModuleProxy> delegator_;
Dmedia_key_system_stub.h27 namespace HDI {
39 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
41 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
43 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
45 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
47 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
49 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
51 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
53 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
55 …rcel& mediaKeySystemReply, MessageOption& mediaKeySystemOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
[all …]
Dmedia_key_session_stub.h27 namespace HDI {
39 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
41 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
43 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
45 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
47 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
49 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
51 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
53 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
55 …el& mediaKeySessionReply, MessageOption& mediaKeySessionOption, sptr<OHOS::HDI::Drm::V1_0::IMediaK…
[all …]
Dmedia_key_system_proxy.h23 namespace HDI {
27 class MediaKeySystemProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystem> {
29 …explicit MediaKeySystemProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_… in MediaKeySystemProxy()
48 …int32_t GetMaxContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
54 int32_t GetOemCertificateStatus(OHOS::HDI::Drm::V1_0::CertificateStatus& status) override;
56 …int32_t SetCallback(const sptr<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback>& systemCallback) ove…
58 int32_t CreateMediaKeySession(OHOS::HDI::Drm::V1_0::ContentProtectionLevel level,
59 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession>& keySession) override;
64 OHOS::HDI::Drm::V1_0::OfflineMediaKeyStatus& mediaKeyStatus) override;
68 int32_t GetOemCertificate(sptr<OHOS::HDI::Drm::V1_0::IOemCertificate>& oemCert) override;
[all …]
Dmedia_key_session_proxy.h23 namespace HDI {
27 class MediaKeySessionProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySession> {
29 …explicit MediaKeySessionProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1… in MediaKeySessionProxy()
38 …int32_t GenerateMediaKeyRequest(const OHOS::HDI::Drm::V1_0::MediaKeyRequestInfo& mediaKeyRequestIn…
39 OHOS::HDI::Drm::V1_0::MediaKeyRequest& mediaKeyRequest) override;
56 int32_t GetContentProtectionLevel(OHOS::HDI::Drm::V1_0::ContentProtectionLevel& level) override;
60 …int32_t SetCallback(const sptr<OHOS::HDI::Drm::V1_0::IMediaKeySessionCallback>& sessionCallback) o…
62 …int32_t GetMediaDecryptModule(sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule>& decryptModule) over…
68 …static int32_t GenerateMediaKeyRequest_(const OHOS::HDI::Drm::V1_0::MediaKeyRequestInfo& mediaKeyR…
69 OHOS::HDI::Drm::V1_0::MediaKeyRequest& mediaKeyRequest, const sptr<IRemoteObject> remote);
[all …]
Dmedia_key_session_callback_proxy.h23 namespace HDI {
27 class MediaKeySessionCallbackProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySessionCall…
29 …ssionCallbackProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaK… in MediaKeySessionCallbackProxy()
38 int32_t SendEvent(OHOS::HDI::Drm::V1_0::EventType eventType, int32_t extra,
42 … OHOS::HDI::Drm::V1_0::MediaKeySessionKeyStatus>& keyStatus, bool newKeysAvailable) override;
46 static int32_t SendEvent_(OHOS::HDI::Drm::V1_0::EventType eventType, int32_t extra,
50 …OHOS::HDI::Drm::V1_0::MediaKeySessionKeyStatus>& keyStatus, bool newKeysAvailable, const sptr<IRem…
55 static inline BrokerDelegator<OHOS::HDI::Drm::V1_0::MediaKeySessionCallbackProxy> delegator_;
/drivers/peripheral/camera/hdi_service/v1_0/src/
Dcamera_device_service.cpp31 …CHECK_IF_PTR_NULL_RETURN_VALUE(cameraDeviceServiceVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in GetStreamOperator()
35 return OHOS::HDI::Camera::V1_0::INSUFFICIENT_RESOURCES; in GetStreamOperator()
38 if (ret != OHOS::HDI::Camera::V1_0::NO_ERROR) { in GetStreamOperator()
44 return OHOS::HDI::Camera::V1_0::INSUFFICIENT_RESOURCES; in GetStreamOperator()
49 return OHOS::HDI::Camera::V1_0::INSUFFICIENT_RESOURCES; in GetStreamOperator()
52 return OHOS::HDI::Camera::V1_0::NO_ERROR; in GetStreamOperator()
57 …CHECK_IF_PTR_NULL_RETURN_VALUE(cameraDeviceServiceVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in UpdateSettings()
63 …CHECK_IF_PTR_NULL_RETURN_VALUE(cameraDeviceServiceVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in SetResultMode()
69 …CHECK_IF_PTR_NULL_RETURN_VALUE(cameraDeviceServiceVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in GetEnabledResults()
75 …CHECK_IF_PTR_NULL_RETURN_VALUE(cameraDeviceServiceVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in EnableResult()
[all …]
Dcamera_host_service.cpp46 return OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT; in GetVdiLibList()
53 return OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT; in GetVdiLibList()
65 return OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT; in GetVdiLibList()
72 return OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT; in GetVdiLibList()
75 return OHOS::HDI::Camera::V1_0::NO_ERROR; in GetVdiLibList()
95 if (GetVdiLibList(vdiLibList) != OHOS::HDI::Camera::V1_0::NO_ERROR) { in GetInstance()
152 CHECK_IF_PTR_NULL_RETURN_VALUE(cameraHostVdi, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in SetCallback()
157 return OHOS::HDI::Camera::V1_0::INSUFFICIENT_RESOURCES; in SetCallback()
160 if (ret != OHOS::HDI::Camera::V1_0::NO_ERROR) { in SetCallback()
166 return OHOS::HDI::Camera::V1_0::NO_ERROR; in SetCallback()
[all …]
Dstream_operator_service.cpp39 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in IsStreamsSupported()
55 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in CreateStreams()
67 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in ReleaseStreams()
73 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in CommitStreams()
79 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in GetStreamAttributes()
99 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in AttachBufferQueue()
105 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in DetachBufferQueue()
112 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in Capture()
120 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in CancelCapture()
128 CHECK_IF_PTR_NULL_RETURN_VALUE(streamOperatorVdi_, OHOS::HDI::Camera::V1_0::INVALID_ARGUMENT); in ChangeToOfflineStream()
[all …]
/drivers/peripheral/camera/test/fuzztest/common/include/
Dcommon.h82 using namespace OHOS::HDI::Camera::V1_0;
95 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
97 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
99 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
101 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
103 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
105 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
107 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
109 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
111 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
[all …]
/drivers/peripheral/camera/test/hdi/v1_2/include/
Dhdi_common_v1_2.h79 using namespace OHOS::HDI::Camera::V1_0;
89 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
91 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
93 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
95 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
97 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
99 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
101 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
103 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
105 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
[all …]
/drivers/peripheral/camera/test/hdi/v1_2/src/
Dcamera_prelaunch_uttest_v1_2.cpp43 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
49 *cameraTest->prelaunchConfig, OHOS::HDI::Camera::V1_2::NORMAL);
50 EXPECT_EQ(cameraTest->rc, HDI::Camera::V1_0::NO_ERROR);
63 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
69 *cameraTest->prelaunchConfig, OHOS::HDI::Camera::V1_2::NORMAL);
70 EXPECT_EQ(cameraTest->rc, HDI::Camera::V1_0::NO_ERROR);
83 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
89 *cameraTest->prelaunchConfig, OHOS::HDI::Camera::V1_2::NORMAL);
90 EXPECT_EQ(cameraTest->rc, HDI::Camera::V1_0::INVALID_ARGUMENT);
103 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>();
[all …]
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/02_standard_interface_idl/target/foo/v1_0/
Dfoo_stub.cpp.txt10 sptr<OHOS::HDI::Foo::V1_0::IFoo> OHOS::HDI::Foo::V1_0::IFoo::Get(bool isStub)
12 return OHOS::HDI::Foo::V1_0::IFoo::Get("foo_service", isStub);
15 sptr<OHOS::HDI::Foo::V1_0::IFoo> OHOS::HDI::Foo::V1_0::IFoo::Get(const std::string& serviceName, bo…
20 std::string desc = Str16ToStr8(OHOS::HDI::Foo::V1_0::IFoo::GetDescriptor());
26 return reinterpret_cast<OHOS::HDI::Foo::V1_0::IFoo *>(impl);
29 int32_t OHOS::HDI::Foo::V1_0::FooStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageP…
47 int32_t OHOS::HDI::Foo::V1_0::FooStub::FooStubPing(MessageParcel& fooData, MessageParcel& fooReply,…
49 int32_t OHOS::HDI::Foo::V1_0::FooStub::FooStubGetData(MessageParcel& fooData, MessageParcel& fooRep…
51 int32_t OHOS::HDI::Foo::V1_0::FooStub::FooStubInfoTest(MessageParcel& fooData, MessageParcel& fooRe…
53 int32_t OHOS::HDI::Foo::V1_0::FooStub::FooStubGetVersion(MessageParcel& fooData, MessageParcel& foo…
[all …]
/drivers/peripheral/
DREADME_zh.md9 此仓主要包含各外设器件驱动相关的HDI(Hardware Driver Interface)接口、HAL实现、驱动模型及测试用例等,根据模块划分不同目录,具体模块的相关信息可参阅各模块子目录下的re…
15 - audio:Audio HDI接口的定义,用于管理声卡驱动的加载和卸载、创建音频播放对象及录音对象、选择音频场景、设置音频属性及音量、控制音频播放及录音的启停等,详见audio目录下的[re…
16 - codec:Codec HDI接口的定义,这些接口对上层服务提供媒体编解码的驱动能力,详见codec目录下的[readme](codec/README_zh.md)文档。
17 - display:Display HDI 接口定义及其默认实现,对上层图形服务提供显示驱动能力,包括显示图层的管理、显示内存的管理及硬件图形加速,详见display目录下的[readme](d…
19 - format:Format HDI接口定义,此类接口对上层服务提供媒体文件复用和解复用的驱动能力,详见format目录下的[readme](format/README_zh.md)文档。
20 - input:Input HDI接口定义及其实现,对上层输入系统服务提供操作input设备的驱动能力,包括input设备管理、业务流控制、数据上报等,详见input目录下的[readme](i…
21 - sensor:Sensor HDI接口定义与实现,接口主要包括所有Sensor信息查询、Sensor启停、Sensor订阅/去订阅、Sensor参数配置等稳定的接口,简化服务开发,详见sen…
22 - wlan:WLAN HDI接口定义与实现,包括创建和销毁HAL层和WLAN驱动的通道、获取本设备支持的WLAN特性等,详见wlan目录下的[readme](wlan/README_zh.md…
24 - camera:Camera HDI接口定义及其实现,对上层Camera Service提供HDI的具体实现,对下管理Camera各个硬件设备等,详见camera目录下的[readme](ca…
25 - ril:Ril HDI接口定义及其实现,提供通话、SIM卡、短彩信、搜网、蜂窝数据相关的业务处理能力等,详见ril目录下的[readme](ril/README_zh.md)文档。
/drivers/peripheral/camera/test/hdi/v1_3/include/
Dhdi_common_v1_3.h78 using namespace OHOS::HDI::Camera::V1_0;
86 void DefaultPreview(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
87 void DefaultCapture(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
88 void DefaultSketch(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
89 void DefaultInfosPreview(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
90 void DefaultInfosPreviewV1_2(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
91 void DefaultInfosCapture(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
92 …void DefaultInfosProfessionalCapture(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &in…
93 void DefaultInfosAnalyze(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
94 void DefaultInfosVideo(std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> &infos);
[all …]
/drivers/peripheral/secure_element/sim_hdi_service/
Dsecure_element_interface_service.h22 namespace HDI {
27 public OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementInterface {
32 …int32_t init(const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>&…
33 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) override;
40 …uint8_t& channelNumber, OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& sta…
44 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) override;
47 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) override;
50 OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) override;
52 …int32_t reset(OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) overr…
/drivers/peripheral/display/buffer/test/unittest/
Ddisplay_buffer_ut.h26 namespace HDI {
29 using OHOS::HDI::Display::Buffer::V1_0::IAllocator;
30 using OHOS::HDI::Display::Buffer::V1_0::IMapper;
31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo;
32 using OHOS::HDI::Display::Buffer::V1_1::IMetadata;
33 using OHOS::HDI::Display::Buffer::V1_1::IDisplayBuffer;
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/04_extended_interface_idl/target/foo/v1_1/
Dfoo_proxy.cpp.txt25 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<ParentType>(parent);
31 sptr<ChildType> proxy = OHOS::HDI::hdi_facecast<ChildType>(remote);
53 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(bool isStub)
58 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(const std::string& serviceName, bo…
61 std::string desc = Str16ToStr8(OHOS::HDI::Foo::V1_1::IFoo::GetDescriptor());
67 return reinterpret_cast<OHOS::HDI::Foo::V1_1::IFoo *>(impl);
70 using namespace OHOS::HDI::ServiceManager::V1_0;
83 sptr<OHOS::HDI::Foo::V1_1::IFoo> proxy = new OHOS::HDI::Foo::V1_1::FooProxy(remote);
105 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::CastFrom(const sptr<OHOS::HDI::Foo::V1…
107 int32_t OHOS::HDI::Foo::V1_1::FooProxy::TestPingV1_1(const std::string& sendMsg, std::string& recvM…
[all …]
Dfoo_stub.cpp.txt10 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(bool isStub)
12 return OHOS::HDI::Foo::V1_1::IFoo::Get("foo_service", isStub);
15 sptr<OHOS::HDI::Foo::V1_1::IFoo> OHOS::HDI::Foo::V1_1::IFoo::Get(const std::string& serviceName, bo…
20 std::string desc = Str16ToStr8(OHOS::HDI::Foo::V1_1::IFoo::GetDescriptor());
26 return reinterpret_cast<OHOS::HDI::Foo::V1_1::IFoo *>(impl);
29 int32_t OHOS::HDI::Foo::V1_1::FooStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageP…
51 int32_t OHOS::HDI::Foo::V1_1::FooStub::FooStubTestPingV1_1(MessageParcel& fooData, MessageParcel& f…
53 int32_t OHOS::HDI::Foo::V1_1::FooStub::FooStubTestGetData(MessageParcel& fooData, MessageParcel& fo…
55 int32_t OHOS::HDI::Foo::V1_1::FooStub::FooStubPing(MessageParcel& fooData, MessageParcel& fooReply,…
57 int32_t OHOS::HDI::Foo::V1_1::FooStub::FooStubGetData(MessageParcel& fooData, MessageParcel& fooRep…
[all …]

12345678910>>...47