Home
last modified time | relevance | path

Searched defs:component (Results 1 – 25 of 197) sorted by relevance

12345678

/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp30 OMX_COMPONENTTYPE **component) in SoftOMXComponent()
111 OMX_HANDLETYPE component, in SendCommandWrapper()
124 OMX_HANDLETYPE component, in GetParameterWrapper()
136 OMX_HANDLETYPE component, in SetParameterWrapper()
148 OMX_HANDLETYPE component, in GetConfigWrapper()
160 OMX_HANDLETYPE component, in SetConfigWrapper()
172 OMX_HANDLETYPE component, in GetExtensionIndexWrapper()
184 OMX_HANDLETYPE component, in UseBufferWrapper()
199 OMX_HANDLETYPE component, in AllocateBufferWrapper()
213 OMX_HANDLETYPE component, in FreeBufferWrapper()
[all …]
DSoftOMXPlugin.cpp91 OMX_COMPONENTTYPE **component) { in makeComponentInstance()
170 OMX_COMPONENTTYPE *component) { in destroyComponentInstance()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DFakeContextBuilder.java77 String intentAction, @Nullable ComponentName component) { in setIntentComponent()
97 public FakeContextBuilder setAllIntentComponent(@Nullable ComponentName component) { in setAllIntentComponent()
109 final ComponentName component = mComponents.containsKey(action) in build() local
129 private static ResolveInfo getResolveInfo(ComponentName component) { in getResolveInfo()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java64 public void startMainActivity(@NonNull ComponentName component, in startMainActivity()
70 component, in startMainActivity() local
93 public void startActivity(@NonNull ComponentName component, @NonNull UserHandle targetUser) { in startActivity()
96 mContext.getPackageName(), component, targetUser.getIdentifier(), false); in startActivity() local
DILauncherApps.aidl48 String callingPackage, in ComponentName component, in UserHandle user); in resolveActivity()
53 in ComponentName component, in Rect sourceBounds, in startActivityAsUser()
56 String callingPackage, in ComponentName component, in Rect sourceBounds, in showAppDetailsAsUser()
61 String callingPackage, in ComponentName component, in UserHandle user); in isActivityEnabled()
85 IntentSender getShortcutConfigActivityIntent(String callingPackage, in ComponentName component, in getShortcutConfigActivityIntent()
DICrossProfileApps.aidl31 in ComponentName component, int userId, boolean launchMainActivity); in startActivityAsUser()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginEnabler.java37 void setEnabled(ComponentName component); in setEnabled()
40 void setDisabled(ComponentName component, @DisableReason int reason); in setDisabled()
43 boolean isEnabled(ComponentName component); in isEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginEnablerImpl.java42 public void setEnabled(ComponentName component) { in setEnabled()
47 public void setDisabled(ComponentName component, @DisableReason int reason) { in setDisabled()
60 public boolean isEnabled(ComponentName component) { in isEnabled()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DActivityReport.java56 public ComponentActivity findGlobalComponent(Component component) { in findGlobalComponent()
76 public void addActivity(Component component, Collection<ComponentActivity> activities) { in addActivity()
82 public void addActivity(Component component, ComponentActivity activity) { in addActivity()
DAppActivity.java41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity()
76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
DAppPower.java43 public ComponentPower getComponentPower(Component component) { in getComponentPower()
82 public void addComponentPower(Component component, ComponentPower componentPower) { in addComponentPower()
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java227 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked()
267 public IConditionProvider findConditionProvider(ComponentName component) { in findConditionProvider()
277 public Condition findCondition(ComponentName component, Uri conditionId) { in findCondition()
285 public void ensureRecordExists(ComponentName component, Uri conditionId, in ensureRecordExists()
297 public boolean subscribeIfNecessary(ComponentName component, Uri conditionId) { in subscribeIfNecessary()
310 public void unsubscribeIfNecessary(ComponentName component, Uri conditionId) { in unsubscribeIfNecessary()
379 public final ComponentName component; field in ConditionProviders.ConditionRecord
384 private ConditionRecord(Uri id, ComponentName component) { in ConditionRecord()
400 void onServiceAdded(ComponentName component); in onServiceAdded()
DZenModeConditions.java87 final ComponentName component = mSubscriptions.valueAt(i); in evaluateConfig() local
109 public void onServiceAdded(ComponentName component) { in onServiceAdded()
111 mHelper.setConfig(mHelper.getConfig(), component, "zmc.onServiceAdded"); in onServiceAdded() local
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp119 virtual void onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb()
124 virtual void onTripped_nb(std::weak_ptr<C2Component> component, in onTripped_nb()
129 virtual void onError_nb(std::weak_ptr<C2Component> component, in onError_nb()
175 std::weak_ptr<C2Component> component, std::list<std::unique_ptr<C2Work>> workItems) { in onWorkDone()
186 std::weak_ptr<C2Component> component, in onTripped()
193 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError()
216 std::shared_ptr<C2Component> component; in play() local
/frameworks/base/core/java/android/companion/
DICompanionDeviceManager.aidl40 boolean hasNotificationAccess(in ComponentName component); in hasNotificationAccess()
41 PendingIntent requestNotificationAccess(in ComponentName component); in requestNotificationAccess()
/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp64 void C2ComponentWrapper::Listener::onWorkDone_nb(std::weak_ptr<C2Component> component, in onWorkDone_nb()
69 void C2ComponentWrapper::Listener::onTripped_nb(std::weak_ptr<C2Component> component, in onTripped_nb()
75 std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError_nb()
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java107 public ComponentName component = null; field in RestrictedLockUtils.EnforcedAdmin
127 public EnforcedAdmin(ComponentName component, UserHandle user) { in EnforcedAdmin()
132 public EnforcedAdmin(ComponentName component, String enforcedRestriction, UserHandle user) { in EnforcedAdmin()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java188 public static boolean populateContentValues(ICalendar.Component component, in populateContentValues()
255 ICalendar.Component component) { in populateComponent()
324 ICalendar.Component component) { in populateComponent()
382 public static void addPropertiesForRuleStr(ICalendar.Component component, in addPropertiesForRuleStr()
442 public static void addPropertyForDateStr(ICalendar.Component component, in addPropertyForDateStr()
464 ICalendar.Component component) { in computeDuration()
497 private static String flattenProperties(ICalendar.Component component, in flattenProperties()
/frameworks/base/core/java/android/service/vr/
DVrListenerService.java122 public void onCurrentVrActivityChanged(ComponentName component) { in onCurrentVrActivityChanged()
145 ComponentName component, boolean running2dInVr, int pid) { in onCurrentVrActivityChanged()
DIVrListener.aidl23 void focusedActivityChanged(in ComponentName component, boolean running2dInVr, int pid); in focusedActivityChanged()
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java119 public final ComponentName component; field in ManagedApplicationService.LogEvent
123 public LogEvent(long timestamp, ComponentName component, int event) { in LogEvent()
152 private ManagedApplicationService(final Context context, final ComponentName component, in ManagedApplicationService()
213 @NonNull final ComponentName component, final int userId, int clientLabel, in build()
409 private boolean matches(final ComponentName component, final int userId) { in matches()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java84 ComponentName component = tile.getComponent(); in getTileWrapper() local
96 protected TileServiceManager onCreateTileService(ComponentName component, Tile tile) { in onCreateTileService()
159 private void requestListening(ComponentName component) { in requestListening()
315 private CustomTile getTileForComponent(ComponentName component) { in getTileForComponent()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsApplication.java701 final ComponentName component = new ComponentName(oldAppData.mPackageName, in broadcastSmsAppChange() local
719 final ComponentName component = new ComponentName(applicationData.mPackageName, in broadcastSmsAppChange() local
913 ComponentName component = null; in getDefaultSmsApplicationAsUser() local
937 ComponentName component = null; in getDefaultMmsApplication() local
962 ComponentName component = null; in getDefaultRespondViaMessageApplication() local
988 ComponentName component = null; in getDefaultSendToApplication() local
1013 ComponentName component = null; in getDefaultExternalTelephonyProviderChangedApplication() local
1038 ComponentName component = null; in getDefaultSimFullApplication() local
1083 final ComponentName component = getDefaultSmsApplication(context, false); in getDefaultSmsApplicationPackageName() local
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp25 const std::shared_ptr<android::Codec2Client::Component>& component, in testInputBuffer()
82 const std::shared_ptr<android::Codec2Client::Component>& component, in workDone()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp41 OMX_COMPONENTTYPE **component) in SoftRaw()
278 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createSoftOMXComponent()

12345678