/hardware/interfaces/wifi/supplicant/1.2/ |
D | ISupplicantP2pIface.hal | 33 * 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/ |
D | MemoryTracker.cpp | 55 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/ |
D | translate_vehicle_props.py | 93 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/ |
D | libnlinterceptor.h | 89 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/ |
D | libnlinterceptor.cpp | 129 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/ |
D | ISupplicantP2pIfaceCallback.hal | 140 * 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 …]
|
D | ISupplicantP2pIface.hal | 115 * 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 …]
|
D | ISupplicantP2pNetwork.hal | 94 * 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++/ |
D | Socket.cpp | 184 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/ |
D | MemoryTracker.h | 53 bool addToGroup(const std::string& group, const std::string& func); 59 const std::string& group);
|
/hardware/interfaces/health/aidl/default/ |
D | android.hardware.health-service.example.rc | 4 group system 12 group system wakelock input
|
/hardware/interfaces/camera/device/3.7/ |
D | types.hal | 34 * 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/ |
D | thermal_watcher.cpp | 86 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/ |
D | list_hal_vts.py | 66 package = 'android.hardware.' + ('.'.join(pathlib.Path(mo.group('path')).parts)) 67 if mo.group('version'): 68 package += '@' + mo.group('version')
|
/hardware/interfaces/light/utils/ |
D | blank_screen.rc | 4 group system
|
/hardware/nxp/secure_element/snxxx/1.0/ |
D | android.hardware.secure_element_snxxx@1.0-service.rc | 4 group secure_element
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 57 * 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/ |
D | android.hardware.nfc@1.2-service.samsung.rc | 4 group nfc
|
/hardware/interfaces/gnss/2.0/default/ |
D | android.hardware.gnss@2.0-service.rc | 4 group system
|
/hardware/st/nfc/1.1/ |
D | android.hardware.nfc@1.1-service.st.rc | 4 group nfc
|
/hardware/nxp/nfc/snxxx/1.2/ |
D | android.hardware.nfc_snxxx@1.2-service.rc | 4 group nfc
|
/hardware/st/nfc/1.2/ |
D | android.hardware.nfc@1.2-service.st.rc | 4 group nfc
|
/hardware/st/secure_element2/secure_element/1.1/ |
D | android.hardware.secure_element@1.1-service-gto.rc | 4 group secure_element
|
/hardware/st/nfc/aidl/ |
D | nfc-service-default.rc | 4 group nfc
|
/hardware/st/secure_element2/secure_element/1.0/ |
D | android.hardware.secure_element@1.0-service-gto.rc | 4 group secure_element
|