Home | History | Annotate | Download | only in jni

Lines Matching refs:congest

1356                 ALOGD ("%s: NFA_P2P_DISC_EVT; try guard congest event", fn);
1359 ALOGD ("%s: NFA_P2P_DISC_EVT; notified congest event", fn);
1388 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1390 ALOGE ("%s: NFA_P2P_CONGEST_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->congest.handle);
1395 eventData->congest.handle, eventData->congest.is_congested);
1396 if (eventData->congest.is_congested == FALSE)
1510 ALOGD ("%s: NFA_P2P_DISC_EVT; try guard congest event", fn);
1513 ALOGD ("%s: NFA_P2P_DISC_EVT; notified congest event", fn);
1542 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1544 ALOGE ("%s: NFA_P2P_CONGEST_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->congest.handle);
1549 eventData->congest.handle, eventData->congest.is_congested);