Lines Matching refs:hardware
30 using ::android::hardware::hidl_string;
31 using ::android::hardware::hidl_vec;
32 using ::android::hardware::drm::V1_0::IDrmFactory;
33 using ::android::hardware::drm::V1_0::IDrmPlugin;
34 using ::android::hardware::drm::V1_0::SecureStop;
35 using ::android::hardware::drm::V1_0::Status;
36 using ::android::hardware::drm::V1_1::SecurityLevel;
43 static sp<::android::hardware::drm::V1_1::IDrmPlugin> drmPluginV1_1;
81 ::android::hardware::drm::V1_1::IDrmFactory::descriptor, in makeDrmFactories()
85 ::android::hardware::drm::V1_1::IDrmFactory::getService(instance); in makeDrmFactories()
118 ::android::hardware::drm::V1_1::IDrmPlugin::castFrom(drmPlugin); in createPlugin()