| /frameworks/av/media/libstagefright/omx/ |
| D | SoftOMXComponent.cpp | 30 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 …]
|
| /frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
| D | FakeContextBuilder.java | 77 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/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
| D | PluginEnabler.java | 37 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/ |
| D | PluginEnablerImpl.java | 42 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/packages/SystemUI/tests/src/com/android/systemui/controls/dagger/ |
| D | ControlsComponentTest.kt | 53 val component = ControlsComponent( in testFeatureEnabled() constant 70 val component = ControlsComponent( in testFeatureDisabled() constant
|
| /frameworks/base/tools/powermodel/src/com/android/powermodel/ |
| D | ActivityReport.java | 56 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()
|
| D | AppActivity.java | 41 public ComponentActivity getComponentActivity(Component component) { in getComponentActivity() 76 public void addComponentActivity(Component component, ComponentActivity activity) { in addComponentActivity()
|
| D | AppPower.java | 43 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/ |
| D | ConditionProviders.java | 279 private ConditionRecord getRecordLocked(Uri id, ComponentName component, boolean create) { in getRecordLocked() 319 public IConditionProvider findConditionProvider(ComponentName component) { in findConditionProvider() 329 public Condition findCondition(ComponentName component, Uri conditionId) { in findCondition() 337 public void ensureRecordExists(ComponentName component, Uri conditionId, in ensureRecordExists() 349 public boolean subscribeIfNecessary(ComponentName component, Uri conditionId) { in subscribeIfNecessary() 362 public void unsubscribeIfNecessary(ComponentName component, Uri conditionId) { in unsubscribeIfNecessary() 431 public final ComponentName component; field in ConditionProviders.ConditionRecord 436 private ConditionRecord(Uri id, ComponentName component) { in ConditionRecord() 452 void onServiceAdded(ComponentName component); in onServiceAdded()
|
| D | ZenModeConditions.java | 87 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/ |
| D | codec2.cpp | 119 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/content/pm/ |
| D | CrossProfileApps.java | 93 public void startMainActivity(@NonNull ComponentName component, in startMainActivity() 100 component, in startMainActivity() local 192 public void startActivity(@NonNull ComponentName component, @NonNull UserHandle targetUser) { in startActivity() 195 mContext.getPackageName(), mContext.getAttributionTag(), component, in startActivity() local
|
| /frameworks/base/core/java/android/content/pm/parsing/component/ |
| D | ComponentParseUtils.java | 55 Component component, ParseInput input) throws XmlPullParserException, IOException { in parseAllMetaData() 154 ParsedComponent component) { in getNonLocalizedLabel() 163 public static int getIcon(ParsedComponent component) { in getIcon() 168 boolean isPackageEnabled, ParsedMainComponent component, int flags) { in isMatch()
|
| D | ParsedComponentUtils.java | 44 Component component, String tag, ParsingPackage pkg, TypedArray array, in parseComponent() 100 static ParseResult<Bundle> addMetaData(ParsedComponent component, ParsingPackage pkg, in addMetaData()
|
| /frameworks/av/media/codec2/faultinjection/ |
| D | C2ComponentWrapper.cpp | 64 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/core/java/android/companion/ |
| D | ICompanionDeviceManager.aidl | 40 boolean hasNotificationAccess(in ComponentName component); in hasNotificationAccess() 41 PendingIntent requestNotificationAccess(in ComponentName component); in requestNotificationAccess()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | ServiceWatcher.java | 100 @Nullable public final ComponentName component; field in ServiceWatcher.ServiceInfo 120 private ServiceInfo(int version, @Nullable ComponentName component, int userId) { in ServiceInfo() 345 public final void onServiceConnected(ComponentName component, IBinder binder) { in onServiceConnected() 366 public final void onServiceDisconnected(ComponentName component) { in onServiceDisconnected() 384 public void onBindingDied(ComponentName component) { in onBindingDied()
|
| /frameworks/opt/calendar/src/com/android/calendarcommon2/ |
| D | RecurrenceSet.java | 188 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/ |
| D | VrListenerService.java | 122 public void onCurrentVrActivityChanged(ComponentName component) { in onCurrentVrActivityChanged() 145 ComponentName component, boolean running2dInVr, int pid) { in onCurrentVrActivityChanged()
|
| D | IVrListener.aidl | 23 void focusedActivityChanged(in ComponentName component, boolean running2dInVr, int pid); in focusedActivityChanged()
|
| /frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/ |
| D | RestrictedLockUtils.java | 107 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/base/services/core/java/com/android/server/utils/ |
| D | ManagedApplicationService.java | 119 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/graphics/java/android/graphics/ |
| D | ParcelableColorSpace.java | 146 public float getMinValue(int component) { in getMinValue() 151 public float getMaxValue(int component) { in getMaxValue()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
| D | TileServices.java | 91 ComponentName component = tile.getComponent(); in getTileWrapper() local 104 protected TileServiceManager onCreateTileService(ComponentName component, Tile tile, in onCreateTileService() 169 private void requestListening(ComponentName component) { in requestListening() 327 private CustomTile getTileForComponent(ComponentName component) { in getTileForComponent()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ |
| D | ControlStatus.kt | 26 val component: ComponentName constant 38 override val component: ComponentName, constant in com.android.systemui.controls.ControlStatus
|