/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXComponent.cpp | 31 OMX_COMPONENTTYPE **component) in SoftOMXComponent() argument 63 *component = mComponent; in SoftOMXComponent() 112 OMX_HANDLETYPE component, in SendCommandWrapper() argument 118 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SendCommandWrapper() 125 OMX_HANDLETYPE component, in GetParameterWrapper() argument 130 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetParameterWrapper() 137 OMX_HANDLETYPE component, in SetParameterWrapper() argument 142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in SetParameterWrapper() 149 OMX_HANDLETYPE component, in GetConfigWrapper() argument 154 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in GetConfigWrapper() [all …]
|
D | OMXMaster.cpp | 125 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 128 *component = NULL; in makeComponentInstance() 138 plugin->makeComponentInstance(name, callbacks, appData, component); in makeComponentInstance() 144 mPluginByInstance.add(*component, plugin); in makeComponentInstance() 150 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 153 ssize_t index = mPluginByInstance.indexOfKey(component); in destroyComponentInstance() 162 return plugin->destroyComponentInstance(component); in destroyComponentInstance()
|
D | SoftOMXPlugin.cpp | 70 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 108 (*createSoftOMXComponent)(name, callbacks, appData, component); in makeComponentInstance() 135 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 138 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate; in destroyComponentInstance()
|
D | SoftOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
D | OMXMaster.h | 38 OMX_COMPONENTTYPE **component); 41 OMX_COMPONENTTYPE *component);
|
/frameworks/av/media/libstagefright/include/ |
D | SoftOMXComponent.h | 34 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/calendarcommon2/ |
D | RecurrenceSet.java | 190 public static boolean populateContentValues(ICalendar.Component component, in populateContentValues() argument 194 component.getFirstProperty("DTSTART"); in populateContentValues() 210 String duration = computeDuration(start, component); in populateContentValues() 211 String rrule = flattenProperties(component, "RRULE"); in populateContentValues() 212 String rdate = extractDates(component.getFirstProperty("RDATE")); in populateContentValues() 213 String exrule = flattenProperties(component, "EXRULE"); in populateContentValues() 214 String exdate = extractDates(component.getFirstProperty("EXDATE")); in populateContentValues() 223 + component.toString()); in populateContentValues() 235 Log.d(TAG, "DTSTART is out of range: " + component.toString()); in populateContentValues() 250 Log.i(TAG,"Failed to parse event: " + component.toString()); in populateContentValues() [all …]
|
D | ICalendar.java | 208 for (Component component : mChildren) { in toString() 209 component.toString(sb); in toString() 427 private static Component parseComponentImpl(Component component, in parseComponentImpl() argument 430 Component current = component; in parseComponentImpl() 445 if (component == null) { in parseComponentImpl() 446 component = current; in parseComponentImpl() 457 return component; in parseComponentImpl() 467 Component component) in parseLine() argument 482 if (component == null) { in parseLine() 492 Component child = new Component(componentName, component); in parseLine() [all …]
|
/frameworks/compile/slang/tests/F_mix_vector/ |
D | stderr.txt.expect | 1 mix_vector.rs:6:13: error: illegal vector component name 'g' 2 mix_vector.rs:7:13: error: illegal vector component name 'y' 3 mix_vector.rs:8:7: error: illegal vector component name 'r'
|
/frameworks/native/include/media/hardware/ |
D | OMXPluginBase.h | 38 OMX_COMPONENTTYPE **component) = 0; 41 OMX_COMPONENTTYPE *component) = 0;
|
/frameworks/rs/scriptc/ |
D | rs_quaternion.rsh | 29 * @param w component 30 * @param x component 31 * @param y component 32 * @param z component 85 * @param x component of a vector 86 * @param y component of a vector 87 * @param x component of a vector 106 * @param x component of a vector 107 * @param y component of a vector 108 * @param x component of a vector
|
D | rs_program.rsh | 44 * Get program store red component color mask 52 * Get program store green component color mask 60 * Get program store blur component color mask 68 * Get program store alpha component color mask
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 30 parent component — what an activity or service can do and what types 31 of broadcasts a receiver can handle. It opens the component to receiving 33 meaningful for the component. 54 receiver when that component is presented to the user as having the 60 by the parent component's {@code icon} attribute. If the parent 72 <dd>A user-readable label for the parent component. This label, rather than 73 the one set by the parent component, is used when the component is presented 84 The default value is the label set by the parent component. If the 97 <dd>The priority that should be given to the parent component with regard
|
D | meta-data-element.jd | 20 be supplied to the parent component. A component element can contain any 23 available to the component as the 47 have complex data to associate with a component, store it as a resource and 48 use the {@code resource} attribute to inform the component of its ID.
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | GlobalKeyManager.java | 71 ComponentName component = mKeyMapping.get(keyCode); in handleGlobalKey() local 72 if (component != null) { in handleGlobalKey() 74 .setComponent(component) in handleGlobalKey()
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 41 OMX_COMPONENTTYPE **component) in SoftRaw() argument 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftRaw() 211 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createSoftOMXComponent() argument 212 return new android::SoftRaw(name, callbacks, appData, component); in createSoftOMXComponent()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 55 You could combine a group of View components into a new single component, perhaps 62 You could override the way that an EditText component is rendered on the screen 122 <p>To create a fully customized component:</p> 127 create your new super component. 138 behavior in your component class as well. 143 the component to show something. While both have default behavior, 166 is a critical piece of the rendering contract between your component and its 192 Your component's <code>onMeasure()</code> method should calculate a 194 component. It should try to stay within the specifications passed in, 326 <li>Extending the View class for a completely custom component.</li> [all …]
|
/frameworks/base/docs/html/guide/components/ |
D | intents-filters.jd | 37 delivering intents to each type of component: 52 connection between the calling component and a target service. It can optionally 76 component should receive an intent message. For intents that don't explicitly 77 name a target component, this process involves testing the Intent object against 86 contains information of interest to the component that receives the intent 88 of interest to the Android system (such as the category of component that 96 <dd>The name of the component that should handle the intent. This field is 98 fully qualified class name of the target component (for example "{@code 100 in the manifest file of the application where the component resides (for 101 example, "{@code com.example.project}"). The package part of the component [all …]
|
D | fundamentals.jd | 11 <li>Each component performs a different role in the overall application behavior, and each 103 component is a different point through which the system can enter your application. Not all 109 and has a distinct lifecycle that defines how the component is created and destroyed.</p> 133 <dd>A <i>service</i> is a component that runs in the background to perform long-running 137 blocking user interaction with an activity. Another component, such as an activity, can start the 171 <dd>A <i>broadcast receiver</i> is a component that responds to system-wide broadcast 192 application’s component. For example, if you want the user to capture a 200 <p>When the system starts a component, it starts the process for that application (if it's not 201 already running) and instantiates the classes needed for the component. For example, if your 208 restrict access to other applications, your application cannot directly activate a component from [all …]
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 41 OMX_COMPONENTTYPE **component) in SoftGSM() argument 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftGSM() 266 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createSoftOMXComponent() argument 267 return new android::SoftGSM(name, callbacks, appData, component); in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 41 OMX_COMPONENTTYPE **component) in SoftG711() argument 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), in SoftG711() 301 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createSoftOMXComponent() argument 302 return new android::SoftG711(name, callbacks, appData, component); in createSoftOMXComponent()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PkgUsageStats.java | 67 String component = source.readString(); in PkgUsageStats() local 69 componentResumeTimes.put(component, lastResumeTime); in PkgUsageStats()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardSelectorView.java | 215 ComponentName component = intent.getComponent(); in updateResources() local 216 boolean replaced = mGlowPadView.replaceTargetDrawablesIfPresent(component, in updateResources() 220 if (!replaced && !mGlowPadView.replaceTargetDrawablesIfPresent(component, in updateResources() 223 Slog.w(TAG, "Couldn't grab icon from package " + component); in updateResources()
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 204 ComponentName component; field in NotificationManagerService.NotificationListenerInfo 209 public NotificationListenerInfo(INotificationListener listener, ComponentName component, in NotificationListenerInfo() argument 212 this.component = component; in NotificationListenerInfo() 218 public NotificationListenerInfo(INotificationListener listener, ComponentName component, in NotificationListenerInfo() argument 221 this.component = component; in NotificationListenerInfo() 268 return mEnabledListenersForCurrentUser.contains(this.component); in isEnabledForCurrentUser() 620 final ComponentName component in rebindListenerServices() local 622 if (component != null) { in rebindListenerServices() 623 newEnabled.add(component); in rebindListenerServices() 624 toAdd.add(component); in rebindListenerServices() [all …]
|
/frameworks/native/cmds/service/ |
D | service.cpp | 156 char* component = NULL; in main() local 190 component = value; in main() 212 writeString16(data, component); in main()
|