Home
last modified time | relevance | path

Searched refs:ioservice (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_host.cpp23 struct IDeviceIoService ioservice;
31 client->device->service, HdfAllocatorService, ioservice); in AllocatorServiceDispatch()
50 allocatorService->ioservice.Dispatch = AllocatorServiceDispatch; in HdfAllocatorDriverBind()
51 allocatorService->ioservice.Open = NULL; in HdfAllocatorDriverBind()
52 allocatorService->ioservice.Release = NULL; in HdfAllocatorDriverBind()
55 deviceObject->service = &allocatorService->ioservice; in HdfAllocatorDriverBind()
62 …torService *allocatorService = CONTAINER_OF(deviceObject->service, HdfAllocatorService, ioservice); in HdfAllocatorDriverRelease()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_driver.c27 struct IDeviceIoService ioservice; member
43 CONTAINER_OF(client->device->service, struct HdfCodecComponentTypeHost, ioservice); in CodecComponentTypeDriverDispatch()
93 omxcomponenttypeHost->ioservice.Dispatch = CodecComponentTypeDriverDispatch; in HdfCodecComponentTypeDriverBind()
94 omxcomponenttypeHost->ioservice.Open = NULL; in HdfCodecComponentTypeDriverBind()
95 omxcomponenttypeHost->ioservice.Release = NULL; in HdfCodecComponentTypeDriverBind()
102 deviceObject->service = &omxcomponenttypeHost->ioservice; in HdfCodecComponentTypeDriverBind()
114 CONTAINER_OF(deviceObject->service, struct HdfCodecComponentTypeHost, ioservice); in HdfCodecComponentTypeDriverRelease()
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_interface_driver.cpp34 struct IDeviceIoService ioservice; member
42 CONTAINER_OF(client->device->service, struct HdfNfcInterfaceHost, ioservice); in NfcInterfaceDriverDispatch()
76 hdfNfcInterfaceHost->ioservice.Dispatch = NfcInterfaceDriverDispatch; in HdfNfcInterfaceDriverBind()
77 hdfNfcInterfaceHost->ioservice.Open = nullptr; in HdfNfcInterfaceDriverBind()
78 hdfNfcInterfaceHost->ioservice.Release = nullptr; in HdfNfcInterfaceDriverBind()
95 deviceObject->service = &hdfNfcInterfaceHost->ioservice; in HdfNfcInterfaceDriverBind()
109 CONTAINER_OF(deviceObject->service, struct HdfNfcInterfaceHost, ioservice); in HdfNfcInterfaceDriverRelease()
/ohos5.0/drivers/peripheral/secure_element/hdi_service/
H A Dse_interface_driver.cpp37 struct IDeviceIoService ioservice; member
45 CONTAINER_OF(client->device->service, struct HdfSeInterfaceHost, ioservice); in SeInterfaceDriverDispatch()
84 hdfSeInterfaceHost->ioservice.Dispatch = SeInterfaceDriverDispatch; in HdfSeInterfaceDriverBind()
85 hdfSeInterfaceHost->ioservice.Open = nullptr; in HdfSeInterfaceDriverBind()
86 hdfSeInterfaceHost->ioservice.Release = nullptr; in HdfSeInterfaceDriverBind()
103 deviceObject->service = &hdfSeInterfaceHost->ioservice; in HdfSeInterfaceDriverBind()
115 CONTAINER_OF(deviceObject->service, struct HdfSeInterfaceHost, ioservice); in HdfSeInterfaceDriverRelease()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample1_driver/
H A Dsample1_driver.c26 struct IDeviceIoService ioservice; member
97 deviceObject->service = &sample1Driver.ioservice; in HdfSample1DriverBind()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/test/unittest/manager/
H A DBUILD.gn53 module_output_path = "hdf_core/ioservice"
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp34 struct IDeviceIoService ioservice; member
75 … HDF_CPS_SRV *displayDeviceSrv = CONTAINER_OF(client->device->service, HDF_CPS_SRV, ioservice); in DisplayDeviceServiceDispatch()
110 .ioservice = { in DisplayDeviceDriverBind()
118 deviceObject->service = &displayDeviceSrv.ioservice; in DisplayDeviceDriverBind()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md962 …meraService *hdfCameraService = CONTAINER_OF(client->device->service, HdfCameraService, ioservice);
997 …CameraService *hdfCameraService = CONTAINER_OF(deviceObject->service, HdfCameraService, ioservice);
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md975 …meraService *hdfCameraService = CONTAINER_OF(client->device->service, HdfCameraService, ioservice);
1010 …CameraService *hdfCameraService = CONTAINER_OF(deviceObject->service, HdfCameraService, ioservice);