Lines Matching defs:client

539     sp<P2pClient> client = NULL;
544 mClients [i] = client = new P2pClient();
554 if (client == NULL)
560 ALOGV("%s: pClient: 0x%p assigned for client jniHandle: %u", fn, client.get(), jniHandle);
570 ALOGV("%s: exit; new client jniHandle: %u NFA Handle: 0x%04x", fn, jniHandle, client->mClientConn->mNfaConnHandle);
575 ALOGE("%s: FAILED; new client jniHandle: %u NFA Handle: 0x%04x", fn, jniHandle, client->mClientConn->mNfaConnHandle);
597 // If the connection is a for a client, delete the client itself
606 ALOGV("%s: deleted client handle: %u index: %u", fn, jniHandle, ii);
689 ALOGE("%s: can't find client, JNI handle: %u", fn, jniHandle);
736 ** Description: Find a PeerToPeer object with a client connection handle.
758 ** Description: Find a PeerToPeer object with a client connection handle.
780 ** Description: Find a PeerToPeer object with a client connection handle.
811 // First, look through all the client control blocks
850 // First, look through all the client control blocks
1007 // If this is a client, he may not be connected yet, so unblock him just in case
1062 ALOGE("%s: can't find client jniHandle: %u", fn, jniHandle);
1083 ALOGV("%s: client jni handle: %u", fn, jniHandle);
1088 ALOGE("%s: can't find client", fn);
1434 // Look for a client that is trying to register
1437 ALOGE("%s: NFA_P2P_REG_CLIENT_EVT: can't find waiting client", fn);
1450 // Look for a client that is trying to register
1453 ALOGE("%s: NFA_P2P_ACTIVATED_EVT: can't find client", fn);
1466 // Look for the client that is trying to connect
1469 ALOGE("%s: NFA_P2P_CONNECTED_EVT: can't find client: 0x%04x", fn, eventData->connected.client_handle);
1489 // If no connection, may be a client that is trying to connect
1492 ALOGE("%s: NFA_P2P_DISC_EVT: can't find client for NFA handle: 0x%04x", fn, eventData->disc.handle);