Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp750 std::vector<uint8_t> stopVec; in getSecureStops() local
751 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() local
769 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()