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

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 39 BLUETOOTH_RADIO_INFO adapter_info = { sizeof(BLUETOOTH_RADIO_INFO), 0 }; local
42 &adapter_info)) {
43 name = base::SysWideToUTF8(adapter_info.szName);
45 adapter_info.address.rgBytes[5],
46 adapter_info.address.rgBytes[4],
47 adapter_info.address.rgBytes[3],
48 adapter_info.address.rgBytes[2],
49 adapter_info.address.rgBytes[1],
50 adapter_info.address.rgBytes[0]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 310 scoped_array<char> adapter_info(new char[buffer_size]);
312 reinterpret_cast<PIP_ADAPTER_ADDRESSES>(adapter_info.get());
317 adapter_info.reset(new char[buffer_size]);
318 adapter_addrs = reinterpret_cast<PIP_ADAPTER_ADDRESSES>(adapter_info.get());

Completed in 166 milliseconds