Home
last modified time | relevance | path

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

/system/core/init/
Dservice_list.h55 Service* FindInterface(const std::string& interface_name) { in FindInterface()
Dservice_parser.cpp183 const std::string& interface_name = args[1]; in ParseInterface() local
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/
DILoggableInterface.h60 std::string interface_name; member
80 std::string interface_name; member
DBpLoggableInterface.h23 std::string interface_name; member
DBnLoggableInterface.h24 std::string interface_name; member
/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/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.h45 std::string interface_name; member
66 std::string interface_name; member
DBnLoggableInterface.h18 std::string interface_name; member
/system/tools/aidl/
Ddiagnostics_unittest.cpp80 TEST_F(DiagnosticsTest, interface_name) { in TEST_F() argument