Searched refs:ucd (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c64 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_RECEPTION ))
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
67 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_RECEPTION);
72 && ( p_rcb->ucd.state & L2C_UCD_STATE_W4_MTU ))
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
75 p_rcb->ucd.state &= ~(L2C_UCD_STATE_W4_MTU);
111 p_rcb->ucd.cb_info.pL2CA_UCD_Data_Cb(rem_bda, p_buf);
134 &&( p_rcb->ucd.state != L2C_UCD_STATE_UNUSED ))
136 if ( p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
143 p_rcb->ucd
[all...]
H A Dl2c_utils.c1794 p_rcb->ucd.state = L2C_UCD_STATE_UNUSED;
3445 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
3450 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, FALSE );
3487 if ( p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb )
3492 p_ccb->p_rcb->ucd.cb_info.pL2CA_UCD_Congestion_Status_Cb( p_ccb->p_lcb->remote_bd_addr, TRUE );
H A Dl2c_int.h269 tL2C_UCD_REG ucd; member in struct:__anon1662
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c304 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
306 len = MIN(len, UGETW(ucd->wTotalLength));
351 usb_config_descriptor_t *ucd = (usb_config_descriptor_t *)dpriv->cdesc; local
353 *config = ucd->bConfigurationValue;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 150 milliseconds