Home
last modified time | relevance | path

Searched refs:parseArgBool (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h200 bool parseArgBool(const std::string& s, bool* out);
/hardware/interfaces/broadcastradio/aidl/default/
DBroadcastRadio.cpp899 if (!utils::parseArgBool(skipSubChannelIn, &skipSubChannel)) { in cmdSeek()
993 if (!utils::parseArgBool(includeCategoriesStr, &includeCategories)) { in cmdStartProgramListUpdates()
1002 if (!utils::parseArgBool(excludeModificationsStr, &excludeModifications)) { in cmdStartProgramListUpdates()
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp634 bool parseArgBool(const std::string& s, bool* out) { in parseArgBool() function