Searched refs:InputInterfacesImpl (Results 1 – 2 of 2) sorted by relevance
26 #define HDF_LOG_TAG InputInterfacesImpl43 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 …]
26 class InputInterfacesImpl : public IInputInterfaces {28 InputInterfacesImpl(): inputInterface_(NULL) {} in InputInterfacesImpl() function29 virtual ~InputInterfacesImpl() in ~InputInterfacesImpl()