HomeSort by relevance Sort by last modified time
    Searched refs:componentName (Results 51 - 75 of 208) sorted by null

1 23 4 5 6 7 8 9

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 417 OMX_IN OMX_STRING componentName,
426 componentName,
436 cmp_index = get_cmp_index(componentName);
464 hnd_index = get_comp_handle_index(componentName);
617 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName,
622 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %x %d %d\n",(unsigned) componentName
628 strlcpy(componentName, core[index].name,nameLen);
630 strncpy(componentName, core[index].name,nameLen);
omx_core_cmp.h 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 396 OMX_IN OMX_STRING componentName,
405 componentName,
414 cmp_index = get_cmp_index(componentName);
443 hnd_index = get_comp_handle_index(componentName);
600 OMX_ComponentNameEnum(OMX_OUT OMX_STRING componentName,
605 DEBUG_PRINT("OMXCORE API - OMX_ComponentNameEnum %x %d %d\n",(unsigned) componentName
611 strlcpy(componentName, core[index].name,nameLen);
613 strncpy(componentName, core[index].name,nameLen);
omx_core_cmp.h 53 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
58 OMX_OUT OMX_STRING componentName,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.h 100 OMX_STRING componentName);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 99 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.componentName, exynosComponentsTemp[i]->componentName);
187 OMX_ERRORTYPE (*Exynos_OMX_ComponentInit)(OMX_HANDLETYPE hComponent, OMX_STRING componentName);
206 ret = (*Exynos_OMX_ComponentInit)((OMX_HANDLETYPE)pOMXComponent, (OMX_STRING)exynos_component->componentName);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 19 import android.content.ComponentName;
66 if (mAppFilter != null && !mAppFilter.shouldShowApp(info.componentName)) {
69 if (findActivity(data, info.componentName)) {
112 final ComponentName component = info.intent.getComponent();
131 final ComponentName component = applicationInfo.intent.getComponent();
152 mIconCache.remove(applicationInfo.componentName);
161 final ComponentName component = applicationInfo.intent.getComponent();
188 private static boolean findActivity(List<ResolveInfo> apps, ComponentName component) {
202 private static boolean findActivity(ArrayList<AppInfo> apps, ComponentName component) {
206 if (info.componentName.equals(component))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DreamBackend.java 23 import android.content.ComponentName;
59 public ComponentName componentName;
60 public ComponentName settingsComponentName;
68 sb.append(',').append(componentName);
97 ComponentName activeDream = getActiveDream();
109 dreamInfo.componentName = getDreamComponentName(resolveInfo);
110 dreamInfo.isActive = dreamInfo.componentName.equals(activeDream);
118 public ComponentName getDefaultDream() {
130 ComponentName cn = getActiveDream()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 21 import android.content.ComponentName;
328 configurePreferredActivity(packageManager, new ComponentName(
408 configurePreferredActivity(packageManager, new ComponentName(
467 ComponentName componentName = getDefaultSendToApplication(mContext, true);
468 if (componentName != null) {
469 configurePreferredActivity(packageManager, componentName);
480 ComponentName componentName) {
482 replacePreferredActivity(packageManager, componentName, SCHEME_SMS)
    [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 31 import android.content.ComponentName;
106 static final ComponentName IMAGE_WALLPAPER = new ComponentName("com.android.systemui",
187 ComponentName wallpaperComponent;
192 ComponentName nextWallpaperComponent;
231 public void onServiceConnected(ComponentName name, IBinder service) {
247 public void onServiceDisconnected(ComponentName name) {
317 ComponentName comp = wallpaper.wallpaperComponent;
561 ComponentName cname = wallpaper.wallpaperComponent != null ?
793 public void setWallpaperComponent(ComponentName name)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 20 import android.content.ComponentName;
712 public void noteResumeComponent(ComponentName componentName) {
716 if ((componentName == null) ||
717 ((pkgName = componentName.getPackageName()) == null)) {
736 && componentName.getClassName().equals(mLastResumedComp);
740 mLastResumedComp = componentName.getClassName();
762 public void notePauseComponent(ComponentName componentName) {
767 if ((componentName == null) |
    [all...]
ProviderMap.java 19 import android.content.ComponentName;
49 private final HashMap<ComponentName, ContentProviderRecord> mSingletonByClass
50 = new HashMap<ComponentName, ContentProviderRecord>();
54 private final SparseArray<HashMap<ComponentName, ContentProviderRecord>> mProvidersByClassPerUser
55 = new SparseArray<HashMap<ComponentName, ContentProviderRecord>>();
79 ContentProviderRecord getProviderByClass(ComponentName name) {
83 ContentProviderRecord getProviderByClass(ComponentName name, int userId) {
110 void putProviderByClass(ComponentName name, ContentProviderRecord record) {
142 void removeProviderByClass(ComponentName name, int userId) {
152 HashMap<ComponentName, ContentProviderRecord> map = getProvidersByClass(userId)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
MetricsSidebarPane.js 130 _getBox: function(computedStyle, componentName)
132 var suffix = componentName === "border" ? "-width" : "";
133 var left = this._getPropertyValueAsPx(computedStyle, componentName + "-left" + suffix);
134 var top = this._getPropertyValueAsPx(computedStyle, componentName + "-top" + suffix);
135 var right = this._getPropertyValueAsPx(computedStyle, componentName + "-right" + suffix);
136 var bottom = this._getPropertyValueAsPx(computedStyle, componentName + "-bottom" + suffix);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 161 * @param componentName The component name. Should not be <code>null</code>
164 public List getComponentScenarios(String componentName) {
165 ComponentResults componentResults = (ComponentResults) getResults(componentName);
173 * @param componentName The component name
177 public List getComponentSummaryScenarios(String componentName, String config) {
178 if (componentName == null) {
187 ComponentResults componentResults = (ComponentResults) getResults(componentName);
390 String componentName = this.components[i];
391 List scenarios = this.allScenarios == null ? null : (List) this.allScenarios.get(componentName);
403 subTaskBuffer.append(componentName);
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 277 const char *componentName, const char *componentRole) {
278 if (strncmp(componentName, "OMX.", 4)) {
288 mOMX->allocateNode(componentName, this, &node);
557 const char *componentName, const char *componentRole) {
597 source, componentName);
740 const char *componentName, const char *componentRole) {
741 printf("testing %s [%s] ... ", componentName, componentRole);
742 ALOGI("testing %s [%s].", componentName, componentRole);
744 status_t err1 = testStateTransitions(componentName, componentRole);
745 status_t err2 = testSeek(componentName, componentRole)
    [all...]
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MainActivity.java 76 private Intent createActivityIntent(String pkg, String componentName) {
78 result.setClassName(pkg, componentName);
  /frameworks/base/core/java/android/app/
SearchDialog.java 21 import android.content.ComponentName;
87 private ComponentName mLaunchComponent;
211 ComponentName componentName, Bundle appSearchData) {
212 boolean success = doShow(initialQuery, selectInitialQuery, componentName, appSearchData);
223 * {@link #show(String, boolean, ComponentName, Bundle)} and
228 ComponentName componentName, Bundle appSearchData) {
230 if (!show(componentName, appSearchData)) {
248 private boolean show(ComponentName componentName, Bundle appSearchData)
    [all...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 20 import android.content.ComponentName;
130 public boolean checkService(ComponentName resolvedService, Intent intent, int callerUid,
142 public boolean checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent,
184 ComponentName cn = intent.getComponent();
418 private final ArrayList<ComponentName> mComponentFilters = new ArrayList<ComponentName>(0);
446 ComponentName componentName = ComponentName.unflattenFromString(componentStr);
447 if (componentName == null)
    [all...]
  /frameworks/base/services/java/com/android/server/print/
PrintManagerService.java 24 import android.content.ComponentName;
405 Iterator<ComponentName> iterator = userState.getEnabledServices().iterator();
407 ComponentName componentName = iterator.next();
408 if (packageName.equals(componentName.getPackageName())) {
421 Iterator<ComponentName> iterator = userState.getEnabledServices().iterator();
423 ComponentName componentName = iterator.next();
424 if (packageName.equals(componentName.getPackageName())) {
442 Iterator<ComponentName> iterator = userState.getEnabledServices().iterator()
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
StubPackageManager.java 3 import android.content.ComponentName;
70 public ActivityInfo getActivityInfo(ComponentName className, int flags) throws NameNotFoundException {
75 public ActivityInfo getReceiverInfo(ComponentName className, int flags) throws NameNotFoundException {
80 public ServiceInfo getServiceInfo(ComponentName className, int flags) throws NameNotFoundException {
85 public ProviderInfo getProviderInfo(ComponentName componentName, int i) throws NameNotFoundException {
149 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags) {
174 public InstrumentationInfo getInstrumentationInfo(ComponentName className, int flags) throws NameNotFoundException {
186 @Override public Drawable getActivityIcon(ComponentName activityName) throws NameNotFoundException {
206 @Override public Drawable getActivityLogo(ComponentName componentName) throws NameNotFoundException
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java 21 import android.content.ComponentName;
246 ComponentName componentName = new ComponentName(serviceInfo.packageName, serviceInfo.name);
249 String enabledServiceString = componentName.flattenToString();
273 componentName, enableTouchExploration);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 680 OSCL_EXPORT_REF OMX_ERRORTYPE Exynos_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName)
699 if ((hComponent == NULL) || (componentName == NULL)) {
704 if (Exynos_OSAL_Strcmp(EXYNOS_OMX_COMPONENT_MP3_DEC, componentName) != 0) {
705 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: componentName(%s) error, ret: %X", __FUNCTION__, componentName, ret);
719 pExynosComponent->componentName = (OMX_STRING)Exynos_OSAL_Malloc(MAX_OMX_COMPONENT_NAME_SIZE);
720 if (pExynosComponent->componentName == NULL) {
721 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: componentName alloc error, ret: %X", __FUNCTION__, ret);
725 Exynos_OSAL_Memset(pExynosComponent->componentName, 0, MAX_OMX_COMPONENT_NAME_SIZE);
726 Exynos_OSAL_Strcpy(pExynosComponent->componentName, EXYNOS_OMX_COMPONENT_MP3_DEC)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 22 import android.content.ComponentName;
63 if (findActivity(data, info.componentName)) {
106 final ComponentName component = info.intent.getComponent();
126 final ComponentName component = applicationInfo.intent.getComponent();
147 mIconCache.remove(applicationInfo.componentName);
156 final ComponentName component = applicationInfo.intent.getComponent();
183 private static boolean findActivity(List<ResolveInfo> apps, ComponentName component) {
197 private static boolean findActivity(ArrayList<ApplicationInfo> apps, ComponentName component) {
201 if (info.componentName.equals(component)) {
213 final ComponentName component = info.intent.getComponent()
    [all...]
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 82 Log.e(TAG, "Couldn't load banner drawable of service " + appInfo.componentName);
133 if (appInfo.componentName != null) {
134 mPaymentBackend.setDefaultPaymentApp(appInfo.componentName);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 491 String componentName = extractValue(state);
492 Component child = new Component(componentName, component);
499 String componentName = extractValue(state);
501 !componentName.equals(component.getName())) {
502 throw new FormatException("Unexpected END " + componentName);

Completed in 1446 milliseconds

1 23 4 5 6 7 8 9