Home
last modified time | relevance | path

Searched refs:CodecComponentManagerProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_component_manager_proxy.cpp.txt66 …sptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> proxy = new OHOS::HDI::Codec::V1_0::Codec…
93 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::Reconnect(
94 sptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> proxy)
118 … new OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::IServiceManagerDeathRecipient(proxy));
123 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::GetComponentNum(int32_t& count)
125 …return OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::GetComponentNum_(count, GetCurrentRemot…
138 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::DestroyComponent(uint32_t componentId)
143 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::GetVersion(uint32_t& majorVer, uint32_t…
148 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::GetComponentNum_(int32_t& count,
294 int32_t OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::DestroyComponent_(uint32_t componentId,
[all …]
H A Dcodec_component_manager_proxy.h.txt28 class CodecComponentManagerProxy : public IProxyBroker<OHOS::HDI::Codec::V1_0::ICodecComponentManag…
32 …IServiceManagerDeathRecipient(wptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> proxy) : pr…
44 result = OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::Reconnect(proxy);
50 wptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> proxy_;
53 …explicit CodecComponentManagerProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::C…
59 virtual ~CodecComponentManagerProxy() {
94 static int32_t Reconnect(sptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> proxy);
103 …sptr<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy::IServiceManagerDeathRecipient> deathRecip…
106 static inline BrokerDelegator<OHOS::HDI::Codec::V1_0::CodecComponentManagerProxy> delegator_;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_component_manager_proxy.cpp.txt66 …sptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> proxy = new OHOS::HDI::Codec::V2_0::Codec…
93 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::Reconnect(
94 sptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> proxy)
118 … new OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::IServiceManagerDeathRecipient(proxy));
123 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::GetComponentNum(int32_t& count)
125 …return OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::GetComponentNum_(count, GetCurrentRemot…
138 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::DestroyComponent(uint32_t componentId)
143 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::GetVersion(uint32_t& majorVer, uint32_t…
148 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::GetComponentNum_(int32_t& count,
294 int32_t OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::DestroyComponent_(uint32_t componentId,
[all …]
H A Dcodec_component_manager_proxy.h.txt28 class CodecComponentManagerProxy : public IProxyBroker<OHOS::HDI::Codec::V2_0::ICodecComponentManag…
32 …IServiceManagerDeathRecipient(wptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> proxy) : pr…
44 result = OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::Reconnect(proxy);
50 wptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> proxy_;
53 …explicit CodecComponentManagerProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::C…
59 virtual ~CodecComponentManagerProxy() {
94 static int32_t Reconnect(sptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> proxy);
103 …sptr<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy::IServiceManagerDeathRecipient> deathRecip…
106 static inline BrokerDelegator<OHOS::HDI::Codec::V2_0::CodecComponentManagerProxy> delegator_;
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_manager_proxy.c24 struct CodecComponentManagerProxy { struct
29 static struct CodecComponentManagerProxy g_codecComponentManagerProxy = { argument