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

1234567

/frameworks/base/core/java/android/service/vr/
H A DIVrListener.aidl23 void focusedActivityChanged(in ComponentName component);
H A DVrListenerService.java73 public void focusedActivityChanged(ComponentName component) {
74 mHandler.obtainMessage(MSG_ON_CURRENT_VR_ACTIVITY_CHANGED, component).sendToTarget();
112 * @param component the {@link ComponentName} of the VR activity that the system has
118 public void onCurrentVrActivityChanged(ComponentName component) { argument
123 * Checks if the given component is enabled in user settings.
125 * <p>If this component is not enabled in the user's settings, it will not be started when
130 * @param context the {@link Context} to use for looking up the requested component.
131 * @param requestedComponent the name of the component that implements
134 * @return {@code true} if this component is enabled in settings.
/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.cpp108 ALOGE("A component of name '%s' already exists, ignoring this one.",
149 OMX_COMPONENTTYPE **component) {
153 *component = NULL;
163 plugin->makeComponentInstance(name, callbacks, appData, component);
169 mPluginByInstance.add(*component, plugin);
175 OMX_COMPONENTTYPE *component) {
178 ssize_t index = mPluginByInstance.indexOfKey(component);
187 return plugin->destroyComponentInstance(component);
145 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
174 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DSoftOMXPlugin.cpp74 OMX_COMPONENTTYPE **component) {
112 (*createSoftOMXComponent)(name, callbacks, appData, component);
139 OMX_COMPONENTTYPE *component) {
142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
70 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
138 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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DInstanceAdapter.java52 public static void setInstanceAttr6(DataBindingComponent component, TextView view, String text) { argument
53 view.setText(String.format("%s %s", text, component == null ? "null" : "component"));
57 public void setInstanceAttr7(DataBindingComponent component, TextView view, String text) { argument
58 view.setText(String.format(format, text, component == null ? "null" : "component", "bar", "baz"));
62 public void setInstanceAttr8(TestComponent component, TextView view, String text, String text2) { argument
63 view.setText(String.format(format, text, text2, component == null ? "null" : "component",
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h38 OMX_COMPONENTTYPE **component) = 0;
41 OMX_COMPONENTTYPE *component) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/component/
H A DRecentsVisibilityChangedEvent.java17 package com.android.systemui.recents.events.component;
H A DScreenPinningRequestEvent.java17 package com.android.systemui.recents.events.component;
H A DShowUserToastEvent.java17 package com.android.systemui.recents.events.component;
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeConditions.java78 final ComponentName component = mSubscriptions.valueAt(i);
81 mConditionProviders.unsubscribeIfNecessary(component, id);
100 public void onServiceAdded(ComponentName component) { argument
101 if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
127 rule.component = sp.getComponent();
132 final IConditionProvider cp = mConditionProviders.findConditionProvider(rule.component);
135 mConditionProviders.ensureRecordExists(rule.component, id, cp);
138 if (rule.component == null) {
139 Log.w(TAG, "No component found for automatic rule: " + rule.conditionId);
147 if (mConditionProviders.subscribeIfNecessary(rule.component, rul
161 isAutomaticActive(ComponentName component) argument
[all...]
H A DConditionProviders.java100 if (filter != null && !filter.matches(r.component)) continue;
152 mCallback.onServiceAdded(info.component);
161 if (!r.component.equals(removed.component)) continue;
212 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { argument
213 if (id == null || component == null) return null;
217 if (r.id.equals(id) && r.component.equals(component)) {
222 final ConditionRecord r = new ConditionRecord(id, component);
238 final ConditionRecord r = getRecordLocked(c.id, info.component, tru
252 findConditionProvider(ComponentName component) argument
262 findCondition(ComponentName component, Uri conditionId) argument
270 ensureRecordExists(ComponentName component, Uri conditionId, IConditionProvider provider) argument
305 subscribeIfNecessary(ComponentName component, Uri conditionId) argument
318 unsubscribeIfNecessary(ComponentName component, Uri conditionId) argument
387 public final ComponentName component; field in class:ConditionProviders.ConditionRecord
392 ConditionRecord(Uri id, ComponentName component) argument
408 onServiceAdded(ComponentName component) argument
[all...]
H A DManagedServices.java69 * - An associated system settings value with a list of enabled component names.
93 // lists the component names of all enabled (and therefore potentially connected)
156 ComponentName component, int userid, boolean isSystem, ServiceConnection connection,
158 return new ManagedServiceInfo(service, component, userid, isSystem, connection,
176 if (filter != null && !filter.matches(info.component)) continue;
177 pw.println(" " + info.component
292 public void registerService(IInterface service, ComponentName component, int userid) { argument
294 ManagedServiceInfo info = registerServiceImpl(service, component, userid);
314 public void setComponentState(ComponentName component, boolean enabled) { argument
315 boolean previous = !mSnoozingForCurrentProfiles.contains(component);
155 newServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
761 registerServiceImpl(final IInterface service, final ComponentName component, final int userid) argument
832 public ComponentName component; field in class:ManagedServices.ManagedServiceInfo
838 ManagedServiceInfo(IInterface service, ComponentName component, int userid, boolean isSystem, ServiceConnection connection, int targetSdkVersion) argument
901 isComponentEnabledForCurrentProfiles(ComponentName component) argument
[all...]
/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/volume/
H A DVolumeUI.java116 private String getAppLabel(ComponentName component) { argument
117 final String pkg = component.getPackageName();
130 private void showServiceActivationDialog(final ComponentName component) { argument
132 d.setMessage(mContext.getString(R.string.volumeui_prompt_message, getAppLabel(component)));
136 mVolumeControllerService.setComponent(component);
169 private static final String EXTRA_COMPONENT = "component";
202 final ComponentName component = intent.getParcelableExtra(EXTRA_COMPONENT);
203 final boolean current = component != null
204 && component.equals(mVolumeControllerService.getComponent());
205 if (ENABLE.equals(action) && component !
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java214 final ComponentName component = rInfo.serviceInfo.getComponentName();
215 final String packageName = component.getPackageName();
243 bestComponent = component;
252 (bestComponent == null ? "no new best component"
253 : "new best component: " + bestComponent)));
260 Slog.w(mTag, "Odd, no component found for service " + mAction);
276 ComponentName component;
277 component = mBoundComponent;
282 if (component != null) {
283 if (D) Log.d(mTag, "unbinding " + component);
288 bindToPackageLocked(ComponentName component, int version, int userId) argument
363 onServiceConnected(ComponentName component, IBinder binder) argument
378 onServiceDisconnected(ComponentName component) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java74 TileServiceManager(TileServices tileServices, Handler handler, ComponentName component, argument
77 tileServices.getContext(), tileServices, tile, new Intent().setComponent(component),
94 ComponentName component = tileLifecycleManager.getComponent();
95 if (!TileLifecycleManager.isTileAdded(context, component)) {
96 TileLifecycleManager.setTileAdded(context, component, true);
249 final ComponentName component = mStateManager.getComponent();
250 if (!Objects.equal(pkgName, component.getPackageName())) {
254 // If the package is being updated, verify the component still exists.
262 if (Objects.equal(info.serviceInfo.packageName, component.getPackageName())
263 && Objects.equal(info.serviceInfo.name, component
[all...]
/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java65 private ManagedApplicationService(final Context context, final ComponentName component, argument
69 mComponent = component;
95 * @param component the {@link ComponentName} of the application service to bind.
105 @NonNull final ComponentName component, final int userId, @NonNull int clientLabel,
107 return new ManagedApplicationService(context, component, userId, clientLabel,
119 * @return the component of the bound service.
126 * Asynchronously unbind from the application service if the bound service component and user
129 * @param componentName the component that must match.
263 private boolean matches(final ComponentName component, final int userId) { argument
264 return Objects.equals(mComponent, component)
104 build(@onNull final Context context, @NonNull final ComponentName component, final int userId, @NonNull int clientLabel, @NonNull String settingsAction, @NonNull BinderChecker binderChecker) argument
[all...]
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.h31 OMX_COMPONENTTYPE **component);
/frameworks/base/core/java/android/content/pm/
H A DILauncherApps.aidl41 ActivityInfo resolveActivity(in ComponentName component, in UserHandle user);
42 void startActivityAsUser(in ComponentName component, in Rect sourceBounds,
44 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds,
47 boolean isActivityEnabled(in ComponentName component, in UserHandle user);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUI.java48 public <T, C extends T> void putComponent(Class<T> interfaceType, C component) { argument
50 mComponents.put(interfaceType, component);

Completed in 575 milliseconds

1234567