Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp68 status_t DrmPlugin::provideKeyResponse( in provideKeyResponse() function in clearkeydrm::DrmPlugin
76 status_t res = session->provideKeyResponse(response); in provideKeyResponse()
DSession.h45 android::status_t provideKeyResponse(
DSession.cpp45 status_t Session::provideKeyResponse(const Vector<uint8_t>& response) { in provideKeyResponse() function in clearkeydrm::Session
DDrmPlugin.h60 virtual status_t provideKeyResponse(
/frameworks/av/include/media/
DIDrm.h53 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId,
DDrm.h59 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId,
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h68 status_t provideKeyResponse(Vector<uint8_t> const &sessionId,
DMockDrmCryptoPlugin.cpp184 status_t MockDrmPlugin::provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function in android::MockDrmPlugin
/frameworks/native/include/media/drm/
DDrmAPI.h185 virtual status_t provideKeyResponse(Vector<uint8_t> const &scope,
/frameworks/av/drm/libmediadrm/
DDrm.cpp420 status_t Drm::provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function in android::Drm
435 return mPlugin->provideKeyResponse(sessionId, response, keySetId); in provideKeyResponse()
/frameworks/av/media/libmedia/
DIDrm.cpp174 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function
667 uint32_t result = provideKeyResponse(sessionId, response, keySetId); in onTransact()
/frameworks/base/media/java/android/media/
DMediaDrm.java795 public native byte[] provideKeyResponse( in provideKeyResponse() method
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp342 status_t status = mObj->mDrm->provideKeyResponse(*iter, mdResponse, mdKeySetId); in AMediaDrm_provideKeyResponse()
/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp893 status_t err = drm->provideKeyResponse(sessionId, response, keySetId); in android_media_MediaDrm_provideKeyResponse()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14846 …method public byte[] provideKeyResponse(byte[], byte[]) throws android.media.DeniedByServerExcepti…
/frameworks/base/api/
Dcurrent.txt20717 …method public byte[] provideKeyResponse(byte[], byte[]) throws android.media.DeniedByServerExcepti…
Dtest-current.txt20786 …method public byte[] provideKeyResponse(byte[], byte[]) throws android.media.DeniedByServerExcepti…
Dsystem-current.txt22237 …method public byte[] provideKeyResponse(byte[], byte[]) throws android.media.DeniedByServerExcepti…