Home
last modified time | relevance | path

Searched refs:DeviceInfoNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c202 DeviceInfoNode *pos = NULL; in SetPowerStatus()
203 DeviceInfoNode *next = NULL; in SetPowerStatus()
233 DeviceInfoNode *pos = NULL; in GetPowerStatus()
234 DeviceInfoNode *next = NULL; in GetPowerStatus()
269 DeviceInfoNode *pos = NULL; in GetDeviceType()
306 DeviceInfoNode *pos = NULL; in GetDevStringInfo()
377 DeviceInfoNode *pos = NULL; in SetGestureMode()
408 DeviceInfoNode *pos = NULL; in RunCapacitanceTest()
519 DeviceInfoNode node; in UpdateAbilityInfo()
565 DeviceInfoNode node; in UpdateAttrInfo()
[all …]
H A Dinput_manager.c46 DeviceInfoNode *pos = NULL; in GetInputDevice()
47 DeviceInfoNode *next = NULL; in GetInputDevice()
87 DeviceInfoNode *pos = NULL; in GetInputDeviceList()
88 DeviceInfoNode *next = NULL; in GetInputDeviceList()
120 DeviceInfoNode *pos = NULL; in CloseInputDevice()
121 DeviceInfoNode *next = NULL; in CloseInputDevice()
150 device = (DeviceInfoNode *)malloc(sizeof(DeviceInfoNode)); in AddService()
155 (void)memset_s(device, sizeof(DeviceInfoNode), 0, sizeof(DeviceInfoNode)); in AddService()
168 DeviceInfoNode *pos = NULL; in CheckIndex()
169 DeviceInfoNode *next = NULL; in CheckIndex()
[all …]
H A Dinput_reporter.c41 DeviceInfoNode *pos = NULL; in EventListenerCallback()
42 DeviceInfoNode *next = NULL; in EventListenerCallback()
72 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in EventListenerCallback()
99 DeviceInfoNode *pos = NULL; in RegisterReportCallback()
100 DeviceInfoNode *next = NULL; in RegisterReportCallback()
110 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RegisterReportCallback()
141 DeviceInfoNode *pos = NULL; in UnregisterReportCallback()
142 DeviceInfoNode *next = NULL; in UnregisterReportCallback()
152 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in UnregisterReportCallback()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Ddevmgr_client.c46 struct DeviceInfoNode *node = NULL; in HdfObtainDeviceInfo()
58 node = (struct DeviceInfoNode *)base; in HdfObtainDeviceInfo()
142 struct DeviceInfoNode *devNode = NULL; in DevmgrFreeQueryDeviceListImpl()
143 struct DeviceInfoNode *tmp = NULL; in DevmgrFreeQueryDeviceListImpl()
144 DLIST_FOR_EACH_ENTRY_SAFE(devNode, tmp, &list->list, struct DeviceInfoNode, node) { in DevmgrFreeQueryDeviceListImpl()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Ddevmgr_hdi.h62 struct DeviceInfoNode { struct
/ohos5.0/drivers/peripheral/input/hal/include/
H A Dinput_common.h57 } DeviceInfoNode; typedef