Searched refs:secureStopId (Results 1 – 10 of 10) sorted by relevance
325 SecureStop getSecureStop(in SecureStopId secureStopId); in getSecureStop() argument489 void releaseSecureStop(in SecureStopId secureStopId); in releaseSecureStop() argument565 void removeSecureStop(in SecureStopId secureStopId); in removeSecureStop() argument
21 byte[] secureStopId;
50 android.hardware.drm.SecureStop getSecureStop(in android.hardware.drm.SecureStopId secureStopId); in getSecureStop() argument59 void releaseSecureStop(in android.hardware.drm.SecureStopId secureStopId); in releaseSecureStop() argument64 void removeSecureStop(in android.hardware.drm.SecureStopId secureStopId); in removeSecureStop() argument
37 byte[] secureStopId;
192 Return<void> DrmPlugin::getSecureStop(const hidl_vec<uint8_t>& secureStopId, in getSecureStop() argument196 status_t status = mLegacyPlugin->getSecureStop(toVector(secureStopId), in getSecureStop()210 const hidl_vec<uint8_t>& secureStopId) { in releaseSecureStop() argument212 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);