Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp26 #define HDF_LOG_TAG InputInterfacesImpl
43 using OHOS::HDI::Input::V1_0::InputInterfacesImpl; in InputInterfacesImplGetInstance()
44 InputInterfacesImpl *service = new (std::nothrow) InputInterfacesImpl(); in InputInterfacesImplGetInstance()
153 void InputInterfacesImpl::Init() in Init()
164 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice()
195 int32_t InputInterfacesImpl::OpenInputDevice(uint32_t devIndex) in OpenInputDevice()
211 int32_t InputInterfacesImpl::CloseInputDevice(uint32_t devIndex) in CloseInputDevice()
290 int32_t InputInterfacesImpl::SetPowerStatus(uint32_t devIndex, uint32_t status) in SetPowerStatus()
306 int32_t InputInterfacesImpl::GetPowerStatus(uint32_t devIndex, uint32_t &status) in GetPowerStatus()
479 int32_t InputInterfacesImpl::UnregisterReportCallback(uint32_t devIndex) in UnregisterReportCallback()
[all …]
H A Dinput_interfaces_impl.h26 class InputInterfacesImpl : public IInputInterfaces {
28 InputInterfacesImpl(): inputInterface_(NULL) {} in InputInterfacesImpl() function
29 virtual ~InputInterfacesImpl() in ~InputInterfacesImpl()