Searched refs:dispatchFunc (Results 1 – 3 of 3) sorted by relevance
254 struct HdmiDispatchFunc dispatchFunc[] = { in HdmiIoDispatch() local283 len = sizeof(dispatchFunc) / sizeof(dispatchFunc[0]); in HdmiIoDispatch()285 if (dispatchFunc[i].cmd == cmd) { in HdmiIoDispatch()286 return dispatchFunc[i].func(cntlr, data, reply); in HdmiIoDispatch()
265 void TcpSocketClientManager::SetDispatchFuncCallBack(DispatchFunc dispatchFunc) in SetDispatchFuncCallBack() argument267 dispatchFunc_ = dispatchFunc; in SetDispatchFuncCallBack()
43 void SetDispatchFuncCallBack(DispatchFunc dispatchFunc);