Home
last modified time | relevance | path

Searched refs:QueryInputDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h122 int32_t QueryInputDeviceInfo(int fd, std::unique_ptr<Device> &device);
H A Dinput_hub.cpp562 if (QueryInputDeviceInfo(fd, device) < 0) { in OpenInputDeviceLocked()
608 int32_t InputHub::QueryInputDeviceInfo(int fd, std::unique_ptr<Device> &device) in QueryInputDeviceInfo() function in OHOS::DistributedHardware::DistributedInput::InputHub