OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curvePoints
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/engine/config/include/
EngineConfig.h
53
using
CurvePoints
= std::vector<CurvePoint>;
57
CurvePoints
curvePoints
;
/frameworks/av/services/audiopolicy/engine/config/src/
EngineConfig.cpp
439
CurvePoints
curvePoints
;
456
curvePoints
.push_back({point[0], point[1]});
459
volumes.push_back({ deviceCategory,
curvePoints
});
546
CurvePoints
curvePoints
;
564
curvePoints
.push_back({point[0], point[1]});
567
legacyVolumes[streamTypeLiteral].push_back({ deviceCategoryLiteral,
curvePoints
});
Completed in 118 milliseconds