Lines Matching refs:client

98  * Note that the term Wifi when used without a p2p suffix refers to the client mode
312 * Handles client connections
461 * Get a reference to handler. This is used by a client to establish
688 loge("Send failed, client connection lost");
1821 if (DBG) logd("Remove unknown client from the list");
1954 // after a client joins. For autonomous, send now
1989 if (DBG) logd("Removed client " + deviceAddress);
1996 // Notify when a client disconnects from group
2000 if (DBG) logd("Failed to remove client " + deviceAddress);
2002 if (DBG) logd("client " + c.deviceAddress);
2079 // This allows any client to join the GO during the
2138 if (DBG) logd("Remove unknown client from the list");
2141 // not found the client on the list
2142 loge("Already removed the client, ignore");
2197 //Ignore more client requests
2670 * Return the network id of the group owner profile which has the p2p client with
2671 * the specified device address in it's client list.
2672 * If more than one persistent group of the same address is present in its client
2686 for (String client : p2pClientList) {
2687 if (deviceAddress.equalsIgnoreCase(client)) {
2696 * Return p2p client list associated with the specified network id.
2698 * @return p2p client list. if not found, return null.
2709 * Remove the specified p2p client from the specified profile.
2711 * @param addr p2p client address to be removed.
2712 * @param isRemovable if true, remove the specified profile if its client list becomes empty.
2713 * @return whether removing the specified p2p client is successful or not.
2720 for (String client : currentClientList) {
2721 if (!client.equalsIgnoreCase(addr)) {
2723 modifiedClientList.append(client);
2730 // the client list is empty. so remove it.
2737 // specified p2p client is not found. already removed.
2741 if (DBG) logd("Modified client list: " + modifiedClientList);
3045 if (DBG) logd("remove client information from framework");
3110 if (DBG) logd("remove client information from framework");
3127 if (DBG) logd("remove client information from framework");
3195 * create new client info.
3202 if (DBG) logd("add a new client");
3213 * Information about a particular client and we track the service discovery requests
3214 * and the local services registered by the client.