Searched refs:testAccessors (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/audio/core/4.0/vts/functional/ |
D | AudioPrimaryHidlHalTest.cpp | 228 void testAccessors(const string& propertyName, const Initial expectedInitial, in testAccessors() function in AccessorPrimaryHidlTest 278 testAccessors("mic mute", Initial{false}, {true}, &IDevice::setMicMute, &IDevice::getMicMute); in TEST_F() 284 testAccessors<OPTIONAL>("master mute", Initial{false}, {true}, &IDevice::setMasterMute, in TEST_F() 292 testAccessors<OPTIONAL>( in TEST_F() 1424 testAccessors<OPTIONAL>("BtScoNrecEnabled", Initial{false, OPTIONAL}, {true}, in TEST_F() 1431 testAccessors<OPTIONAL>("BtScoWideband", Initial{false, OPTIONAL}, {true}, in TEST_F() 1438 testAccessors<OPTIONAL>("BtHfpEnabled", Initial{false, OPTIONAL}, {true}, in TEST_F() 1445 testAccessors<OPTIONAL>("TTY mode", Initial{TtyMode::OFF}, in TEST_F() 1452 testAccessors<OPTIONAL>("HAC", Initial{false}, {true}, &IPrimaryDevice::setHacEnabled, in TEST_F()
|