Searched refs:aThresh (Results 1 – 2 of 2) sorted by relevance
37 void PvmfPortBaseImplQueue::Construct(uint32 aCap, uint32 aReserve, uint32 aThresh) in Construct() argument46 if (aThresh > 100) in Construct()47 aThresh = 100; in Construct()48 iThresholdPercent = aThresh; in Construct()70 PVMFStatus PvmfPortBaseImplQueue::SetThreshold(uint32 aThresh) in SetThreshold() argument72 if (aThresh > 100) in SetThreshold()75 iThresholdPercent = aThresh; in SetThreshold()
66 void Construct(uint32 aCap, uint32 aReserve, uint32 aThresh);