Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_driver.cpp30 struct HdfMapperHost { struct
42 auto* hdfMapperHost = CONTAINER_OF(client->device->service, struct HdfMapperHost, ioService); in MapperDriverDispatch() argument
69 auto* hdfMapperHost = new (std::nothrow) HdfMapperHost; in HdfMapperDriverBind()
107 auto* hdfMapperHost = CONTAINER_OF(deviceObject->service, struct HdfMapperHost, ioService); in HdfMapperDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_buffer_v1_0/cpp_target/display/buffer/v1_0/
H A Dmapper_driver.cpp.txt26 struct HdfMapperHost {
34 auto *hdfMapperHost = CONTAINER_OF(client->device->service, struct HdfMapperHost, ioService);
61 auto *hdfMapperHost = new (std::nothrow) HdfMapperHost;
63 HDF_LOGE("%{public}s: failed to create create HdfMapperHost object", __func__);
97 auto *hdfMapperHost = CONTAINER_OF(deviceObject->service, struct HdfMapperHost, ioService);