Searched refs:component (Results 1 - 25 of 113) sorted by relevance

12345

/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
H A DDpm.java57 "dpm set-active-admin: Sets the given component as active admin" +
60 "dpm set-device-owner: Sets the given component as active admin, and its\n" +
63 "dpm set-profile-owner: Sets the given component as active admin and profile" +
105 System.out.println("Success: Active admin set to component " + mComponent.toShortString());
109 ComponentName component = parseComponentName(nextArgRequired());
110 mDevicePolicyManager.setActiveAdmin(component, true /*refreshing*/, UserHandle.USER_OWNER);
112 String packageName = component.getPackageName();
120 mDevicePolicyManager.removeActiveAdmin(component, UserHandle.USER_OWNER);
124 System.out.println("Active admin set to component " + component
147 parseComponentName(String component) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp31 OMX_COMPONENTTYPE **component)
63 *component = mComponent;
112 OMX_HANDLETYPE component,
118 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
125 OMX_HANDLETYPE component,
130 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
137 OMX_HANDLETYPE component,
142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
149 OMX_HANDLETYPE component,
154 ((OMX_COMPONENTTYPE *)component)
27 SoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
111 SendCommandWrapper( OMX_HANDLETYPE component, OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data) argument
124 GetParameterWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
136 SetParameterWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
148 GetConfigWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
160 SetConfigWrapper( OMX_HANDLETYPE component, OMX_INDEXTYPE index, OMX_PTR params) argument
172 GetExtensionIndexWrapper( OMX_HANDLETYPE component, OMX_STRING name, OMX_INDEXTYPE *index) argument
184 UseBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE **buffer, OMX_U32 portIndex, OMX_PTR appPrivate, OMX_U32 size, OMX_U8 *ptr) argument
199 AllocateBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE **buffer, OMX_U32 portIndex, OMX_PTR appPrivate, OMX_U32 size) argument
213 FreeBufferWrapper( OMX_HANDLETYPE component, OMX_U32 portIndex, OMX_BUFFERHEADERTYPE *buffer) argument
225 EmptyThisBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE *buffer) argument
236 FillThisBufferWrapper( OMX_HANDLETYPE component, OMX_BUFFERHEADERTYPE *buffer) argument
247 GetStateWrapper( OMX_HANDLETYPE component, OMX_STATETYPE *state) argument
[all...]
H A DSoftOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
H A DOMXMaster.cpp84 ALOGE("A component of name '%s' already exists, ignoring this one.",
125 OMX_COMPONENTTYPE **component) {
128 *component = NULL;
138 plugin->makeComponentInstance(name, callbacks, appData, component);
144 mPluginByInstance.add(*component, plugin);
150 OMX_COMPONENTTYPE *component) {
153 ssize_t index = mPluginByInstance.indexOfKey(component);
162 return plugin->destroyComponentInstance(component);
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
149 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DSoftOMXPlugin.cpp73 OMX_COMPONENTTYPE **component) {
111 (*createSoftOMXComponent)(name, callbacks, appData, component);
138 OMX_COMPONENTTYPE *component) {
141 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
69 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
137 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DOMXMaster.h38 OMX_COMPONENTTYPE **component);
41 OMX_COMPONENTTYPE *component);
/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h34 OMX_COMPONENTTYPE **component);
106 OMX_HANDLETYPE component,
112 OMX_HANDLETYPE component,
117 OMX_HANDLETYPE component,
122 OMX_HANDLETYPE component,
127 OMX_HANDLETYPE component,
132 OMX_HANDLETYPE component,
137 OMX_HANDLETYPE component,
145 OMX_HANDLETYPE component,
152 OMX_HANDLETYPE component,
[all...]
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h38 OMX_COMPONENTTYPE **component) = 0;
41 OMX_COMPONENTTYPE *component) = 0;
/frameworks/base/core/java/android/app/usage/
H A DUsageStatsManagerInternal.java32 * @param component The component for which this event occurred.
33 * @param userId The user id to which the component belongs to.
37 public abstract void reportEvent(ComponentName component, int userId, int eventType); argument
/frameworks/base/core/java/android/content/pm/
H A DILauncherApps.aidl36 void startActivityAsUser(in ComponentName component, in Rect sourceBounds,
38 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds,
41 boolean isActivityEnabled(in ComponentName component, in UserHandle user);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java181 * EXRULE, and EXDATE values extracted from the parsed iCalendar component.
182 * @param component The iCalendar component containing the desired
185 * @return true if the component contained the necessary information
190 public static boolean populateContentValues(ICalendar.Component component, argument
194 component.getFirstProperty("DTSTART");
210 String duration = computeDuration(start, component);
211 String rrule = flattenProperties(component, "RRULE");
212 String rdate = extractDates(component.getFirstProperty("RDATE"));
213 String exrule = flattenProperties(component, "EXRUL
256 populateComponent(Cursor cursor, ICalendar.Component component) argument
325 populateComponent(ContentValues values, ICalendar.Component component) argument
384 addPropertiesForRuleStr(ICalendar.Component component, String propertyName, String ruleStr) argument
444 addPropertyForDateStr(ICalendar.Component component, String propertyName, String dateStr) argument
465 computeDuration(Time start, ICalendar.Component component) argument
499 flattenProperties(ICalendar.Component component, String name) argument
[all...]
H A DICalendar.java56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
80 * Creates a new component with the provided name.
81 * @param name The name of the component.
89 * Returns the name of the component.
90 * @return The name of the component.
97 * Returns the parent of this component.
98 * @return The parent of this component.
116 * Adds a child component to this component.
117 * @param child The child component
427 parseComponentImpl(Component component, String text) argument
466 parseLine(String line, ParserState state, Component component) argument
655 parseComponent(Component component, String text) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUI.java46 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { argument
48 mComponents.put(interfaceType, component);
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h35 OMX_COMPONENTTYPE **component);
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java60 * - An associated system settings value with a list of enabled component names.
83 // lists the component names of all enabled (and therefore connected)
116 ComponentName component, int userid, boolean isSystem, ServiceConnection connection,
118 return new ManagedServiceInfo(service, component, userid, isSystem, connection,
136 if (filter != null && !filter.matches(info.component)) continue;
137 pw.println(" " + info.component
194 public void registerService(IInterface service, ComponentName component, int userid) { argument
196 ManagedServiceInfo info = registerServiceImpl(service, component, userid);
304 final ComponentName component
306 if (component !
115 newServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
494 registerServiceImpl(final IInterface service, final ComponentName component, final int userid) argument
550 public ComponentName component; field in class:ManagedServices.ManagedServiceInfo
556 ManagedServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
[all...]
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.h33 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h31 OMX_COMPONENTTYPE **component);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTask.java41 /** The ComponentNameKey represents the unique primary key for a component
44 final ComponentName component; field in class:Task.ComponentNameKey
48 component = cn;
54 return Objects.hash(component, userId);
62 return component.equals(((ComponentNameKey) o).component) &&
85 /** Returns the component name key for this task. */
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java246 public boolean isActivityEnabled(ComponentName component, UserHandle user) argument
248 ensureInUserProfiles(user, "Cannot check component for unrelated profile " + user);
256 ActivityInfo info = pm.getActivityInfo(component, 0, user.getIdentifier());
264 public void startActivityAsUser(ComponentName component, Rect sourceBounds, argument
275 launchIntent.setPackage(component.getPackageName());
280 ActivityInfo info = pm.getActivityInfo(component, 0, user.getIdentifier());
283 + component);
286 // Check that the component actually has Intent.CATEGORY_LAUCNCHER
288 // resolves based on the component if present.
294 if (activityInfo.packageName.equals(component
311 showAppDetailsAsUser(ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.h33 OMX_COMPONENTTYPE **component);
H A DSoftAACEncoder2.h32 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h29 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h30 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h35 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h29 OMX_COMPONENTTYPE **component);

Completed in 4037 milliseconds

12345