Home
last modified time | relevance | path

Searched refs:GetDuration (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1876 GPD_GETDURATION_PARAM GetDuration; in MApi_GPD_GetDuration() local
1877 memset(&GetDuration , 0 ,sizeof(GPD_GETDURATION_PARAM)); in MApi_GPD_GetDuration()
1879 …if(UtopiaIoctl(pInstantGPD,MApi_CMD_GPD_GetDuration, (void*)(&GetDuration)) != UTOPIA_STATUS_SUCCE… in MApi_GPD_GetDuration()
1884 return GetDuration.retVal; in MApi_GPD_GetDuration()