Home
last modified time | relevance | path

Searched refs:setConfigFlag (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp680 auto setResult = mSession->setConfigFlag(flag, false); in TEST_F()
682 setResult = mSession->setConfigFlag(flag, true); in TEST_F()
711 auto result = mSession->setConfigFlag(flag, false); in TEST_F()
714 auto secondResult = mSession->setConfigFlag(flag, true); in TEST_F()
725 result = mSession->setConfigFlag(flag, true); in TEST_F()
731 result = mSession->setConfigFlag(flag, false); in TEST_F()
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.h46 virtual Return<Result> setConfigFlag(ConfigFlag flag, bool value);
DTunerSession.cpp271 Return<Result> TunerSession::setConfigFlag(ConfigFlag flag, bool value) { in setConfigFlag() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal115 * The success/failure result must be consistent with setConfigFlag.
136 setConfigFlag(ConfigFlag flag, bool value) generates (Result result);
Dtypes.hal43 * Configuration flags to be used with isConfigFlagSet and setConfigFlag methods