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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 157 if (remote_type == NO_REMOTE && strncmp (buf, RWL_WIFI_ACTION_CMD,
346 if (remote_type == NO_REMOTE) {
365 if (remote_type == NO_REMOTE) {
386 if ((rwl_os_type == WIN32_OS) && (remote_type != NO_REMOTE)) {
409 if ((rwl_os_type == WIN32_OS) && (remote_type != NO_REMOTE)) {
472 remote_type = REMOTE_SOCKET;
475 rwl_usage(remote_type);
480 rwl_usage(remote_type);
498 remote_type = REMOTE_DONGLE;
505 remote_type = NO_REMOTE
    [all...]
dhdu_common.h 75 int remote_type = NO_REMOTE; variable
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 185 : local_type(lt), local_proto(lp), remote_type(rt), remote_proto(rp),
192 std::string remote_type; member in struct:P2PTransportChannelTestBase::Result
401 (expected.local_type == "local" && expected.remote_type == "prflx") ||
402 (expected.local_type == "prflx" && expected.remote_type == "local"));
411 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type(); local
416 remote_type == expected.remote_type) ||
421 local_type == expected.remote_type &&
422 remote_type == expected.local_type)));
436 const std::string& remote_type = RemoteCandidate(ep1_ch1())->type() local
482 const std::string& remote_type = RemoteCandidate(ep2_ch1())->type(); local
    [all...]

Completed in 140 milliseconds