Searched refs:stopVec (Results 1 – 1 of 1) sorted by relevance
835 std::vector<uint8_t> stopVec; in getSecureStops() local836 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStops()837 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStops()840 stop.opaqueData = toHidlVec(stopVec); in getSecureStops()851 std::vector<uint8_t> stopVec; in getSecureStop() local857 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStop()858 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStop()863 if (!stopVec.empty()) { in getSecureStop()864 stop.opaqueData = toHidlVec(stopVec); in getSecureStop()