Searched defs:info (Results 226 - 250 of 424) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DUtils.cpp703 audio_offload_info_t info = AUDIO_INFO_INITIALIZER; local
705 info.format = AUDIO_FORMAT_INVALID;
706 if (mapMimeToAudioFormat(info.format, mime) != OK) {
710 ALOGV("Mime type \"%s\" mapped to audio_format %d", mime, info.format);
713 if (AUDIO_FORMAT_INVALID == info.format) {
723 mapAACProfileToAudioFormat(info.format,(OMX_AUDIO_AACPROFILETYPE) aacaot);
730 info.sample_rate = srate;
744 info.channel_mask = cmask;
750 info.duration_us = duration;
756 info
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp202 ComponentInfo &info = *--list->end(); local
204 info.mName = componentName;
212 info.mRoles.push_back(roles[i]);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp171 #define EXPECT(condition, info) \
173 ALOGE(info); printf("\n * " info "\n"); return UNKNOWN_ERROR; \
176 #define EXPECT_SUCCESS(err, info) \
177 EXPECT((err) == OK, info " failed")
766 const IOMX::ComponentInfo &info = *it; local
767 const char *componentName = info.mName.string();
773 for (List<String8>::const_iterator role_it = info.mRoles.begin();
774 role_it != info.mRoles.end(); ++role_it) {
/frameworks/av/media/mtp/
H A DMtpDevice.cpp315 MtpDeviceInfo* info = new MtpDeviceInfo; local
316 info->read(mData);
317 return info;
348 MtpStorageInfo* info = new MtpStorageInfo(storageID); local
349 info->read(mData);
350 return info;
387 MtpObjectInfo* info = new MtpObjectInfo(handle); local
388 info->read(mData);
389 return info;
409 MtpObjectHandle MtpDevice::sendObjectInfo(MtpObjectInfo* info) { argument
460 sendObject(MtpObjectInfo* info, int srcFD) argument
500 MtpObjectInfo* info = getObjectInfo(handle); local
511 MtpObjectInfo* info = getObjectInfo(handle); local
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp303 AMediaCodecBufferInfo *info, int64_t timeoutUs) {
314 info->offset = offset;
315 info->size = size;
316 info->flags = flags;
317 info->presentationTimeUs = presentationTimeUs;
438 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo* info) { argument
439 free(info);
302 AMediaCodec_dequeueOutputBuffer(AMediaCodec *mData, AMediaCodecBufferInfo *info, int64_t timeoutUs) argument
/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java483 * Gets the info describing the printed document.
485 * @return The document info.
494 * Sets the info describing the printed document.
496 * @param info The document info.
500 public void setDocumentInfo(PrintDocumentInfo info) { argument
501 mDocumentInfo = info;
H A DPrintManager.java230 Log.e(LOG_TAG, "Error getting a print job info:" + printJobId, re);
821 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) { argument
836 if (info == null) {
837 throw new NullPointerException("document info cannot be null");
841 callback.onLayoutFinished(info, changed, mSequence);
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java749 AccessibilityNodeInfo info = infos.get(i);
750 applyAppScaleAndMagnificationSpecIfNeeded(info, spec);
762 AccessibilityNodeInfo info = infos.get(i);
763 adjustIsVisibleToUserIfNeeded(info, interactiveRegion);
767 private void adjustIsVisibleToUserIfNeeded(AccessibilityNodeInfo info, argument
769 if (interactiveRegion == null || info == null) {
773 info.getBoundsInScreen(boundsInScreen);
775 info.setVisibleToUser(false);
799 private void applyAppScaleAndMagnificationSpecIfNeeded(AccessibilityNodeInfo info, argument
801 if (info
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java765 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
766 super.onInitializeAccessibilityNodeInfo(info);
767 info.setClassName(AbsSeekBar.class.getName());
772 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD);
775 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD);
H A DActionMenuPresenter.java649 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
650 super.onInitializeAccessibilityNodeInfo(info);
651 info.setCanOpenPopup(true);
H A DAppSecurityPermissions.java96 MyPermissionGroupInfo(PermissionGroupInfo info) { argument
97 super(info);
134 MyPermissionInfo(PermissionInfo info) { argument
135 super(info);
282 public AppSecurityPermissions(Context context, PackageInfo info) { argument
285 if(info == null) {
288 mPackageName = info.packageName;
293 if (info.requestedPermissions != null) {
295 installedPkgInfo = mPm.getPackageInfo(info.packageName,
299 extractPerms(info, permSe
350 extractPerms(PackageInfo info, Set<MyPermissionInfo> permSet, PackageInfo installedPkgInfo) argument
[all...]
H A DFrameLayout.java708 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
709 super.onInitializeAccessibilityNodeInfo(info);
710 info.setClassName(FrameLayout.class.getName());
H A DMediaController.java635 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
636 super.onInitializeAccessibilityNodeInfo(info);
637 info.setClassName(MediaController.class.getName());
H A DTabHost.java393 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
394 super.onInitializeAccessibilityNodeInfo(info);
395 info.setClassName(TabHost.class.getName());
H A DTableLayout.java676 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
677 super.onInitializeAccessibilityNodeInfo(info);
678 info.setClassName(TableLayout.class.getName());
H A DVideoView.java211 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
212 super.onInitializeAccessibilityNodeInfo(info);
213 info.setClassName(VideoView.class.getName());
276 * info message. Otherwise, if reading the source takes excessive time,
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java122 public void commitCorrection(CorrectionInfo info) { argument
123 dispatchMessage(obtainMessageO(DO_COMMIT_CORRECTION, info));
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java401 public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info) { argument
402 super.onInitializeAccessibilityNodeInfo(info);
404 info.setClassName(ActionBar.Tab.class.getName());
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp73 static void recorderCallback(int event, void* user, void *info) { argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp95 static void effectCallback(int event, void* user, void *info) { argument
121 if (info == 0) {
122 ALOGW("EVENT_CONTROL_STATUS_CHANGED info == NULL");
125 param = *(bool *)info;
130 if (info == 0) {
131 ALOGW("EVENT_ENABLE_STATUS_CHANGED info == NULL");
134 param = *(bool *)info;
139 if (info == 0) {
140 ALOGW("EVENT_PARAMETER_CHANGED info == NULL");
143 p = (effect_param_t *)info;
[all...]
H A Dandroid_media_Visualizer.cpp320 void *info) {
322 (*((status_t*)info) == DEAD_OBJECT)) {
318 android_media_visualizer_effect_callback(int32_t event, void *user, void *info) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java359 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo info) { argument
362 info.setTouchableInsets(ViewTreeObserver.InternalInsetsInfo.TOUCHABLE_INSETS_REGION);
363 info.touchableRegion.set(mTmpTwoArray[0], mTmpTwoArray[1],
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java469 private void startSpellCheckerServiceInnerLocked(SpellCheckerInfo info, String locale, argument
475 final String sciId = info.getId();
479 serviceIntent.setComponent(info.getComponent());
481 Slog.w(TAG, "bind service: " + info.getId());
661 SpellCheckerInfo info = ent.getValue();
662 pw.print(" "); pw.print("id="); pw.println(info.getId());
664 pw.println(info.getComponent().toShortString());
665 int NS = info.getSubtypeCount();
667 SpellCheckerSubtype st = info.getSubtypeAt(i);
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java470 public void onRouteSelected(MediaRouter router, int type, MediaRouter.RouteInfo info) { argument
473 mMediaRouteInfo = info;
482 public void onRouteUnselected(MediaRouter route, int type, MediaRouter.RouteInfo info) { argument
483 if (mMediaRouteInfo == info) {
534 MediaProjectionInfo info = projection.getProjectionInfo();
535 mHandler.post(new WatcherStartCallback(info, callback));
552 MediaProjectionInfo info = projection.getProjectionInfo();
553 mHandler.post(new WatcherStopCallback(info, callback));
563 public WatcherStartCallback(MediaProjectionInfo info, argument
565 mInfo = info;
583 WatcherStopCallback(MediaProjectionInfo info, IMediaProjectionWatcherCallback callback) argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java111 abstract protected void onServiceAdded(ManagedServiceInfo info); argument
135 for (ManagedServiceInfo info : mServices) {
136 if (filter != null && !filter.matches(info.component)) continue;
137 pw.println(" " + info.component
138 + " (user " + info.userid + "): " + info.service
139 + (info.isSystem?" SYSTEM":""));
180 final ManagedServiceInfo info = mServices.get(i);
181 if (info.service.asBinder() == token) return info;
[all...]

Completed in 3109 milliseconds

1234567891011>>