HomeSort by relevance Sort by last modified time
    Searched refs:RemoveInterface (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /system/connectivity/shill/supplicant/
supplicant_process_proxy_interface.h 35 virtual bool RemoveInterface(const std::string& rpc_identifier) = 0;
mock_supplicant_process_proxy.h 39 MOCK_METHOD1(RemoveInterface, bool(const std::string& rpc_identifier));
  /external/wpa_supplicant_8/wpa_supplicant/binder/fi/w1/wpa_supplicant/
ISupplicant.aidl 48 void RemoveInterface(in @utf8InCpp String ifname);
  /external/wpa_supplicant_8/wpa_supplicant/binder/
supplicant.h 40 android::binder::Status RemoveInterface(
supplicant.cpp 85 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname)
  /system/connectivity/shill/net/
mock_rtnl_handler.h 47 MOCK_METHOD1(RemoveInterface, bool(int interface_index));
rtnl_handler.h 101 virtual bool RemoveInterface(int interface_index);
rtnl_handler.cc 405 bool RTNLHandler::RemoveInterface(int interface_index) {
  /frameworks/wilhelm/tests/sandbox/
dim.c 114 result = (*outputMixDIM)->RemoveInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB);
123 result = (*outputMixDIM)->RemoveInterface(outputMixDIM, SL_IID_ENVIRONMENTALREVERB);
  /external/libchrome/dbus/
object_manager.h 311 void RemoveInterface(const ObjectPath& object_path,
object_manager.cc 411 RemoveInterface(object_path, interface_names[i]);
475 void ObjectManager::RemoveInterface(const ObjectPath& object_path,
514 // PropertiesMap is mutated by RemoveInterface, and also Object is
528 RemoveInterface(object_path, *iiter);
  /external/webrtc/webrtc/base/
fakenetwork.h 55 void RemoveInterface(const SocketAddress& iface) {
  /system/connectivity/shill/dbus/
chromeos_supplicant_process_proxy.h 47 bool RemoveInterface(const std::string& rpc_identifier) override;
chromeos_supplicant_process_proxy.cc 138 bool ChromeosSupplicantProcessProxy::RemoveInterface(
148 if (!supplicant_proxy_->RemoveInterface(dbus::ObjectPath(rpc_identifier),
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 145 wpas.RemoveInterface(dbus.ObjectPath(path))
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 135 void RemoveInterface(const SocketAddress& addr) {
136 network_manager_.RemoveInterface(addr);
519 RemoveInterface(kClientAddr);
547 RemoveInterface(kClientAddr);
    [all...]
  /system/connectivity/shill/ethernet/
ethernet.cc 362 if (!supplicant_process_proxy_->RemoveInterface(
ethernet_unittest.cc 538 EXPECT_CALL(*process_proxy, RemoveInterface(StrEq(kInterfacePath)))
  /system/connectivity/shill/
device_info_unittest.cc 604 EXPECT_CALL(rtnl_handler_, RemoveInterface(_)).Times(0);
623 EXPECT_CALL(rtnl_handler_, RemoveInterface(kTestDeviceIndex)).Times(1);
641 EXPECT_CALL(rtnl_handler_, RemoveInterface(_)).Times(0);
    [all...]
device_info.cc     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 262 XAresult (*RemoveInterface) (
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 372 GetEndpoint(endpoint)->network_manager_.RemoveInterface(addr);
    [all...]

Completed in 501 milliseconds

1 2 3 4 5