Searched refs:DevHostServiceFull (Results 1 – 6 of 6) sorted by relevance
24 struct DevHostServiceFull { struct36 void DevHostServiceFullConstruct(struct DevHostServiceFull *inst); argument37 void DevHostServiceFullDestruct(struct DevHostServiceFull *inst);
28 struct DevHostServiceFull super;
29 struct DevHostServiceFull *hostService = in DevHostServiceFullDispatchMessage()30 HDF_SLIST_CONTAINER_OF(struct HdfMessageTask, task, struct DevHostServiceFull, task); in DevHostServiceFullDispatchMessage()65 struct DevHostServiceFull *inst = (struct DevHostServiceFull *)devHostService; in DevHostServiceFullOpsDevice()202 void DevHostServiceFullConstruct(struct DevHostServiceFull *inst) in DevHostServiceFullConstruct()215 void DevHostServiceFullDestruct(struct DevHostServiceFull *inst) in DevHostServiceFullDestruct()
221 struct DevHostServiceFull *fullService = (struct DevHostServiceFull *)instance; in DevSvcManagerProxyOnRemoteDied()
191 struct DevHostServiceFull *fullService = (struct DevHostServiceFull *)instance; in main()
194 … struct DevHostServiceFull *fullService = reinterpret_cast<struct DevHostServiceFull *>(instance); in SampleServiceEndHost()