HomeSort by relevance Sort by last modified time
    Searched defs:compName (Results 1 - 20 of 20) sorted by null

  /hardware/ti/omap4-aah/domx/domx/profiling/src/
profile.c 161 char compName[OMX_MAX_STRINGNAME_SIZE];
201 ((OMX_COMPONENTTYPE*) hComponent)->GetComponentVersion(hComponent, compName, &nVersionComp, &nVersionSpec, &compUUID);
203 /* get the end of the string compName... */
204 p = compName + strlen( compName ) - 1;
205 while( (*p != '.' ) && (p != compName) ) p--;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 79 ComponentName compName = new ComponentName(context,
81 pm.setComponentEnabledSetting(compName,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 51 char compName[60][200];
752 strcpy(compName[numFiles], tComponentName[i][0]);
753 componentTable[numFiles].name = compName[numFiles];
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core.c 79 char compName[60][200];
743 compName = (OMX_STRING *) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
770 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
772 strncpy(compName[tableCount], temp, strlen(temp) + 1);
774 compName[tableCount];
883 strcpy(compName[numFiles], tComponentName[i][0]);
884 componentTable[numFiles].name = compName[numFiles];
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 79 char compName[60][200];
730 compName = (OMX_STRING *) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
757 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
759 strncpy(compName[tableCount], temp, strlen(temp) + 1);
761 compName[tableCount];
870 strcpy(compName[numFiles], tComponentName[i][0]);
871 componentTable[numFiles].name = compName[numFiles];
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 286 ComponentName compName = new ComponentName(MAPS_PACKAGE_NAME,
289 Uri.parse(uri)).setComponent(compName);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 268 final ComponentName compName = new ComponentName(si.packageName, si.name);
270 Slog.w(TAG, "Skipping text service " + compName
275 if (DBG) Slog.d(TAG, "Add: " + compName);
279 Slog.w(TAG, "Skipping text service " + compName
286 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
288 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
    [all...]
InputMethodManagerService.java     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 242 milliseconds