Home
last modified time | relevance | path

Searched refs:HdfMediaKeySystemFactoryHost (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/clearplay/interfaces/src/
H A Dmedia_key_system_factory_driver.cpp28 struct HdfMediaKeySystemFactoryHost { struct
37 CONTAINER_OF(client->device->service, struct HdfMediaKeySystemFactoryHost, ioService); in MediaKeySystemFactoryDriverDispatch() argument
64 auto *hdfMediaKeySystemFactoryHost = new (std::nothrow) HdfMediaKeySystemFactoryHost; in HdfMediaKeySystemFactoryDriverBind()
105 CONTAINER_OF(deviceObject->service, struct HdfMediaKeySystemFactoryHost, ioService); in HdfMediaKeySystemFactoryDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_system_factory_driver.cpp.txt26 struct HdfMediaKeySystemFactoryHost {
34 …temFactoryHost = CONTAINER_OF(client->device->service, struct HdfMediaKeySystemFactoryHost, ioServ…
61 auto *hdfMediaKeySystemFactoryHost = new (std::nothrow) HdfMediaKeySystemFactoryHost;
63 … HDF_LOGE("%{public}s: failed to create create HdfMediaKeySystemFactoryHost object", __func__);
97 …ystemFactoryHost = CONTAINER_OF(deviceObject->service, struct HdfMediaKeySystemFactoryHost, ioServ…