Searched refs:InputInterfacesImpl (Results 1 – 2 of 2) sorted by relevance
25 #define HDF_LOG_TAG InputInterfacesImpl42 using OHOS::HDI::Input::V1_0::InputInterfacesImpl; in InputInterfacesImplGetInstance()43 InputInterfacesImpl *service = new (std::nothrow) InputInterfacesImpl(); in InputInterfacesImplGetInstance()152 void InputInterfacesImpl::Init() in Init()163 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice()194 int32_t InputInterfacesImpl::OpenInputDevice(uint32_t devIndex) in OpenInputDevice()210 int32_t InputInterfacesImpl::CloseInputDevice(uint32_t devIndex) in CloseInputDevice()226 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice()251 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… in GetInputDeviceList()284 int32_t InputInterfacesImpl::SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus()[all …]
26 class InputInterfacesImpl : public IInputInterfaces {28 InputInterfacesImpl(): inputInterface_(NULL) {} in InputInterfacesImpl() function29 virtual ~InputInterfacesImpl() in ~InputInterfacesImpl()