Home | History | Annotate | Download | only in jni

Lines Matching refs:disc

1323         ALOGD ("%s: NFA_P2P_DISC_EVT; h=0x%04x; reason=0x%X", fn, eventData->disc.handle, eventData->disc.reason);
1325 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1327 ALOGE ("%s: NFA_P2P_DISC_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->disc.handle);
1469 ALOGD ("%s: NFA_P2P_DISC_EVT; h=0x%04x; reason=0x%X", fn, eventData->disc.handle, eventData->disc.reason);
1471 if ((pConn = sP2p.findConnection(eventData->disc.handle)) == NULL)
1474 if ((pClient = sP2p.findClient (eventData->disc.handle)) == NULL)
1476 disc.handle);