Searched defs:CasPlugin (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/media/cas/
H A DCasAPI.h23 // Loadable CasPlugin shared libraries should define the entry points
33 struct CasPlugin;
63 // Construct a new instance of a CasPlugin given a CA_system_id
68 CasPlugin **plugin) = 0;
75 struct CasPlugin { struct in namespace:android
76 CasPlugin() {} function in struct:android::CasPlugin
77 virtual ~CasPlugin() {}
80 // access table to a CasPlugin.
92 // table to a CasPlugin.
106 // Deliver an event to the CasPlugin
[all...]

Completed in 35 milliseconds