HomeSort by relevance Sort by last modified time
    Searched refs:secureStops (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.h 108 virtual status_t getSecureStops(List<Vector<uint8_t> >& secureStops) {
109 UNUSED(secureStops);
  /frameworks/av/media/libmedia/
IDrm.cpp 279 virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops) {
288 secureStops.clear();
293 secureStops.push_back(secureStop);
742 List<Vector<uint8_t> > secureStops;
743 status_t result = getSecureStops(secureStops);
744 size_t count = secureStops.size();
746 List<Vector<uint8_t> >::iterator iter = secureStops.begin();
747 while(iter != secureStops.end()) {
  /development/ndk/platforms/android-21/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /frameworks/av/include/media/
IDrm.h 74 virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops) = 0;
Drm.h 80 virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops);
  /frameworks/av/include/ndk/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/media/
NdkMediaDrm.h 316 AMediaDrmSecureStop *secureStops, size_t *numSecureStops);
320 * the message, remove the SecureStops identified in the response.
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 89 status_t getSecureStops(List<Vector<uint8_t> > &secureStops);

Completed in 870 milliseconds

1 2