Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp193 Return<void> DrmPlugin::getSecureStop(const hidl_vec<uint8_t>& secureStopId, in getSecureStop() argument
197 status_t status = mLegacyPlugin->getSecureStop(toVector(secureStopId), in getSecureStop()
211 const hidl_vec<uint8_t>& secureStopId) { in releaseSecureStop() argument
213 mLegacyPlugin->releaseSecureStops(toVector(secureStopId)); in releaseSecureStop()
DDrmPlugin.h83 Return<void> getSecureStop(const hidl_vec<uint8_t>& secureStopId,
88 Return<Status> releaseSecureStop(const hidl_vec<uint8_t>& secureStopId)
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal226 * @param secureStopId the ID of the secure stop to release.
229 * the following errors: BAD_VALUE if the secureStopId is invalid or
233 removeSecureStop(SecureStopId secureStopId) generates (Status status);
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal251 * @param secureStopId the ID of the secure stop to return. The
256 * the following errors: BAD_VALUE if the secureStopId is invalid or
262 getSecureStop(SecureStopId secureStopId)
277 * @param secureStopId the ID of the secure stop to release. The
282 * the following errors: BAD_VALUE if the secureStopId is invalid or
286 releaseSecureStop(vec<uint8_t> secureStopId) generates (Status status);