Lines Matching refs:client

101  * Note that the term Wifi when used without a p2p suffix refers to the client mode
315 * Handles client connections
467 * Get a reference to handler. This is used by a client to establish
701 loge("Send failed, client connection lost");
1904 if (DBG) logd("Remove unknown client from the list");
2043 // after a client joins. For autonomous, send now
2088 if (DBG) logd("Removed client " + deviceAddress);
2095 // Notify when a client disconnects from group
2099 if (DBG) logd("Failed to remove client " + deviceAddress);
2101 if (DBG) logd("client " + c.deviceAddress);
2186 // This allows any client to join the GO during the
2247 if (DBG) logd("Remove unknown client from the list");
2250 // not found the client on the list
2251 loge("Already removed the client, ignore");
2308 // Ignore more client requests
2752 * Return the network id of the group owner profile which has the p2p client with
2753 * the specified device address in it's client list.
2754 * If more than one persistent group of the same address is present in its client
2768 for (String client : p2pClientList) {
2769 if (deviceAddress.equalsIgnoreCase(client)) {
2778 * Return p2p client list associated with the specified network id.
2780 * @return p2p client list. if not found, return null.
2791 * Remove the specified p2p client from the specified profile.
2793 * @param addr p2p client address to be removed.
2794 * @param isRemovable if true, remove the specified profile if its client
2796 * @return whether removing the specified p2p client is successful or not.
2803 for (String client : currentClientList) {
2804 if (!client.equalsIgnoreCase(addr)) {
2806 modifiedClientList.append(client);
2813 // the client list is empty. so remove it.
2820 // specified p2p client is not found. already removed.
2824 if (DBG) logd("Modified client list: " + modifiedClientList);
3136 if (DBG) logd("remove client information from framework");
3217 if (DBG) logd("remove client information from framework");
3239 if (DBG) logd("remove client information from framework");
3316 * create new client info.
3323 if (DBG) logd("add a new client");
3363 * Information about a particular client and we track the service discovery requests
3364 * and the local services registered by the client.