Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp550 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_SetConfigurationString() local
552 system_ptr = drmKeySystem; in Test_MediaKeySystem_SetConfigurationString()
562 Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationString(system_ptr, name_ptr, value_ptr); in Test_MediaKeySystem_SetConfigurationString()
616 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_GetConfigurationString() local
618 system_ptr = drmKeySystem; in Test_MediaKeySystem_GetConfigurationString()
629 …Drm_ErrCode ret3 = OH_MediaKeySystem_GetConfigurationString(system_ptr, name_ptr, outValue, outVal… in Test_MediaKeySystem_GetConfigurationString()
680 MediaKeySystem *system_ptr =nullptr; in Test_MediaKeySystem_SetConfigurationByteArray() local
682 system_ptr = drmKeySystem; in Test_MediaKeySystem_SetConfigurationByteArray()
686 …Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationByteArray(system_ptr, name_ptr, data_ptr, val… in Test_MediaKeySystem_SetConfigurationByteArray()
741 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_GetConfigurationByteArray() local
[all …]