Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h148 struct VendorDebug { struct
165 VendorDebug mVendorDebug; argument
/hardware/interfaces/audio/aidl/default/
DModule.cpp1385 const std::string Module::VendorDebug::kForceTransientBurstName = "aosp.forceTransientBurst";
1386 const std::string Module::VendorDebug::kForceSynchronousDrainName = "aosp.forceSynchronousDrain";
1393 if (id == VendorDebug::kForceTransientBurstName) { in getVendorParameters()
1397 } else if (id == VendorDebug::kForceSynchronousDrainName) { in getVendorParameters()
1433 if (p.id == VendorDebug::kForceTransientBurstName) { in setVendorParameters()
1437 } else if (p.id == VendorDebug::kForceSynchronousDrainName) { in setVendorParameters()