Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp57 Interface::Interface(Netlink& netlink, const char* name) in Interface() function in Interface
64 Interface::Interface(Interface&& other) noexcept in Interface() function in Interface
71 bool Interface::init() { in init()
80 wifi_error Interface::getSupportedFeatureSet(feature_set* set) { in getSupportedFeatureSet()
88 wifi_error Interface::getName(char* name, size_t size) { in getName()
99 wifi_error Interface::getLinkStats(wifi_request_id requestId, in getLinkStats()
127 wifi_error Interface::setLinkStats(wifi_link_layer_params /*params*/) { in setLinkStats()
131 wifi_error Interface::setAlertHandler(wifi_request_id /*id*/, in setAlertHandler()
136 wifi_error Interface::resetAlertHandler(wifi_request_id /*id*/) { in resetAlertHandler()
140 wifi_error Interface::getFirmwareVersion(char* buffer, size_t size) { in getFirmwareVersion()
[all …]
Dinterface.h27 class Interface {
29 Interface(Netlink& netlink, const char* name);
30 Interface(Interface&& other) noexcept;
86 Interface(const Interface&) = delete;
87 Interface& operator=(const Interface&) = delete;
Dwifi_hal.cpp48 Interface* asInterface(wifi_interface_handle h) { in asInterface()
49 return reinterpret_cast<Interface*>(h); in asInterface()
Dinfo.h38 std::vector<Interface> mInterfaces;
/device/generic/goldfish/dhcp/client/
Dinterface.cpp39 Interface::Interface() : mSocketFd(-1) { in Interface() function in Interface
42 Interface::~Interface() { in ~Interface()
49 Result Interface::init(const char* interfaceName) { in init()
85 Result Interface::bringUp() { in bringUp()
89 Result Interface::bringDown() { in bringDown()
93 Result Interface::setMtu(uint16_t mtu) { in setMtu()
109 Result Interface::setAddress(in_addr_t address, in_addr_t subnetMask) { in setAddress()
171 struct ifreq Interface::createRequest() const { in createRequest()
180 Result Interface::populateIndex() { in populateIndex()
192 Result Interface::populateMacAddress() { in populateMacAddress()
[all …]
Dinterface.h27 class Interface {
29 Interface();
30 ~Interface();
Ddhcpclient.h98 Interface mInterface;
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c163 int Interface = -1, Configuration = 0, AltSetting = -1; variable
253 ParseParamHex(configFilename, Interface); in readConfigFile()
325 if ( Interface > -1 ) in printConfig()
326 fprintf (output,"Interface=0x%02x\n", Interface); in printConfig()
401 case 'i': Interface = strtol(optarg, NULL, 16); break; in readArguments()
581 if (Interface == -1) in main()
582 Interface = active_config->interface[0].altsetting[0].bInterfaceNumber; in main()
583 SHOW_PROGRESS(output,"Use interface number %d\n", Interface); in main()
589 fprintf(stderr, "Error: Could not get class of interface %d. Does it exist? Abort\n\n",Interface); in main()
611 "interface class is %d, expected 8. Abort\n\n", Interface, defaultClass); in main()
[all …]
/device/google/cuttlefish/guest/hals/light/
Dlights.rs28 use binder::{ExceptionCode, Interface, Status};
47 impl Interface for LightsService {}
/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs27 use binder::{DeathRecipient, IBinder, Interface, Strong};
222 impl Interface for NfcService {}
/device/google/cuttlefish/host/frontend/webrtc/
DREADME.md3 [![Interface linkage diagram](./doc/interface.png)](https://cs.android.com/android/platform/superpr…
/device/generic/goldfish/radio/librilutils/proto/
Dsap-api.proto7 // SAP Interface to RIL