HomeSort by relevance Sort by last modified time
    Searched full:compname (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/media/java/android/media/session/
ISessionManager.aidl 32 List<IBinder> getSessions(in ComponentName compName, int userId);
35 void addSessionsListener(in IActiveSessionsListener listener, in ComponentName compName,
  /hardware/ti/omap4-aah/domx/omx_core/src/
OMX_Core_Wrapper.c 138 OMX_API OMX_ERRORTYPE TIOMX_GetRolesOfComponent(OMX_IN OMX_STRING compName,
144 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
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_Wrapper.c 142 OMX_API OMX_ERRORTYPE TIOMX_GetRolesOfComponent(OMX_IN OMX_STRING compName,
148 return OMX_GetRolesOfComponent(compName, pNumRoles, roles);
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/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 81 ComponentName compName = new ComponentName(context,
83 pm.setComponentEnabledSetting(compName,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Core.h 68 OMX_IN OMX_STRING compName,
Exynos_OMX_Core.c 318 OMX_IN OMX_STRING compName,
336 if (Exynos_OSAL_Strcmp(gComponentList[i].component.componentName, compName) == 0) {
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ComponentRegistry.h 46 OMX_IN OMX_STRING compName,
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 46 OMX_IN OMX_STRING compName,
  /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--;
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 273 OMX_IN OMX_STRING compName,
286 const_cast<OMX_STRING>(compName), &numRoles, NULL);
300 const_cast<OMX_STRING>(compName), &numRoles2, array);
  /hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp 352 OMX_IN OMX_STRING compName,
368 if (!strcmp(compName, cname)) {
379 compName, &roles[i][0]);
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 335 private void enforceMediaPermissions(ComponentName compName, int pid, int uid,
340 && !isEnabledNotificationListener(compName, UserHandle.getUserId(uid),
358 * @param compName The component that is enabled.
363 private boolean isEnabledNotificationListener(ComponentName compName, int userId,
370 Log.d(TAG, "Checking if enabled notification listener " + compName);
372 if (compName != null) {
382 if (compName.equals(component)) {
393 Log.d(TAG, "not ok to get sessions, " + compName +
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 575 ComponentName compname = new ComponentName( local
581 if (pm.getActivityInfo(compname,0) != null) {
588 Log.d(TAG, "Component not enabled: " + compname);
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 223 final ComponentName compName = new ComponentName(si.packageName, si.name);
225 Slog.w(TAG, "Skipping text service " + compName
230 if (DBG) Slog.d(TAG, "Add: " + compName);
234 Slog.w(TAG, "Skipping text service " + compName
241 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
243 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
  /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/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 742 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName,
749 DEBUG_PRINT("GetRolesOfComponent %s\n",compName);
762 if(!strcmp(compName,core[i].name))
787 if(!strcmp(compName,core[i].name))
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 727 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName,
734 DEBUG_PRINT("GetRolesOfComponent %s\n",compName);
747 if(!strcmp(compName,core[i].name))
772 if(!strcmp(compName,core[i].name))

Completed in 508 milliseconds

1 2