Searched defs:provideKeyResponse (Results 1 – 10 of 10) sorted by relevance
45 status_t Session::provideKeyResponse(const Vector<uint8_t>& response) { in provideKeyResponse() function in clearkeydrm::Session
118 status_t DrmPlugin::provideKeyResponse( in provideKeyResponse() function in clearkeydrm::DrmPlugin
50 Status Session::provideKeyResponse(const std::vector<uint8_t>& response) { in provideKeyResponse() function in android::hardware::drm::V1_1::clearkey::Session
230 Return<void> DrmPlugin::provideKeyResponse( in provideKeyResponse() function in android::hardware::drm::V1_1::clearkey::DrmPlugin
185 status_t MockDrmPlugin::provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function in android::MockDrmPlugin
868 public native byte[] provideKeyResponse( in provideKeyResponse() method
4901 public byte[] provideKeyResponse(@Nullable byte[] keySetId, @NonNull byte[] response) in provideKeyResponse() method in MediaPlayer
184 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function
759 status_t DrmHal::provideKeyResponse(Vector<uint8_t> const &sessionId, in provideKeyResponse() function in android::DrmHal
2330 synchronized byte[] provideKeyResponse(byte[] keySetId, byte[] response) in provideKeyResponse() method in MediaPlayer2Impl.MediaPlayerSourceQueue