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

1 2 34 5 6 7 8 9

  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName)
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(unsigned)componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 85 qc_omx_component_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName)
94 eRet = pThis->component_init(componentName);
108 OMX_OUT OMX_STRING componentName,
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(unsigned)componentVersion);
118 eRet = pThis->get_component_version(hComp,componentName,componentVersion,specVersion,componentUUID);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 20 import android.content.ComponentName;
226 public final ComponentName componentName;
230 public ServiceInfo(V type, ComponentName componentName, int uid) {
232 this.componentName = componentName;
238 return "ServiceInfo: " + type + ", " + componentName + ", uid " + uid;
432 ComponentName componentName = new ComponentName(si.packageName, si.name)
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 22 import android.content.ComponentName;
181 List<ComponentName> enabledServices = SettingsUtils
199 ComponentName componentName = new ComponentName(
202 preference.setKey(componentName.flattenToString());
208 final boolean serviceEnabled = enabledServices.contains(componentName);
235 new ComponentName(installedService.serviceInfo.packageName,
244 new ComponentName(installedService.serviceInfo.packageName,
248 extras.putString(EXTRA_SERVICE_COMPONENT_NAME, componentName.flattenToString())
    [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 120 static bool findCodecQuirks(const char *componentName, uint32_t *quirks);
236 bool isEncoder, const char *mime, const char *componentName,
399 const char *componentName, const char *mime,
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 356 int getCurrentEnabledStateLPr(String componentName, int userId) {
358 if (state.enabledComponents != null && state.enabledComponents.contains(componentName)) {
361 && state.disabledComponents.contains(componentName)) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 23 import android.content.ComponentName;
73 public final HashMap<ComponentName, ApduServiceInfo> services =
138 boolean containsServiceLocked(ArrayList<ApduServiceInfo> services, ComponentName serviceName) {
145 public boolean hasService(int userId, ComponentName service) {
149 public ApduServiceInfo getService(int userId, ComponentName service) {
209 ComponentName componentName = new ComponentName(si.packageName, si.name);
213 Log.e(TAG, "Skipping APDU service " + componentName +
220 Log.e(TAG, "Skipping APDU service " + componentName
    [all...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintSpooler.java 19 import android.content.ComponentName;
90 public void onAllPrintJobsForServiceHandled(ComponentName printService);
101 mIntent.setComponent(new ComponentName("com.android.printspooler",
105 public final List<PrintJobInfo> getPrintJobInfos(ComponentName componentName, int state,
114 componentName, state, appId);
443 public void onServiceConnected(ComponentName name, IBinder service) {
452 public void onServiceDisconnected(ComponentName name) {
475 ComponentName componentName, int state, int appId
    [all...]
  /hardware/qcom/media/mm-core/inc/
qc_omx_component.h 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.h 55 OMX_STRING componentName;
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 29 import android.content.ComponentName;
169 public ComponentName componentName; // used in combination with query
412 int viewType, long extraLong, String query, ComponentName componentName) {
414 componentName);
418 long eventId, int viewType, long extraLong, String query, ComponentName componentName) {
427 info.componentName = componentName;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 121 protected Intent activityIntent(String pkg, String componentName) {
123 result.setClassName(pkg, componentName);
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 123 protected Intent activityIntent(String pkg, String componentName) {
125 result.setClassName(pkg, componentName);
  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 107 * Parameters: componentName
150 * Parameters: handle, componentName, appData, callbacks
156 OMX_IN OMX_STRING componentName,
168 comp_idx = get_comp_from_list(componentName);
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 201 omx_component_image_init(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_STRING componentName);
206 OMX_OUT OMX_STRING componentName,
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 125 protected Intent activityIntent(String pkg, String componentName) {
127 result.setClassName(pkg, componentName);
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 107 * Parameters: componentName
150 * Parameters: handle, componentName, appData, callbacks
156 OMX_IN OMX_STRING componentName,
168 comp_idx = get_comp_from_list(componentName);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 165 boolean shouldShowAppOrWidgetProvider(ComponentName componentName) {
166 return mAppFilter == null || mAppFilter.shouldShowApp(componentName);
DeleteDropTarget.java 22 import android.content.ComponentName;
282 mLauncher.startApplicationUninstallActivity(appInfo.componentName, appInfo.flags);
286 final ComponentName componentName = shortcut.intent.getComponent();
289 ShortcutInfo.getPackageInfo(getContext(), componentName.getPackageName()));
291 mLauncher.startApplicationUninstallActivity(componentName, flags);
297 String packageName = componentName.getPackageName();
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 124 protected Intent activityIntent(String pkg, String componentName) {
126 result.setClassName(pkg, componentName);
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 196 char componentName[256];
198 componentName, sizeof(componentName), index) == OMX_ErrorNone) {
202 info.mName = componentName;
206 mMaster->getRolesOfComponent(componentName, &roles);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 22 import android.content.ComponentName;
675 ComponentName componentName = SmsApplication.getDefaultSmsApplication(mContext, true);
676 if (componentName != null) {
678 intent.setComponent(componentName);
679 log("Delivering SMS to: " + componentName.getPackageName() +
680 " " + componentName.getClassName());
    [all...]

Completed in 976 milliseconds

1 2 34 5 6 7 8 9