Searched refs:info (Results 176 - 200 of 558) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java728 ResolveInfo info =
731 info.activityInfo.applicationInfo.packageName,
732 info.activityInfo.name);
735 int perm = mService.checkComponentPermission(info.activityInfo.permission,
736 r.callingPid, r.callingUid, info.activityInfo.applicationInfo.uid,
737 info.activityInfo.exported);
739 if (!info.activityInfo.exported) {
744 + " is not exported from uid " + info.activityInfo.applicationInfo.uid
751 + " requires " + info.activityInfo.permission
756 if (info
[all...]
H A DProcessRecord.java50 final ApplicationInfo info; // all about the first app in the process field in class:ProcessRecord
52 final int uid; // uid of process; may be different from 'info' if isolated
177 pw.print(" uid="); pw.print(info.uid);
178 if (uid != info.uid) {
182 if (info.className != null) {
183 pw.print(prefix); pw.print("class="); pw.println(info.className);
185 if (info.manageSpaceActivityName != null) {
187 pw.println(info.manageSpaceActivityName);
189 pw.print(prefix); pw.print("dir="); pw.print(info.sourceDir);
190 pw.print(" publicDir="); pw.print(info
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h79 bool handlePortSettingChangeEvent(const H264SwDecInfo *info);
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java195 SyncThread info = null;
199 info = current;
204 if (info != null) {
206 onSyncCanceled(info);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java125 * @param info Information about the text box (typically, an EditText)
130 public void startInput(InputConnection inputConnection, EditorInfo info); argument
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp39 jint info; member in struct:android::levels_t
51 case 'I': return levels.info;
57 return levels.info;
157 levels.info = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "INFO", "I"));
H A Dandroid_ddm_DdmHandleNativeHeap.cpp33 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize,
36 extern "C" void free_malloc_leak_info(uint8_t* info);
61 * Retrieve the native heap information and the info from /proc/self/maps,
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java84 MtpDeviceInfo info = device.getDeviceInfo();
85 if (info != null) {
86 textView1.setText(info.getManufacturer());
87 textView2.setText(info.getModel());
H A DMtpClient.java286 MtpStorageInfo info = device.getStorageInfo(storageIds[i]);
287 if (info == null) {
290 storageList.add(info);
358 MtpObjectInfo info = device.getObjectInfo(handles[i]);
359 if (info == null) {
362 objectList.add(info);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java119 Camera.CameraInfo info = new Camera.CameraInfo();
121 Camera.getCameraInfo(i, info);
122 if (info.facing == Camera.CameraInfo.CAMERA_FACING_BACK) break;
143 return (info.orientation - degrees + 360) % 360;
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp447 ALOGW("bcc: FAILS to synchronize the RS info file to the disk");
458 const bcc::RSInfo *info = &mExecutable->getInfo(); local
459 if (info->getExportVarNames().size()) {
460 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
461 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
487 const char *rsInfo = (const char *) dlsym(mScriptSO, ".rs.info");
489 //ALOGE("Found .rs.info(): %p - %s", rsInfo, rsInfo);
686 const bcc::RSInfo *info = &mExecutable->getInfo(); local
688 // Copy info over to runtime
689 script->mHal.info
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp81 mp3Header *info mp3 header info
257 mp3Header *info)
272 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
273 (info->mode_ext & 0x1);
275 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
276 (info->mode_ext & 0x2);
278 int32 sfreq = info->version_x + (info->version_x << 1);
279 sfreq += info
252 pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS], mp3ScaleFactors *scalefac, granuleInfo *gr_info, int32 used_freq_lines, mp3Header *info) argument
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.h87 MtpObjectHandle sendObjectInfo(MtpObjectInfo* info);
88 bool sendObject(MtpObjectInfo* info, int srcFD);
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityManager.aidl54 in AccessibilityServiceInfo info);
H A DAccessibilityNodeInfo.java36 * presented as tree of accessibility node info which may or may not map one-to-one
38 * a tree of accessibility node info.
41 * Once an accessibility node info is delivered to an accessibility service it is
47 * node info as well as familiarizing with the security model.
111 * Action that clicks on the node info.
144 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
176 * info.performAction(AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY,
204 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT, arguments);
219 * info.performAction(AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT, arguments);
261 * info
2092 obtain(AccessibilityNodeInfo info) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java63 // version & signature info of each app in a restore set
65 // The version info of each backed-up app as read from the state file
168 PackageInfo info = null;
170 info = mPackageManager.getPackageInfo(packName,
186 if (info.versionCode == mStateVersions.get(packName).versionCode) {
191 if (info.signatures == null || info.signatures.length == 0)
208 outputBufferStream.writeInt(info.versionCode);
209 writeSignatureArray(outputBufferStream, info.signatures);
213 + " version=" + info
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DStackTapPointerEventListener.java43 DisplayInfo info = displayContent.getDisplayInfo();
44 mMotionSlop = (int)(info.logicalDensityDpi * TAP_MOTION_SLOP_INCHES);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DOutputPort.java145 OutputPort(Filter filter, String name, Signature.PortInfo info) { argument
148 mInfo = info;
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java179 CameraMetadataNative info = new CameraMetadataNative();
181 mCameraService.getCameraCharacteristics(Integer.valueOf(cameraId), info);
189 return new CameraCharacteristics(info);
369 CameraMetadataNative info = new CameraMetadataNative();
375 mCameraService.getCameraCharacteristics(i, info);
376 if (!info.isEmpty()) {
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java625 AccessibilityNodeInfo info = infos.get(i);
626 applyAppScaleAndMagnificationSpecIfNeeded(info, spec);
631 private void applyAppScaleAndMagnificationSpecIfNeeded(AccessibilityNodeInfo info, argument
633 if (info == null) {
645 info.getBoundsInParent(boundsInParent);
646 info.getBoundsInScreen(boundsInScreen);
657 info.setBoundsInParent(boundsInParent);
658 info.setBoundsInScreen(boundsInScreen);
685 info.setVisibleToUser(false);
746 AccessibilityNodeInfo info
[all...]
/frameworks/base/core/java/android/widget/
H A DHeaderViewListAdapter.java41 // Used as a placeholder in case the provided info views are indeed null.
87 for (ListView.FixedViewInfo info : infos) {
88 if (!info.isSelectable) {
98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i);
99 if (info.view == v) {
115 ListView.FixedViewInfo info = mFooterViewInfos.get(i);
116 if (info.view == v) {
H A DNumberPicker.java2470 AccessibilityNodeInfo info = mInputText.createAccessibilityNodeInfo();
2471 info.setSource(NumberPicker.this, VIRTUAL_VIEW_ID_INPUT);
2473 info.addAction(AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS);
2476 info.addAction(AccessibilityNodeInfo.ACTION_CLEAR_ACCESSIBILITY_FOCUS);
2480 info.setVisibleToUser(isVisibleToUser(boundsInParent));
2481 info.setBoundsInParent(boundsInParent);
2486 info.setBoundsInScreen(boundsInScreen);
2487 return info;
2492 AccessibilityNodeInfo info = AccessibilityNodeInfo.obtain();
2493 info
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java146 final DocumentInfo info = new DocumentInfo();
147 info.updateFromCursor(cursor, authority);
148 return info;
168 final DocumentInfo info = new DocumentInfo();
169 info.updateFromUri(resolver, uri);
170 return info;
/frameworks/base/tools/obbtool/
H A DMain.cpp68 * Print usage info.
92 void doAdd(const char* filename, struct PackageInfo* info) { argument
99 obb->setPackageName(String8(info->packageName));
100 obb->setVersion(info->packageVersion);
101 obb->setOverlay(info->overlay);
102 if (info->salted) {
103 obb->setSalt(info->salt, SALT_LEN);
137 printf("OBB info for '%s':\n", filename);
284 CHECK_OP("info");
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java403 ApplicationInfo info = getPm().getApplicationInfo(pkgName, 0);
404 assertNotNull(info);
405 assertEquals(pkgName, info.packageName);
409 File srcDir = new File(info.sourceDir);
411 File publicSrcDir = new File(info.publicSourceDir);
413 long pkgLen = new File(info.sourceDir).length();
419 (info.flags & ApplicationInfo.FLAG_FORWARD_LOCK) != 0);
425 SECURE_CONTAINERS_PREFIX, info.nativeLibraryDir);
427 String compatLib = new File(info.dataDir + "/lib").getCanonicalPath();
429 + info
1007 assertUninstalled(ApplicationInfo info) argument
[all...]

Completed in 565 milliseconds

1234567891011>>