Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantP2pIface.hal33 * Set up a P2P group owner or join a group as a group client
36 * If joinExistingGroup is false, this device sets up a P2P group owner manually (i.e.,
37 * without group owner negotiation with a specific peer) with the specified SSID,
40 * If joinExistingGroup is true, this device acts as a group client and joins the group
41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
45 * @param ssid The SSID of this group.
46 * @param pskPassphrase The passphrase of this group.
47 * @param persistent Used to request a persistent group to be formed,
48 * only applied for the group owner.
[all …]
/hardware/google/aemu/base/
DMemoryTracker.cpp55 bool addToGroup(const std::string& group, const std::string& func) { in addToGroup() argument
56 std::string key = group + func; in addToGroup()
57 if (mRegisterFuncs.find(group + func) != mRegisterFuncs.end()) { in addToGroup()
197 std::unique_ptr<MallocStats> getUsage(const std::string& group) { in getUsage() argument
200 if (it->mName.compare(0, group.size(), group) == 0) { in getUsage()
214 bool addToGroup(std::string group, std::string func) {
215 (void)group;
230 std::unique_ptr<MallocStats> getUsage(const std::string& group) {
239 bool MemoryTracker::addToGroup(const std::string& group, in addToGroup() argument
241 return mImpl->addToGroup(group, func); in addToGroup()
[all …]
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_vehicle_props.py93 elementName = matchElement.group(1)
94 elementValue = matchElement.group(2)
110 name = match.group(1)
111 val = match.group(2)
112 type1 = match.group(3)
117 type2 = match.group(4)
118 type3 = match.group(5)
125 enumName = matchEnum.group(1)
/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/include/libnlinterceptor/
Dlibnlinterceptor.h89 bool subscribe(const InterceptedSocket& sock, uint32_t group);
100 bool unsubscribe(const InterceptedSocket& sock, uint32_t group);
123 uint32_t group);
126 uint32_t group);
/hardware/interfaces/wifi/netlinkinterceptor/libnlinterceptor/
Dlibnlinterceptor.cpp129 bool subscribe(const InterceptedSocket& sock, uint32_t group) { in subscribe() argument
130 auto aidlStatus = getInstance().subscribeGroup(sock, group); in subscribe()
134 bool unsubscribe(const InterceptedSocket& sock, uint32_t group) { in unsubscribe() argument
135 auto aidlStatus = getInstance().unsubscribeGroup(sock, group); in unsubscribe()
158 uint32_t group) { in android_nlinterceptor_subscribe() argument
159 return subscribe({sock.nlFamily, sock.portId}, group); in android_nlinterceptor_subscribe()
163 uint32_t group) { in android_nlinterceptor_unsubscribe() argument
164 return unsubscribe({sock.nlFamily, sock.portId}, group); in android_nlinterceptor_unsubscribe()
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIfaceCallback.hal140 * Used to indicate a successful formation of a P2P group.
145 * Used to indicate a failure to form a P2P group.
152 * Used to indicate the start of a P2P group.
154 * @param groupIfName Interface name of the group. (For ex: p2p-p2p0-1)
155 * @param isGo Whether this device is owner of the group.
156 * @param ssid SSID of the group.
157 * @param frequency Frequency on which this group is created.
158 * @param psk PSK used to secure the group.
159 * @param passphrase PSK passphrase used to secure the group.
160 * @param goDeviceAddress MAC Address of the owner of this group.
[all …]
DISupplicantP2pIface.hal115 * This value controls how long a P2P group is maintained after there
116 * is no other members in the group. As a group owner, this means no
117 * associated stations in the group. As a P2P client, this means no
118 * group owner seen in scan results.
185 * Start P2P group formation with a discovered P2P peer. This includes
186 * optional group owner negotiation, group interface setup, provisioning,
194 * existing group as a client. It skips the group owner negotiation
196 * target group owner before associating for WPS provisioning.
197 * @param persistent Used to request a persistent group to be formed.
198 * @param goIntent Used to override the default Intent for this group owner
[all …]
DISupplicantP2pNetwork.hal94 * Check if the device is the group owner of the network.
100 * @return isGo true if group owner, false otherwise.
105 * Set the list of P2P Clients in a persistent group (GO).
107 * the persistent group. This is maintained on the GO for persistent
108 * group entries (disabled == 2).
120 * Get the list of P2P Clients in a persistent group (GO).
122 * the persistent group. This is maintained on the GO for persistent
123 * group entries (disabled == 2).
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp184 bool Socket::addMembership(unsigned group) { in addMembership() argument
186 setsockopt(mFd.get(), SOL_NETLINK, NETLINK_ADD_MEMBERSHIP, &group, sizeof(group)); in addMembership()
188 PLOG(ERROR) << "Failed joining multicast group " << group; in addMembership()
194 bool Socket::dropMembership(unsigned group) { in dropMembership() argument
196 setsockopt(mFd.get(), SOL_NETLINK, NETLINK_DROP_MEMBERSHIP, &group, sizeof(group)); in dropMembership()
198 PLOG(ERROR) << "Failed leaving multicast group " << group; in dropMembership()
/hardware/google/aemu/base/include/aemu/base/memory/
DMemoryTracker.h53 bool addToGroup(const std::string& group, const std::string& func);
59 const std::string& group);
/hardware/interfaces/health/aidl/default/
Dandroid.hardware.health-service.example.rc4 group system
12 group system wakelock input
/hardware/interfaces/camera/device/3.7/
Dtypes.hal34 * group Id field.
43 * The surface group id used for multi-resolution output streams.
48 * the same group to which images are written. All streams in the same group
52 * streams within a surface group. Depending on current active physical
55 * stream within the same group. -1 means that this stream is an input
56 * stream, or is an output stream which doesn't belong to any group.
58 * Streams with the same non-negative group id must have the same format and
/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp86 const char *group; member
137 grp->group, nla_len(tb_mcgrp[CTRL_ATTR_MCAST_GRP_NAME])) != 0) in nlFamilyHandle()
148 static int nlGetMulticastId(struct nl_sock *sock, const char *family, const char *group) { in nlGetMulticastId() argument
151 .group = group, in nlGetMulticastId()
168 LOG(INFO) << group << " multicast_id: " << grp.id; in nlGetMulticastId()
173 static bool socketAddMembership(struct nl_sock *sock, const char *group) { in socketAddMembership() argument
174 int mcid = nlGetMulticastId(sock, THERMAL_GENL_FAMILY_NAME, group); in socketAddMembership()
176 LOG(ERROR) << "Failed to get multicast id: " << group; in socketAddMembership()
181 LOG(ERROR) << "Failed to add netlink socket membership: " << group; in socketAddMembership()
185 LOG(INFO) << "Added netlink socket membership: " << group; in socketAddMembership()
/hardware/interfaces/scripts/
Dlist_hal_vts.py66 package = 'android.hardware.' + ('.'.join(pathlib.Path(mo.group('path')).parts))
67 if mo.group('version'):
68 package += '@' + mo.group('version')
/hardware/interfaces/light/utils/
Dblank_screen.rc4 group system
/hardware/nxp/secure_element/snxxx/1.0/
Dandroid.hardware.secure_element_snxxx@1.0-service.rc4 group secure_element
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal57 * The fingerprint template must be assigned to the group gid.
61 * @param gid a framework defined fingerprint set (group) id.
129 * @param gid group id must match the last group set by setActiveGroup().
131 * current group.
140 * Restricts the HAL operation to a set of fingerprints belonging to a group
144 * @param gid the fingerprint group (set) id.
157 * @param gid fingerprint group id.
/hardware/samsung/nfc/1.2/
Dandroid.hardware.nfc@1.2-service.samsung.rc4 group nfc
/hardware/interfaces/gnss/2.0/default/
Dandroid.hardware.gnss@2.0-service.rc4 group system
/hardware/st/nfc/1.1/
Dandroid.hardware.nfc@1.1-service.st.rc4 group nfc
/hardware/nxp/nfc/snxxx/1.2/
Dandroid.hardware.nfc_snxxx@1.2-service.rc4 group nfc
/hardware/st/nfc/1.2/
Dandroid.hardware.nfc@1.2-service.st.rc4 group nfc
/hardware/st/secure_element2/secure_element/1.1/
Dandroid.hardware.secure_element@1.1-service-gto.rc4 group secure_element
/hardware/st/nfc/aidl/
Dnfc-service-default.rc4 group nfc
/hardware/st/secure_element2/secure_element/1.0/
Dandroid.hardware.secure_element@1.0-service-gto.rc4 group secure_element

12345678910>>...13