Home
last modified time | relevance | path

Searched refs:AMediaDrm_isCryptoSchemeSupported (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/ndk/include/media/
DNdkMediaDrm.h213 bool AMediaDrm_isCryptoSchemeSupported(const uint8_t *uuid,
/frameworks/libs/native_bridge_support/android_api/libmediandk/
Dstubs_arm64.cc116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaDrm_isCryptoSchemeSupported);
426 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaDrm_isCryptoSchemeSupported); in init_stub_library()
Dstubs_riscv64.cc116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaDrm_isCryptoSchemeSupported);
426 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaDrm_isCryptoSchemeSupported); in init_stub_library()
Dstubs_arm.cc116 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaDrm_isCryptoSchemeSupported);
426 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaDrm_isCryptoSchemeSupported); in init_stub_library()
/frameworks/av/media/ndk/fuzzer/
Dndk_drm_fuzzer.cpp202 AMediaDrm_isCryptoSchemeSupported(kClearKeyUUID, mimeType.c_str()); in invokeDrmDecryptEncryptAPI()
/frameworks/av/media/ndk/
Dlibmediandk.map.txt242 AMediaDrm_isCryptoSchemeSupported;
DNdkMediaDrm.cpp286 bool AMediaDrm_isCryptoSchemeSupported(const AMediaUUID uuid, const char *mimeType) { in AMediaDrm_isCryptoSchemeSupported() function