Home
last modified time | relevance | path

Searched refs:inputInterface (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/input/test/fuzztest/input_fuzzer/
H A Dinput_fuzzer.cpp61 sptr<InputInterfacesStub> inputInterface = new InputInterfacesStub(g_inputInterface); in DoSomethingInterestingWithMyAPI() local
62 if (inputInterface == nullptr) { in DoSomethingInterestingWithMyAPI()
66 inputInterface->OnRemoteRequest(code, data, reply, option); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp310 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface() argument
313 if (inputInterface == nullptr) { in GetInputInterface()
322 *inputInterface = inputHdi; in GetInputInterface()
327 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface() argument
329 if (inputInterface == nullptr || *inputInterface == nullptr) { in ReleaseInputInterface()
332 FreeInputHdi(inputInterface); in ReleaseInputInterface()
/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h146 * @param inputInterface Indicates the pointer to the interfaces for performing operations on input devices.
152 void ReleaseInputInterface(IInputInterface **inputInterface);
/drivers/peripheral/input/hal/src/
H A Dinput_manager.c367 int32_t GetInputInterface(IInputInterface **inputInterface) in GetInputInterface() argument
372 if (inputInterface == NULL) { in GetInputInterface()
390 *inputInterface = inputHdi; in GetInputInterface()
410 void ReleaseInputInterface(IInputInterface **inputInterface) in ReleaseInputInterface() argument
416 if (inputInterface == NULL) { in ReleaseInputInterface()
419 FreeInputHdi(inputInterface); in ReleaseInputInterface()

Completed in 3 milliseconds