Home
last modified time | relevance | path

Searched refs:IInputInterface (Results 1 - 19 of 19) sorted by relevance

/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h130 } IInputInterface; typedef
141 int32_t GetInputInterface(IInputInterface **interface);
152 void ReleaseInputInterface(IInputInterface **inputInterface);
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp261 static void FreeInputHdi(IInputInterface **hdi) in FreeInputHdi()
282 static IInputInterface *InstanceInputHdi(void) in InstanceInputHdi()
285 IInputInterface *hdi = (IInputInterface *)OsalMemAlloc(sizeof(IInputInterface)); in InstanceInputHdi()
290 (void)memset_s(hdi, sizeof(IInputInterface), 0, sizeof(IInputInterface)); in InstanceInputHdi()
310 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()
312 IInputInterface *inputHdi = nullptr; in GetInputInterface()
327 void ReleaseInputInterface(IInputInterface **inputInterfac
[all...]
/drivers/peripheral/input/hal/src/
H A Dinput_manager.c314 static void FreeInputHdi(IInputInterface **hdi) in FreeInputHdi()
337 static IInputInterface *InstanceInputHdi(void) in InstanceInputHdi()
340 IInputInterface *hdi = (IInputInterface *)malloc(sizeof(IInputInterface)); in InstanceInputHdi()
345 (void)memset_s(hdi, sizeof(IInputInterface), 0, sizeof(IInputInterface)); in InstanceInputHdi()
367 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface()
370 IInputInterface *inputHdi = NULL; in GetInputInterface()
410 void ReleaseInputInterface(IInputInterface **inputInterfac
[all...]
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H A Dcloseinputdevice_fuzzer.cpp30 IInputInterface *g_inputInterface; in CloseInputDeviceFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H A Dinputgetchipinfo_fuzzer.cpp32 IInputInterface *g_inputInterface; in InputGetchipInfoFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H A Dinputgetdevicetype_fuzzer.cpp30 IInputInterface *g_inputInterface; in InputGetDeviceTypeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp31 IInputInterface *g_inputInterface; in InputGetChipnameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp32 IInputInterface *g_inputInterface; in InputGetVendorNameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H A Dinputgetpowerstatus_fuzzer.cpp31 IInputInterface *g_inputInterface; in InputGetpowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/
H A Dopeninputdevice_fuzzer.cpp30 IInputInterface *g_inputInterface; in OpenInputDeviceFuzzTest()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h54 IInputInterface *inputInterface_;
/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
H A Dinputregisterreportcallback_fuzzer.cpp30 IInputInterface *g_inputInterface; in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H A Dinputsetgesturemode_fuzzer.cpp34 IInputInterface *g_inputInterface; in InputSetGestureModeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H A Dinputsetpowerstatus_fuzzer.cpp34 IInputInterface *g_inputInterface; in InputSetPowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
H A Dinputunregisterreportcallback_fuzzer.cpp31 IInputInterface *g_inputInterface; in InputUnregisterReportCallbackFuzzTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp36 IInputInterface *g_inputInterface; in RunCapacitanceTestFuzzTest()
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H A Drunextracommand_fuzzer.cpp32 IInputInterface *g_inputInterface = nullptr; in RunExtraCommandFuzzTest()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp31 IInputInterface *g_inputInterface;
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp31 static IInputInterface *g_inputInterface;

Completed in 7 milliseconds