Searched refs:getipchandle_args (Results 1 – 2 of 2) sorted by relevance
937 struct IPA_Pool_GetIpcHandle_Args getipchandle_args; in MApi_IPA_Pool_GETIPCHANDLE() local947 getipchandle_args.pool_handle_id = getipchandle_param->pool_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()948 res = ioctl(_s32FdIPAPool,IPA_POOL_IOC_GETIPCHANDLE,&getipchandle_args); in MApi_IPA_Pool_GETIPCHANDLE()949 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()955 getipchandle_param->ipc_handle_id = getipchandle_args.ipc_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()956 getipchandle_param->error_code = getipchandle_args.error_code; in MApi_IPA_Pool_GETIPCHANDLE()
1127 struct IPA_Pool_GetIpcHandle_Args getipchandle_args; in MApi_IPA_Pool_GETIPCHANDLE() local1148 getipchandle_args.pool_handle_id = getipchandle_param->pool_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()1151 res = file_ioctl(_fileIPAPool,IPA_POOL_IOC_GETIPCHANDLE,(unsigned long)(&getipchandle_args)); in MApi_IPA_Pool_GETIPCHANDLE()1153 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()1159 getipchandle_param->ipc_handle_id = getipchandle_args.ipc_handle_id; in MApi_IPA_Pool_GETIPCHANDLE()1160 getipchandle_param->error_code = getipchandle_args.error_code; in MApi_IPA_Pool_GETIPCHANDLE()