Home
last modified time | relevance | path

Searched refs:OPTIONAL (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DAudioPrimaryHidlHalTest.cpp149 testAccessors<OPTIONAL>(&OutputStreamTest::getStream, "dual mono mode", in TEST_P()
162 testAccessors<OPTIONAL>( in TEST_P()
176 testAccessors<OPTIONAL>( in TEST_P()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal719 * purpose [1] EXPLICIT SET OF INTEGER OPTIONAL,
720 * algorithm [2] EXPLICIT INTEGER OPTIONAL,
721 * keySize [3] EXPLICIT INTEGER OPTIONAL,
722 * blockMode [4] EXPLICIT SET OF INTEGER OPTIONAL,
723 * digest [5] EXPLICIT SET OF INTEGER OPTIONAL,
724 * padding [6] EXPLICIT SET OF INTEGER OPTIONAL,
725 * callerNonce [7] EXPLICIT NULL OPTIONAL,
726 * minMacLength [8] EXPLICIT INTEGER OPTIONAL,
727 * ecCurve [10] EXPLICIT INTEGER OPTIONAL,
728 * rsaPublicExponent [200] EXPLICIT INTEGER OPTIONAL,
[all …]
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h429 enum Optionality { REQUIRED, OPTIONAL }; enumerator
444 optionality == OPTIONAL ? Result::NOT_SUPPORTED : Result::OK};
499 testAccessors<OPTIONAL>("mic mute", Initial{false}, {true}, &IDevice::setMicMute, in TEST_P()
506 testAccessors<OPTIONAL>("master mute", Initial{false}, {true}, &IDevice::setMasterMute, in TEST_P()
520 testAccessors<OPTIONAL>( in TEST_P()
1532 testAccessors<OPTIONAL>("BtScoNrecEnabled", Initial{false, OPTIONAL}, {true}, in TEST_P()
1539 testAccessors<OPTIONAL>("BtScoWideband", Initial{false, OPTIONAL}, {true}, in TEST_P()
1548 testAccessors<OPTIONAL>( in TEST_P()
1559 testAccessors<OPTIONAL>("HAC", Initial{false}, {true}, &IPrimaryDevice::setHacEnabled, in TEST_P()
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp307 testAccessors<OPTIONAL>("BtHfpEnabled", Initial{false, OPTIONAL}, {true}, in TEST_P()