Home
last modified time | relevance | path

Searched defs:Initial (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/core/4.0/vts/functional/
DAudioPrimaryHidlHalTest.cpp219 struct Initial { // Initial property value struct in AccessorPrimaryHidlTest
220 Initial(Property value, Optionality check = REQUIRED) : value(value), check(check) {} in Initial() function
221 Property value;
222 Optionality check; // If this initial value should be checked