Lines Matching refs:IInputInterface
314 static void FreeInputHdi(IInputInterface **hdi)
337 static IInputInterface *InstanceInputHdi(void)
340 IInputInterface *hdi = (IInputInterface *)malloc(sizeof(IInputInterface));
345 (void)memset_s(hdi, sizeof(IInputInterface), 0, sizeof(IInputInterface));
367 int32_t GetInputInterface(IInputInterface **inputInterface)
370 IInputInterface *inputHdi = NULL;
410 void ReleaseInputInterface(IInputInterface **inputInterface)