Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/src/
Dpvmf_port_base_impl.cpp37 void PvmfPortBaseImplQueue::Construct(uint32 aCap, uint32 aReserve, uint32 aThresh) in Construct() argument
46 if (aThresh > 100) in Construct()
47 aThresh = 100; in Construct()
48 iThresholdPercent = aThresh; in Construct()
70 PVMFStatus PvmfPortBaseImplQueue::SetThreshold(uint32 aThresh) in SetThreshold() argument
72 if (aThresh > 100) in SetThreshold()
75 iThresholdPercent = aThresh; in SetThreshold()
/external/opencore/pvmi/pvmf/include/
Dpvmf_port_base_impl.h66 void Construct(uint32 aCap, uint32 aReserve, uint32 aThresh);