Searched defs:group (Results 1 - 25 of 45) sorted by last modified time

12

/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument
27 C3DGroup *newGroup = (C3DGroup *) group;
30 // check that new group has the correct object ID and is realized, and acquire a strong
32 // specifies group as this audio player
34 // the new group is left unlocked, but it will be locked again below
47 // remove this object from the old group's set of objects
50 // note that we already have a strong reference to the old group
56 // add this object to the new group's set of objects
59 // we already have a strong reference to the new group, but we need to re-lock it
84 C3DGroup *group local
109 C3DGroup *group = thiz->mGroup; local
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java80 public void addGroup(String group) { argument
84 mGroupList.add(group);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java446 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
447 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
449 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
452 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
453 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
455 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
458 native void rsnScriptGroupExecute(int con, int group); argument
459 synchronized void nScriptGroupExecute(int group) { argument
461 rsnScriptGroupExecute(mContext, group);
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewGroupCompatIcs.java27 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
29 return group.onRequestSendAccessibilityEvent(child, event);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java31 public boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
37 ViewGroup group, View child, AccessibilityEvent event) {
45 ViewGroup group, View child, AccessibilityEvent event) {
46 return ViewGroupCompatIcs.onRequestSendAccessibilityEvent(group, child, event);
76 * @param group The group whose method to invoke.
81 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
83 return IMPL.onRequestSendAccessibilityEvent(group, child, event);
36 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
44 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp6669 void GLTrace_glGetPerfMonitorCountersAMD(GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters) { argument
6675 // copy argument group
6679 arg_group->add_intvalue(group);
6708 glContext->hooks->gl.glGetPerfMonitorCountersAMD(group, numCounters, maxActiveCounters, counterSize, counters);
6724 void GLTrace_glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString) { argument
6730 // copy argument group
6734 arg_group->add_intvalue(group);
6757 glContext->hooks->gl.glGetPerfMonitorGroupStringAMD(group, bufSize, length, groupString);
6772 void GLTrace_glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString) { argument
6778 // copy argument group
6826 GLTrace_glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid *data) argument
6943 GLTrace_glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *countersList) argument
[all...]
/frameworks/base/voip/java/android/net/rtp/
H A DAudioStream.java79 * Joins an {@link AudioGroup}. Each stream can join only one group at a
80 * time. The group can be changed by passing a different one or removed
83 * @param group The AudioGroup to join or {@code null} to leave.
87 public void join(AudioGroup group) { argument
89 if (mGroup == group) {
96 if (group != null) {
97 group.add(this);
98 mGroup = group;
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java941 * joins. The group object may not exist before the call is established.
942 * Also, the {@code AudioStream} may change its group during a call (e.g.,
945 * {@link #close} method is called. If a group object is set by
972 public void setAudioGroup(AudioGroup group) { argument
975 mAudioStream.join(group);
977 mAudioGroup = group;
1082 // set audio group mode based on current audio configuration
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java89 // SipProfile URI --> group
136 for (SipSessionGroupExt group : mSipGroups.values()) {
137 if (isCallerRadio || isCallerCreator(group)) {
138 profiles.add(group.getLocalProfile());
170 SipSessionGroupExt group = createGroup(localProfile,
173 group.openToReceiveCalls();
182 private boolean isCallerCreator(SipSessionGroupExt group) { argument
183 SipProfile profile = group.getLocalProfile();
187 private boolean isCallerCreatorOrRadio(SipSessionGroupExt group) { argument
188 return (isCallerRadio() || isCallerCreator(group));
761 start(SipSessionGroup group) argument
[all...]
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp85 // + Resampling is not done yet, so streams in one group must use the same rate.
508 NetworkThread(AudioGroup *group) : Thread(false), mGroup(group) {} argument
528 DeviceThread(AudioGroup *group) : Thread(false), mGroup(group) {} argument
569 ALOGD("group[%d] is dead", mDeviceSocket);
619 ALOGD("stream[%d] joins group[%d]", pair[1], pair[0]);
642 ALOGD("group[%d] switches from mode %d to %d", mDeviceSocket, mMode, mode);
690 ALOGD("stream[%d] joins group[%d]", stream->mSocket, mDeviceSocket);
705 ALOGD("stream[%d] leaves group[
939 AudioGroup *group = NULL; local
1022 AudioGroup *group = (AudioGroup *)env->GetIntField(thiz, gNative); local
1033 AudioGroup *group = (AudioGroup *)env->GetIntField(thiz, gNative); local
1041 AudioGroup *group = (AudioGroup *)env->GetIntField(thiz, gNative); local
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java647 /* Invite a peer to a group */
648 public boolean p2pInvite(WifiP2pGroup group, String deviceAddress) { argument
651 if (group == null) {
654 return doBooleanCommand("P2P_INVITE group=" + group.getInterface()
655 + " peer=" + deviceAddress + " go_dev_addr=" + group.getOwner().deviceAddress);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java27 * A class representing a Wi-Fi P2p group list
69 * Return the list of p2p group.
71 * @return the list of p2p group.
78 * Add the specified group to this group list.
80 * @param group
82 void add(WifiP2pGroup group) { argument
83 mGroups.put(group.getNetworkId(), group);
87 * Remove the group wit
[all...]
H A DWifiP2pManager.java68 * ,forms a p2p group or there is an explicit {@link #stopPeerDiscovery}.
79 * Wi-Fi devices that do not support p2p, an app can create a group using {@link #createGroup}
82 * <p> After a successful group formation through {@link #createGroup} or through {@link #connect},
84 * {@link WifiP2pInfo} contains the address of the group owner
86 * if the current device is a p2p group owner. A p2p client can thus communicate with
87 * the p2p group owner through a socket connection.
551 /** Interface for callback invocation when group info is available */
554 * The requested p2p group info is available
555 * @param group Wi-Fi p2p group inf
557 onGroupInfoAvailable(WifiP2pGroup group) argument
[all...]
H A DWifiP2pService.java143 /* Idle time after a peer is gone when the group is torn down */
148 /* Delayed message to timeout group creation */
184 /* When a group has been explicitly created by an app, we persist the group
189 /* Invitation to join an existing p2p group */
238 * For example, device limit or group limit is set. */
253 /* Unknown p2p group. For example, Device A tries to invoke the previous persistent group,
257 /* Both p2p devices indicated an intent of 15 in group owner negotiation. */
601 /* unexpected group create
1870 addRowToDialog(ViewGroup group, int stringId, String value) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java419 Slog.e(TAG, "The state of the spell checker bind group is illegal.");
485 final SpellCheckerBindGroup group = new SpellCheckerBindGroup(
487 mSpellCheckerBindGroups.put(sciId, group);
516 for (SpellCheckerBindGroup group : mSpellCheckerBindGroups.values()) {
517 if (group == null) continue;
519 removeList.add(group);
762 // do not add the lister if the group already contains this.
821 Slog.d(TAG, "Remove bind group.");
867 final SpellCheckerBindGroup group = mSpellCheckerBindGroups.get(mSciId);
868 if (group !
891 InternalDeathRecipient(SpellCheckerBindGroup group, ITextServicesSessionListener tsListener, String scLocale, ISpellCheckerSessionListener scListener, int uid, Bundle bundle) argument
[all...]
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java130 // The device to which we are currently connected, which means we have an active P2P group.
133 // The group info obtained after connecting.
704 Slog.d(TAG, "Received group info: " + describeWifiP2pGroup(info));
709 + "the current P2P group does not contain the device "
711 + ", group info was: " + describeWifiP2pGroup(info));
737 // After disconnection for a group, for some reason we have a tendency
893 private static String describeWifiP2pGroup(WifiP2pGroup group) { argument
894 return group != null ? group.toString().replace('\n', ',') : "null";
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1453 if ("group".equals(name)) {
1459 Slog.w(TAG, "<group> without gid at "
1573 if ("group".equals(tagName)) {
1579 Slog.w(TAG, "<group> without gid at "
1740 public List<PermissionInfo> queryPermissionsByGroup(String group, int flags) { argument
1745 if (group == null) {
1746 if (p.perm == null || p.perm.info.group == null) {
1750 if (p.perm != null && group.equals(p.perm.info.group)) {
1759 return mPermissionGroups.containsKey(group)
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java91 public List<PermissionInfo> queryPermissionsByGroup(String group, int flags) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1635 printf("Error adding file %s: group %s already exists in leaf=%s path=%s\n",
1736 sp<AaptGroup> group; local
1738 group = mFiles.valueFor(leafName);
1740 group = new AaptGroup(leafName, mPath.appendPathCopy(leafName));
1741 mFiles.add(leafName, group);
1744 return group->addFile(file);
1999 sp<AaptGroup> group; local
2011 group = dir->getFiles().valueAt(i);
2013 group = new AaptGroup(rootStr, filePath);
2014 status_t res = dir->addFile(rootStr, group);
2099 AaptGroupEntry group; local
2246 AaptGroupEntry group; local
[all...]
H A DPackage.cpp40 const sp<AaptGroup>& group, const sp<AaptFile>& file);
294 const sp<AaptGroup>& group, const sp<AaptFile>& file)
298 String8 storageName(group->getPath());
293 processFile(Bundle* bundle, ZipFile* zip, const sp<AaptGroup>& group, const sp<AaptFile>& file) argument
H A DResource.cpp100 sp<AaptGroup> group; local
103 // Try to get next file in this current group.
105 group = mGroup;
106 file = group->getFiles().valueAt(mGroupPos++);
108 // Try to get the next group/file in this directory
110 mGroup = group = mSet->valueAt(mSetPos++);
111 if (group->getFiles().size() < 1) {
114 file = group->getFiles().valueAt(0);
124 String8 leaf(group->getLeaf());
128 group
182 sp<AaptGroup> group = assets->getFiles().valueFor(String8("resources.arsc")); local
384 const sp<AaptGroup>& group = groups.valueAt(i); local
2544 const sp<AaptGroup>& group = groups.valueAt(i); local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2370 // A group of objects describing a particular resource package.
3667 const PackageGroup* group = mPackageGroups[ig]; local
3670 group->name.string(), group->name.size())) {
3671 TABLE_NOISY(printf("Skipping package group: %s\n", String8(group->name).string()));
3675 const ssize_t ti = group->basePackage->typeStrings.indexOfString(type, typeLen);
3677 TABLE_NOISY(printf("Type not found in package %s\n", String8(group->name).string()));
3681 const ssize_t ei = group->basePackage->keyStrings.indexOfString(name, nameLen);
3683 TABLE_NOISY(printf("Name not found in package %s\n", String8(group
4986 PackageGroup* group = NULL; local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaRouter.java477 // Enforce that any added route in a groupable category must be in a group.
478 final RouteGroup group = new RouteGroup(info.getCategory());
479 group.mSupportedTypes = info.mSupportedTypes;
480 sStatic.mRoutes.add(group);
481 dispatchRouteAdded(group);
482 group.addRoute(info);
484 info = group;
704 static void dispatchRouteGrouped(RouteInfo info, RouteGroup group, int index) { argument
706 if ((cbi.type & group.mSupportedTypes) != 0) {
707 cbi.cb.onRouteGrouped(cbi.router, info, group, inde
712 dispatchRouteUngrouped(RouteInfo info, RouteGroup group) argument
1958 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
1968 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
2022 onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, int index) argument
2027 onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) argument
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java588 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); argument
589 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { argument
591 rsnScriptGroupSetInput(mContext, group, kernel, alloc);
594 native void rsnScriptGroupSetOutput(int con, int group, int kernel, int alloc); argument
595 synchronized void nScriptGroupSetOutput(int group, int kernel, int alloc) { argument
597 rsnScriptGroupSetOutput(mContext, group, kernel, alloc);
600 native void rsnScriptGroupExecute(int con, int group); argument
601 synchronized void nScriptGroupExecute(int group) { argument
603 rsnScriptGroupExecute(mContext, group);
/frameworks/base/core/java/android/app/
H A DActivityThread.java836 public void setSchedulingGroup(int group) { argument
842 Process.setProcessGroup(Process.myPid(), group);
844 Slog.w(TAG, "Failed setting process group to " + group, e);

Completed in 660 milliseconds

12