Searched refs:component (Results 51 - 75 of 170) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java41 * Manages a persistent connection to a service component defined in a secure setting.
43 * <p>If a valid service component is specified in the secure setting, starts it up and keeps it
44 * running; handling setting changes, package updates, component disabling, and unexpected
176 // listen for package/component changes
289 public void setComponent(ComponentName component) { argument
290 final String setting = component == null ? null : component.flattenToShortString();
296 final ComponentName component = getComponent();
297 if (component == null) return false;
299 return mContext.getPackageManager().isPackageAvailable(component
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h31 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h35 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h35 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp44 OMX_COMPONENTTYPE **component)
45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
308 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
309 return new android::SoftGSM(name, callbacks, appData, component);
40 SoftGSM( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
306 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h54 OMX_PTR appData, OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h40 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h46 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
236 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
237 return new android::SoftRaw(name, callbacks, appData, component);
37 SoftRaw( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
234 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java183 ComponentName component = new ComponentName(this, getClass());
185 ServiceInfo serviceInfo = getPackageManager().getServiceInfo(component, 0 /* flags */);
187 throw new IllegalStateException(component.flattenToShortString()
192 Log.e(TAG, "Can't get ServiceInfo for " + component.toShortString());
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp136 ALOGV("Invalid number of bits per component: %d",
146 (plane.component != FLEX_COMPONENT_Y && plane.h_increment == 2);
211 if (planeIter->component == FLEX_COMPONENT_Y) {
213 } else if (planeIter->component == FLEX_COMPONENT_Cb) {
215 } else if (planeIter->component == FLEX_COMPONENT_Cr) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp60 OMX_COMPONENTTYPE **component)
63 352 /* width */, 288 /* height */, callbacks, appData, component),
404 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
410 callbacks, appData, component);
415 callbacks, appData, component);
417 CHECK(!"Unknown component");
52 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
402 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp42 OMX_COMPONENTTYPE **component)
47 320 /* width */, 240 /* height */, callbacks, appData, component),
332 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
336 callbacks, appData, component);
340 callbacks, appData, component);
342 CHECK(!"Unknown component");
36 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
330 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java301 public ActivityInfo resolveActivity(ComponentName component, UserHandle user) argument
311 return pm.getActivityInfo(component,
493 public boolean isActivityEnabled(ComponentName component, UserHandle user) argument
495 ensureInUserProfiles(user, "Cannot check component for unrelated profile " + user);
503 ActivityInfo info = pm.getActivityInfo(component,
514 public void startActivityAsUser(ComponentName component, Rect sourceBounds, argument
526 launchIntent.setPackage(component.getPackageName());
531 ActivityInfo info = pm.getActivityInfo(component,
537 + component);
540 // Check that the component actuall
567 showAppDetailsAsUser(ComponentName component, Rect sourceBounds, Bundle opts, UserHandle user) argument
[all...]
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java494 * the currently selected VR listener service. If the component selected for the VR listener
500 * @param component new component to be bound as a VR listener.
501 * @param userId user owning the component to be bound.
502 * @param calling the component currently using VR mode, or null to leave unchanged.
504 * @return {@code true} if the component/user combination specified is valid.
506 private boolean updateCurrentVrServiceLocked(boolean enabled, @NonNull ComponentName component, argument
513 boolean validUserComponent = (mComponentObserver.isValid(component, userId) ==
536 // Unbind any running service that doesn't match the component/user selection
537 if (mCurrentVrService.disconnectIfNotMatching(component, userI
724 createAndConnectService(@onNull ComponentName component, int userId) argument
762 create(@onNull Context context, @NonNull ComponentName component, int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java271 private boolean validateDream(ComponentName component) { argument
272 if (component == null) return false;
273 final ServiceInfo serviceInfo = getServiceInfo(component);
275 Slog.w(TAG, "Dream " + component + " does not exist");
279 Slog.w(TAG, "Dream " + component
296 for (ComponentName component : components) {
297 if (validateDream(component)) {
298 validComponents.add(component);
303 // fallback to the default dream component if necessary
667 // May have updated the doze component, wak
[all...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaClass.java39 Class component = aClass.getComponentType();
40 return toJavaCode(component) + "[]";
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp45 OMX_COMPONENTTYPE **component)
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
430 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
431 return new android::SoftAMRNBEncoder(name, callbacks, appData, component);
41 SoftAMRNBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
428 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp41 OMX_COMPONENTTYPE **component)
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
334 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
335 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
332 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp43 OMX_COMPONENTTYPE **component)
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
442 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
443 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
440 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h66 OMX_COMPONENTTYPE **component);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp54 OMX_COMPONENTTYPE **component)
58 320 /* width */, 240 /* height */, callbacks, appData, component),
335 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
336 return new android::SoftAVC(name, callbacks, appData, component);
50 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
333 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h41 OMX_COMPONENTTYPE **component);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPacManager.java301 public void onServiceDisconnected(ComponentName component) {
308 public void onServiceConnected(ComponentName component, IBinder binder) {
338 public void onServiceDisconnected(ComponentName component) {
342 public void onServiceConnected(ComponentName component, IBinder binder) {
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingUtil.java293 private static <T extends ViewDataBinding> T bindToAddedViews(DataBindingComponent component, argument
299 return bind(component, childView, layoutId);
305 return bind(component, children, layoutId);

Completed in 980 milliseconds

1234567