Searched refs:stopVec (Results 1 – 1 of 1) sorted by relevance
750 std::vector<uint8_t> stopVec; in getSecureStops() local751 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStops()752 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStops()755 stop.opaqueData = toHidlVec(stopVec); in getSecureStops()768 std::vector<uint8_t> stopVec; in getSecureStop() local769 stopVec.insert(stopVec.end(), clearkeyStop.id.begin(), clearkeyStop.id.end()); in getSecureStop()770 stopVec.insert(stopVec.end(), clearkeyStop.data.begin(), clearkeyStop.data.end()); in getSecureStop()772 stop.opaqueData = toHidlVec(stopVec); in getSecureStop()