/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];
|
/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/omap4xxx/domx/omx_core/inc/ |
OMX_ComponentRegistry.h | 46 OMX_IN OMX_STRING compName,
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 508 ComponentName compname = new ComponentName( local 514 if (pm.getActivityInfo(compname,0) != null) { 521 Log.d(TAG, "Component not enabled: " + compname);
|
/frameworks/base/services/java/com/android/server/ |
TextServicesManagerService.java | 188 final ComponentName compName = new ComponentName(si.packageName, si.name); 190 Slog.w(TAG, "Skipping text service " + compName 195 if (DBG) Slog.d(TAG, "Add: " + compName); 199 Slog.w(TAG, "Skipping text service " + compName 206 Slog.w(TAG, "Unable to load the spell checker " + compName, e); 208 Slog.w(TAG, "Unable to load the spell checker " + compName, e); [all...] |
InputMethodManagerService.java | [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 | 725 OMX_GetRolesOfComponent(OMX_IN OMX_STRING compName, 732 DEBUG_PRINT("GetRolesOfComponent %s\n",compName); 745 if(!strcmp(compName,core[i].name)) 770 if(!strcmp(compName,core[i].name))
|
/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];
|
/external/clang/lib/Sema/ |
SemaExprMember.cpp | 289 SourceLocation OpLoc, const IdentifierInfo *CompName, 299 const char *compStr = CompName->getNameStart(); 306 // This flag determines whether or not CompName has an 's' char prefix, 352 compStr = CompName->getNameStart(); 372 : CompName->getLength(); [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Core.h | [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Core.h | [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Core.h | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Core.h | [all...] |