Home
last modified time | relevance | path

Searched defs:interface_name (Results 1 – 12 of 12) sorted by relevance

/system/core/init/
Dservice_list.h70 Service* FindInterface(const std::string& interface_name) { in FindInterface()
Dservice_parser.cpp188 const std::string& interface_name = args[1]; in ParseInterface() local
/system/connectivity/wificond/
Dap_interface_impl.cpp40 ApInterfaceImpl::ApInterfaceImpl(const string& interface_name, in ApInterfaceImpl()
Dclient_interface_impl.cpp102 const std::string& interface_name, in ClientInterfaceImpl()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h69 std::string interface_name; member
89 std::string interface_name; member
DBpLoggableInterface.h23 std::string interface_name; member
DBnLoggableInterface.h24 std::string interface_name; member
/system/core/fastboot/
Dusb_windows.cpp66 std::string interface_name; member
101 std::unique_ptr<usb_handle> do_usb_open(const wchar_t* interface_name) { in do_usb_open()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBpLoggableInterface.h20 std::string interface_name; member
DILoggableInterface.h55 std::string interface_name; member
76 std::string interface_name; member
DBnLoggableInterface.h22 std::string interface_name; member
/system/tools/aidl/
Ddiagnostics_unittest.cpp80 TEST_F(DiagnosticsTest, interface_name) { in TEST_F() argument