Searched refs:DeviceInfoNode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 202 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 D | input_manager.c | 46 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 D | input_reporter.c | 41 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 D | devmgr_client.c | 46 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 D | devmgr_hdi.h | 62 struct DeviceInfoNode { struct
|
/ohos5.0/drivers/peripheral/input/hal/include/ |
H A D | input_common.h | 57 } DeviceInfoNode; typedef
|