Searched refs:canBitrateCommand (Results 1 – 2 of 2) sorted by relevance
70 std::optional<std::string> canBitrateCommand = std::nullopt; in preUp() local76 canBitrateCommand = lookupIt->second; in preUp()129 if (write(mFd.get(), canBitrateCommand->c_str(), canBitrateCommand->length()) <= 0) { in preUp()
75 std::optional<std::string_view> canBitrateCommand = std::nullopt; in preUp() local81 canBitrateCommand = lookupIt->second; in preUp()134 if (!WriteStringToFd(*canBitrateCommand, mFd)) { in preUp()