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

123

/frameworks/base/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 LOGE("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.cpp60 OMX_COMPONENTTYPE **component) {
98 (*createSoftOMXComponent)(name, callbacks, appData, component);
125 OMX_COMPONENTTYPE *component) {
128 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
56 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
124 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
H A DOMXMaster.h38 OMX_COMPONENTTYPE **component);
41 OMX_COMPONENTTYPE *component);
/frameworks/base/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/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceSet.java170 * EXRULE, and EXDATE values extracted from the parsed iCalendar component.
171 * @param component The iCalendar component containing the desired
174 * @return true if the component contained the necessary information
179 public static boolean populateContentValues(ICalendar.Component component, argument
183 component.getFirstProperty("DTSTART");
199 String duration = computeDuration(start, component);
200 String rrule = flattenProperties(component, "RRULE");
201 String rdate = extractDates(component.getFirstProperty("RDATE"));
202 String exrule = flattenProperties(component, "EXRUL
245 populateComponent(Cursor cursor, ICalendar.Component component) argument
314 populateComponent(ContentValues values, ICalendar.Component component) argument
373 addPropertiesForRuleStr(ICalendar.Component component, String propertyName, String ruleStr) argument
433 addPropertyForDateStr(ICalendar.Component component, String propertyName, String dateStr) argument
454 computeDuration(Time start, ICalendar.Component component) argument
488 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/include/media/stagefright/
H A DOMXPluginBase.h40 OMX_COMPONENTTYPE **component) = 0;
43 OMX_COMPONENTTYPE *component) = 0;
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h31 OMX_COMPONENTTYPE **component);
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h29 OMX_COMPONENTTYPE **component);
H A DSoftAMR.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
431 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
432 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
429 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h29 OMX_COMPONENTTYPE **component);
H A DSoftG711.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
299 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
300 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
297 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h31 OMX_COMPONENTTYPE **component);
H A DSoftMP3.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
324 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
325 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
322 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h29 OMX_COMPONENTTYPE **component);
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h32 OMX_COMPONENTTYPE **component);
/frameworks/base/core/java/com/android/internal/os/
H A DPkgUsageStats.java67 String component = source.readString();
69 componentResumeTimes.put(component, lastResumeTime);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h31 OMX_COMPONENTTYPE **component);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h33 OMX_COMPONENTTYPE **component);
/frameworks/base/libs/rs/
H A DrsElement.cpp104 Component component; local
105 component.loadFromStream(stream);
110 component.getType(),
111 component.getKind(),
112 component.getIsNormalized(),
113 component.getVectorSize());;
/frameworks/base/cmds/service/
H A Dservice.cpp156 char* component = NULL; local
188 else if (strcmp(key, "component") == 0)
190 component = value;
212 writeString16(data, component);
269 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
/frameworks/base/services/java/com/android/server/
H A DPreferredComponent.java53 ComponentName component) {
56 mComponent = component;
57 mShortComponent = component.flattenToShortString();
52 PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, ComponentName component) argument
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java615 // Check the component that gave us the suggestion
629 * @param component Name of an activity.
633 private Drawable getActivityIconWithCache(ComponentName component) { argument
635 String componentIconKey = component.flattenToShortString();
642 Drawable drawable = getActivityIcon(component);
652 * @param component Name of an activity.
656 private Drawable getActivityIcon(ComponentName component) { argument
660 activityInfo = pm.getActivityInfo(component, PackageManager.GET_META_DATA);
667 String pkg = component.getPackageName();
671 + component
[all...]

Completed in 284 milliseconds

123