HomeSort by relevance Sort by last modified time
    Searched refs:nsc (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 832 INSNetSourceCreator * nsc = 0;
834 IID_INSNetSourceCreator, (LPVOID *) &nsc);
836 if (SUCCEEDED(hr = nsc->Initialize())) {
839 if (SUCCEEDED(hr = nsc->GetNetSourceAdminInterface(L"http", &dispatch))) {
866 if (FAILED(hr = nsc->Shutdown())) {
870 nsc->Release();
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 435 /* Total length is sizeof NSC data + mx header 2 */
836 p_rx_frame->u.nsc.ea = *p_data & RFCOMM_EA;
837 p_rx_frame->u.nsc.cr = (*p_data & RFCOMM_CR_MASK) >> RFCOMM_SHIFT_CR;
838 p_rx_frame->u.nsc.type = *p_data++ >> RFCOMM_SHIFT_DLCI;
rfc_int.h 117 } nsc; member in union:__anon2978::__anon2979

Completed in 218 milliseconds