Searched refs:group (Results 1 - 25 of 203) sorted by path

123456789

/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h85 void setObserver(MediaBufferObserver *group);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c103 Function to decode interleaved slice group map type, i.e. slice
104 group map type 0.
109 runLength run_length[] values for each slice group
113 map slice group map is stored here
129 u32 i,j, group; local
140 for (group = 0; group < numSliceGroups && i < picSize;
141 i += runLength[group++])
143 ASSERT(runLength[group] <= picSize);
144 for (j = 0; j < runLength[group]
237 u32 group; local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp342 sp<MediaGroup> group = mMediaGroups.valueAt(i); local
343 size_t tracks = group->countTracks();
345 status_t err = group->selectTrack(ii, select);
366 sp<MediaGroup> group = mMediaGroups.valueAt(i); local
367 size_t tracks = group->countTracks();
369 return group->getTrackInfo(ii);
400 sp<MediaGroup> group = mMediaGroups.valueAt(i); local
401 size_t tracks = group->countTracks();
402 if (groupType != group->mType) {
404 } else if (group
460 sp<MediaGroup> group = mMediaGroups.valueFor(groupID); local
1230 sp<MediaGroup> group; local
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp652 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { argument
660 fchown(fd, getuid(), group);
H A DMtpDevice.h115 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
/frameworks/base/cmds/wm/src/com/android/commands/wm/
H A DWm.java225 rect.left = Integer.parseInt(matcher.group(1));
226 rect.top = Integer.parseInt(matcher.group(2));
227 rect.right = Integer.parseInt(matcher.group(3));
228 rect.bottom = Integer.parseInt(matcher.group(4));
/frameworks/base/core/java/android/app/
H A DActivity.java1718 KeyboardShortcutGroup group = null;
1725 if (group == null) {
1727 group = new KeyboardShortcutGroup(resource != 0 ? getString(resource) : null);
1729 group.addItem(new KeyboardShortcutInfo(
1733 if (group != null) {
1734 data.add(group);
3282 * menu items. These are placed in the {@link Menu#CATEGORY_SYSTEM} group so that
5244 * finish() on this activity (the parent), finishing the entire group.
H A DActivityThread.java968 public void setSchedulingGroup(int group) { argument
974 Process.setProcessGroup(Process.myPid(), group);
976 Slog.w(TAG, "Failed setting process group to " + group, e);
H A DApplicationPackageManager.java276 public List<PermissionInfo> queryPermissionsByGroup(String group, int flags) argument
280 mPM.queryPermissionsByGroup(group, flags);
291 throw new NameNotFoundException(group);
H A DApplicationThreadNative.java452 int group = data.readInt();
453 setSchedulingGroup(group);
1249 public void setSchedulingGroup(int group) throws RemoteException { argument
1252 data.writeInt(group);
H A DIApplicationThread.java125 void setSchedulingGroup(int group) throws RemoteException; argument
H A DMediaRouteButton.java443 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument
449 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
/frameworks/base/core/java/android/content/pm/
H A DFeatureGroupInfo.java24 * AndroidManifest.xml's {@code <feature-group>} tag.
29 * The list of features that are required by this group.
55 FeatureGroupInfo group = new FeatureGroupInfo();
56 group.features = source.createTypedArray(FeatureInfo.CREATOR);
57 return group;
H A DIPackageManager.aidl74 ParceledListSlice queryPermissionsByGroup(String group, int flags);
H A DPackageManager.java267 * {@link PackageInfo#gids group ids} that are associated with an
2697 * Return an array of all of the POSIX secondary group IDs that have been
2714 * Return an array of all of the POSIX secondary group IDs that have been
2798 * Query for all of the permissions associated with a particular group.
2800 * @param group The fully qualified name (i.e. com.google.permission.LOGIN)
2801 * of the permission group you are interested in. Use null to
2802 * find all of the permissions not associated with a group.
2807 * about all of the permissions in the given group.
2813 public abstract List<PermissionInfo> queryPermissionsByGroup(String group, argument
2817 * Retrieve all of the information we know about a particular group o
[all...]
H A DPackageParser.java142 private static final String TAG_PERMISSION_GROUP = "permission-group";
150 private static final String TAG_FEATURE_GROUP = "feature-group";
1839 FeatureGroupInfo group = new FeatureGroupInfo();
1856 Slog.w(TAG, "Unknown element under <feature-group>: " + innerTagName +
1864 group.features = new FeatureInfo[features.size()];
1865 group.features = features.toArray(group.features);
1867 pkg.featureGroups = ArrayUtils.add(pkg.featureGroups, group);
2508 "<permission-group>", sa,
2532 if (!parseAllMetaData(res, parser, "<permission-group>", per
5286 public PermissionGroup group; field in class:PackageParser.Permission
[all...]
H A DPermissionInfo.java144 * The group this permission is a part of, as per
147 public String group; field in class:PermissionInfo
249 group = orig.group;
292 dest.writeString(group);
311 group = source.readString();
H A DVerifierDeviceIdentity.java108 * group.
117 * GROUP_SIZE) to make the odd-size group appear at the end instead
127 final int group = (int) (input & 0x1F);
130 encoded[--index] = alphabet[group];
143 final int group = input[i];
150 if ('A' <= group && group <= 'Z') {
151 value = group - 'A';
152 } else if ('2' <= group && group <
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java45 String group = in.readString();
49 return new WifiDisplaySessionInfo(client, session, group, pp, ip);
63 boolean client, int session, String group, String pp, String ip) {
66 mGroupId = group;
62 WifiDisplaySessionInfo( boolean client, int session, String group, String pp, String ip) argument
/frameworks/base/core/java/android/net/
H A DWebAddress.java85 t = m.group(MATCH_GROUP_SCHEME);
87 t = m.group(MATCH_GROUP_AUTHORITY);
89 t = m.group(MATCH_GROUP_HOST);
91 t = m.group(MATCH_GROUP_PORT);
100 t = m.group(MATCH_GROUP_PATH);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java32 * The AidGroup class represents a group of Application Identifiers (AIDs).
42 * The maximum number of AIDs that can be present in any one group.
55 * @param aids The list of AIDs present in the group
56 * @param category The category of this group, e.g. {@link CardEmulation#CATEGORY_PAYMENT}
60 throw new IllegalArgumentException("No AIDS in AID group.");
63 throw new IllegalArgumentException("Too many AIDs in AID group.");
89 * @return the category of this AID group
96 * @return the list of AIDs in this group
150 AidGroup group = null;
165 Log.d(TAG, "Ignoring <aid> tag while not in group");
[all...]
H A DApduServiceInfo.java70 * Mapping from category to static AID group
75 * Mapping from category to dynamic AID group
193 // Parsed values for the current AID group
197 if (eventType == XmlPullParser.START_TAG && "aid-group".equals(tagName) &&
201 // Get category of AID group
220 } else if (eventType == XmlPullParser.END_TAG && "aid-group".equals(tagName) &&
227 Log.e(TAG, "Not adding <aid-group> with empty or invalid AIDs");
275 * a static (manifest-based) AID group for a category and a dynamic
276 * AID group, only the dynamically registered AIDs will be returned
282 for (AidGroup group
[all...]
H A DCardEmulation.java363 AidGroup group = sService.getAidGroupForService(UserHandle.myUserId(), service,
365 return (group != null ? group.getAids() : null);
373 AidGroup group = sService.getAidGroupForService(UserHandle.myUserId(), service,
375 return (group != null ? group.getAids() : null);
391 * this method, and a statically registered AID group for the same category
392 * exists in the manifest, the static AID group will become active again.
396 * @return whether the group was successfully removed.
/frameworks/base/core/java/android/os/
H A DProcess.java87 * Defines the UID/GID for the log group.
111 * Defines the UID/GID for the group that controls VPN services.
129 * Defines the GID for the group that allows write access to the internal media storage.
330 * Default thread group -
332 * When used with setProcessGroup(), the group of each thread in the process
335 * are moved to foreground thread group. All other threads are left unchanged.
341 * Background thread group - All threads in
342 * this group are scheduled with a reduced share of the CPU.
350 * Foreground thread group - All threads in
351 * this group ar
968 setThreadGroup(int tid, int group) argument
989 setProcessGroup(int pid, int group) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java34 * An adapter that returns the {@link Preference} contained in this group.
59 * The group that we are providing data from.
127 // If this group gets or loses any children, let us know
157 private void flattenPreferenceGroup(List<Preference> preferences, PreferenceGroup group) { argument
159 group.sortPreferences();
161 final int groupSize = group.getPreferenceCount();
163 final Preference preference = group.getPreference(i);
265 // There should always be a preference group, and these groups are always

Completed in 2349 milliseconds

123456789