Searched refs:secureStopId (Results 1 – 4 of 4) sorted by relevance
193 Return<void> DrmPlugin::getSecureStop(const hidl_vec<uint8_t>& secureStopId, in getSecureStop() argument197 status_t status = mLegacyPlugin->getSecureStop(toVector(secureStopId), in getSecureStop()211 const hidl_vec<uint8_t>& secureStopId) { in releaseSecureStop() argument213 mLegacyPlugin->releaseSecureStops(toVector(secureStopId)); in releaseSecureStop()
83 Return<void> getSecureStop(const hidl_vec<uint8_t>& secureStopId,88 Return<Status> releaseSecureStop(const hidl_vec<uint8_t>& secureStopId)
226 * @param secureStopId the ID of the secure stop to release.229 * the following errors: BAD_VALUE if the secureStopId is invalid or233 removeSecureStop(SecureStopId secureStopId) generates (Status status);
251 * @param secureStopId the ID of the secure stop to return. The256 * the following errors: BAD_VALUE if the secureStopId is invalid or262 getSecureStop(SecureStopId secureStopId)277 * @param secureStopId the ID of the secure stop to release. The282 * the following errors: BAD_VALUE if the secureStopId is invalid or286 releaseSecureStop(vec<uint8_t> secureStopId) generates (Status status);