Lines Matching refs:InputInterfacesImpl

26 #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()
227 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice()
254 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… in GetInputDeviceList()
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()
322 int32_t InputInterfacesImpl::GetDeviceType(uint32_t devIndex, uint32_t &deviceType) in GetDeviceType()
338 int32_t InputInterfacesImpl::GetChipInfo(uint32_t devIndex, std::string &chipInfo) in GetChipInfo()
357 int32_t InputInterfacesImpl::GetVendorName(uint32_t devIndex, std::string &vendorName) in GetVendorName()
376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName()
395 int32_t InputInterfacesImpl::SetGestureMode(uint32_t devIndex, uint32_t gestureMode) in SetGestureMode()
411 int32_t InputInterfacesImpl::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &… in RunCapacitanceTest()
428 int32_t InputInterfacesImpl::RunExtraCommand(uint32_t devIndex, const ExtraCmd &cmd) in RunExtraCommand()
448 int32_t InputInterfacesImpl::RegisterReportCallback(uint32_t devIndex, const sptr<IInputCallback> &… in RegisterReportCallback()
479 int32_t InputInterfacesImpl::UnregisterReportCallback(uint32_t devIndex) in UnregisterReportCallback()
495 int32_t InputInterfacesImpl::RegisterHotPlugCallback(const sptr<IInputCallback> &hotPlugCallback) in RegisterHotPlugCallback()
525 int32_t InputInterfacesImpl::UnregisterHotPlugCallback() in UnregisterHotPlugCallback()