Searched refs:plugin (Results 1 - 25 of 128) sorted by relevance

123456

/frameworks/support/media-compat-test-lib/
H A Dbuild.gradle17 apply plugin: 'java'
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DPluginListener.java24 * Called when the plugin has been loaded and is ready to be used.
26 * It may also be called in the future if the plugin package changes
29 void onPluginConnected(T plugin, Context pluginContext); argument
32 * Called when a plugin has been uninstalled/updated and should be removed
35 default void onPluginDisconnected(T plugin) { argument
/frameworks/base/core/java/android/webkit/
H A DPluginList.java61 * Adds a plugin to the list.
68 public synchronized void addPlugin(Plugin plugin) { argument
69 if (!mPlugins.contains(plugin)) {
70 mPlugins.add(plugin);
75 * Removes a plugin from the list.
82 public synchronized void removePlugin(Plugin plugin) { argument
83 int location = mPlugins.indexOf(plugin);
90 * Clears the plugin list.
102 * Dispatches the click event to the appropriate plugin.
111 Plugin plugin
[all...]
/frameworks/support/testutils/
H A Dbuild.gradle17 apply plugin: android.support.SupportAndroidLibraryPlugin
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationListenerWithPlugins.java59 for (NotificationListenerController plugin : mPlugins) {
60 activeNotifications = plugin.getActiveNotifications(activeNotifications);
68 for (NotificationListenerController plugin : mPlugins) {
69 currentRanking = plugin.getCurrentRanking(currentRanking);
85 for (NotificationListenerController plugin : mPlugins) {
86 if (plugin.onNotificationPosted(sbn, rankingMap)) {
99 for (NotificationListenerController plugin : mPlugins) {
100 if (plugin.onNotificationRemoved(sbn, rankingMap)) {
112 public void onPluginConnected(NotificationListenerController plugin, Context pluginContext) { argument
113 mPlugins.add(plugin);
120 onPluginDisconnected(NotificationListenerController plugin) argument
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmFactory.cpp48 android::DrmPlugin** plugin) {
50 *plugin = NULL;
54 *plugin = new DrmPlugin(SessionLibrary::get());
46 createDrmPlugin( const uint8_t uuid[16], android::DrmPlugin** plugin) argument
H A DCryptoFactory.cpp40 android::CryptoPlugin** plugin) {
42 *plugin = NULL;
52 *plugin = clearKeyPlugin;
55 *plugin = NULL;
37 createPlugin( const uint8_t uuid[16], const void* data, size_t size, android::CryptoPlugin** plugin) argument
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/
H A Dbuild.gradle17 apply plugin: 'groovy'
/frameworks/support/media-compat-test-service/
H A Dbuild.gradle16 apply plugin: android.support.SupportAndroidLibraryPlugin
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRecommendationServiceImpl.java25 import com.android.printservice.recommendation.plugin.google.CloudPrintPlugin;
26 import com.android.printservice.recommendation.plugin.hp.HPRecommendationPlugin;
27 import com.android.printservice.recommendation.plugin.mdnsFilter.MDNSFilterPlugin;
28 import com.android.printservice.recommendation.plugin.mdnsFilter.VendorConfig;
29 import com.android.printservice.recommendation.plugin.mopria.MopriaRecommendationPlugin;
30 import com.android.printservice.recommendation.plugin.samsung.SamsungRecommendationPlugin;
31 import com.android.printservice.recommendation.plugin.xerox.XeroxPrintServiceRecommendationPlugin;
60 Log.e(LOG_TAG, "Could not initiate simple MDNS plugin for " +
73 + getString(R.string.plugin_vendor_google_cloud_print) + " plugin", e);
80 Log.e(LOG_TAG, "Could not initiate " + getString(R.string.plugin_vendor_hp) + " plugin",
[all...]
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp32 ClearKeyCasSession::ClearKeyCasSession(CasPlugin *plugin) argument
33 : mPlugin(plugin) {
54 CasPlugin *plugin, CasSessionId *sessionId) {
59 sp<ClearKeyCasSession> session = new ClearKeyCasSession(plugin);
95 void ClearKeySessionLibrary::destroyPlugin(CasPlugin *plugin) { argument
100 if (session->getPlugin() == plugin) {
53 addSession( CasPlugin *plugin, CasSessionId *sessionId) argument
/frameworks/support/emoji/appcompat/
H A Dbuild.gradle17 apply plugin: android.support.SupportAndroidLibraryPlugin
/frameworks/support/media-compat-test-client/
H A Dbuild.gradle16 apply plugin: android.support.SupportAndroidLibraryPlugin
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp89 void OMXMaster::addPlugin(OMXPluginBase *plugin) { argument
92 mPlugins.push_back(plugin);
98 while ((err = plugin->enumerateComponents(
109 mPluginByComponentName.add(name8, plugin);
113 ALOGE("OMX plugin failed w/ error 0x%08x after registering %zu "
156 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index); local
158 plugin->makeComponentInstance(name, callbacks, appData, component);
164 mPluginByInstance.add(*component, plugin);
179 OMXPluginBase *plugin = mPluginByInstance.valueAt(index); local
182 return plugin
218 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index); local
[all...]
/frameworks/av/drm/mediacas/plugins/mock/
H A DMockSessionLibrary.h30 explicit MockCasSession(CasPlugin *plugin) : mPlugin(plugin) {} argument
47 status_t addSession(CasPlugin *plugin, CasSessionId *sessionId);
53 void destroyPlugin(CasPlugin *plugin);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java18 package com.android.printservice.recommendation.plugin.mopria;
25 import com.android.printservice.recommendation.plugin.hp.MDnsUtils;
26 import com.android.printservice.recommendation.plugin.hp.ServiceRecommendationPlugin;
27 import com.android.printservice.recommendation.plugin.hp.VendorInfo;
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DPluginSettings.java15 package com.android.systemui.plugin.testoverlayplugin;
22 * DO NOT Reference Plugin interfaces here, this runs in the plugin APK's process
/frameworks/data-binding/integration-tests/IndependentLibrary/app/
H A Dbuild.gradle15 apply plugin: 'maven'
16 apply plugin: 'com.android.library'
/frameworks/support/paging/common/
H A Dbuild.gradle20 apply plugin: android.support.SupportJavaLibraryPlugin
21 apply plugin: 'kotlin'
/frameworks/support/room/integration-tests/kotlintestapp/
H A Dbuild.gradle16 apply plugin: 'com.android.application'
17 apply plugin: 'kotlin-kapt'
18 apply plugin: 'kotlin-android'
/frameworks/data-binding/compilationTests/src/test/resources/
H A Dmodule_build.gradle17 apply plugin: 'com.android.library'
/frameworks/data-binding/integration-tests/App With Spaces/app/
H A Dbuild.gradle17 apply plugin: 'com.android.application'
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
H A Dbuild.gradle17 apply plugin: 'com.android.application'
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
H A Dbuild.gradle17 apply plugin: 'com.android.library'
/frameworks/opt/setupwizard/library/
H A Drules.gradle10 apply plugin: 'com.android.library'

Completed in 1194 milliseconds

123456