Searched defs:component (Results 1 - 25 of 64) sorted by relevance

123

/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/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp33 OMX_COMPONENTTYPE **component)
34 : SoftOMXComponent(name, callbacks, appData, component),
171 ALOGW("component requires at least %u buffers (%u requested)",
29 SimpleSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
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
/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/raw/
H A DSoftRaw.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
211 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
212 return new android::SoftRaw(name, callbacks, appData, component);
37 SoftRaw( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
209 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/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/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java61 Log.i("AppListFragment", "Item clicked: " + position + " -- " + item.component);
66 args.putParcelable(BrowserListFragment.ARG_COMPONENT, item.component);
78 final ComponentName component; field in class:AppListFragment.Item
82 this.component = c;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
402 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
403 return new android::SoftAMRNBEncoder(name, callbacks, appData, component);
41 SoftAMRNBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
400 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
266 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
267 return new android::SoftGSM(name, callbacks, appData, component);
37 SoftGSM( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
264 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
400 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
401 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
398 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp35 OMX_COMPONENTTYPE **component)
39 320 /* width */, 240 /* height */, callbacks, appData, component),
183 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
187 callbacks, appData, component);
191 callbacks, appData, component);
193 CHECK(!"Unknown component");
29 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
181 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredComponent.java39 private static final String ATTR_NAME = "name"; // component name
61 ComponentName component, boolean always) {
64 mComponent = component;
66 mShortComponent = component.flattenToShortString();
60 PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, ComponentName component, boolean always) argument
/frameworks/native/cmds/service/
H A Dservice.cpp167 char* component = NULL; local
199 else if (strcmp(key, "component") == 0)
201 component = value;
223 writeString16(data, component);
280 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp44 OMX_COMPONENTTYPE **component)
45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
558 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
559 return new android::SoftAACEncoder(name, callbacks, appData, component);
40 SoftAACEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
556 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DSoftAACEncoder2.cpp42 OMX_COMPONENTTYPE **component)
43 : SimpleSoftOMXComponent(name, callbacks, appData, component),
649 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
650 return new android::SoftAACEncoder2(name, callbacks, appData, component);
38 SoftAACEncoder2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
647 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
469 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
470 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
467 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
457 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
458 return new android::SoftAMRWBEncoder(name, callbacks, appData, component);
41 SoftAMRWBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
455 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp51 OMX_COMPONENTTYPE **component)
52 : SimpleSoftOMXComponent(name, callbacks, appData, component),
372 // of this component (unless WRITE_FLAC_HEADER_IN_FIRST_BUFFER is defined)
469 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
470 return new android::SoftFlacEncoder(name, callbacks, appData, component);
47 SoftFlacEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
467 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
308 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
309 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
306 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp60 OMX_COMPONENTTYPE **component)
63 352 /* width */, 288 /* height */, callbacks, appData, component),
371 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
377 callbacks, appData, component);
382 callbacks, appData, component);
384 CHECK(!"Unknown component");
52 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
369 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp68 OMX_COMPONENTTYPE **component)
73 callbacks, appData, component),
496 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
502 callbacks, appData, component);
507 callbacks, appData, component);
509 CHECK(!"Unknown component");
59 SoftMPEG4Encoder( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const char *mime, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
494 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp64 OMX_COMPONENTTYPE **component)
69 callbacks, appData, component),
780 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
781 return new android::SoftVPXEncoder(name, callbacks, appData, component);
61 SoftVPXEncoder(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
778 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp54 OMX_COMPONENTTYPE **component)
58 320 /* width */, 240 /* height */, callbacks, appData, component),
319 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
320 return new android::SoftAVC(name, callbacks, appData, component);
50 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
317 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.cpp50 OMX_COMPONENTTYPE **component)
51 : SimpleSoftOMXComponent(name, callbacks, appData, component),
538 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
539 return new android::SoftOpus(name, callbacks, appData, component);
46 SoftOpus( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
536 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument

Completed in 355 milliseconds

123