/hardware/interfaces/automotive/can/aidl/default/ |
D | CanController.cpp | 56 std::string ifaceName; member 235 std::string* ifaceName) { in getInterfaceName() argument 236 *ifaceName = {}; in getInterfaceName() 240 *ifaceName = std::string(mBusesByName[busName]->getIfaceName()); in getInterfaceName() 244 ndk::ScopedAStatus CanController::upBus(const BusConfig& config, std::string* ifaceName) { in upBus() argument 262 std::string ifaceName; in upBus() local 273 ifaceName = selectedDevice->ifaceName; in upBus() 276 ifaceName = nativeif.interfaceId.get<NativeInterface::InterfaceId::Tag::ifname>(); in upBus() 278 mBusesByName[config.name] = std::make_unique<CanBusNative>(ifaceName, config.bitrate); in upBus() 293 ttyName = selectedDevice->ifaceName; in upBus() [all …]
|
D | CanController.h | 36 std::string* ifaceName) override; 38 ndk::ScopedAStatus upBus(const BusConfig& config, std::string* ifaceName) override;
|
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/ |
D | ISupplicantCallback.aidl | 33 void onInterfaceCreated(in String ifaceName); in onInterfaceCreated() argument 40 void onInterfaceRemoved(in String ifaceName); in onInterfaceRemoved() argument
|
/hardware/interfaces/wifi/hostapd/1.3/ |
D | IHostapdCallback.hal | 31 * @param ifaceName Name of the interface which was added via 37 * Note: The apIfaceInstance must be same as ifaceName in single AP mode. 43 oneway onApInstanceInfoChanged(string ifaceName, string apIfaceInstance, uint32_t freqMhz, 49 * @param ifaceName Name of the interface which was added via 54 * Note: The apIfaceInstance must be same as ifaceName in single AP mode. 59 oneway onConnectedClientsChanged(string ifaceName, string apIfaceInstance,
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
D | ISupplicantCallback.aidl | 37 oneway void onInterfaceCreated(in String ifaceName); in onInterfaceCreated() argument 38 oneway void onInterfaceRemoved(in String ifaceName); in onInterfaceRemoved() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ |
D | ISupplicantCallback.aidl | 37 oneway void onInterfaceCreated(in String ifaceName); in onInterfaceCreated() argument 38 oneway void onInterfaceRemoved(in String ifaceName); in onInterfaceRemoved() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
D | ISupplicantCallback.aidl | 37 oneway void onInterfaceCreated(in String ifaceName); in onInterfaceCreated() argument 38 oneway void onInterfaceRemoved(in String ifaceName); in onInterfaceRemoved() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
D | ISupplicantCallback.aidl | 37 oneway void onInterfaceCreated(in String ifaceName); in onInterfaceCreated() argument 38 oneway void onInterfaceRemoved(in String ifaceName); in onInterfaceRemoved() argument
|
/hardware/interfaces/automotive/can/aidl/default/tools/configurator/ |
D | canhalconfigurator.cpp | 63 std::string ifaceName; in processPbCfg() local 64 const auto status = service->upBus(busCfg, &ifaceName); in processPbCfg() 74 LOG(INFO) << bus.name() << " has been successfully configured on " << ifaceName; in processPbCfg()
|
/hardware/interfaces/wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/2/android/hardware/wifi/hostapd/ |
D | IHostapd.aidl | 38 …void forceClientDisconnect(in String ifaceName, in byte[] clientAddress, in android.hardware.wifi.… in forceClientDisconnect() argument 40 void removeAccessPoint(in String ifaceName); in removeAccessPoint() argument
|
D | ClientInfo.aidl | 37 String ifaceName;
|
/hardware/interfaces/wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/current/android/hardware/wifi/hostapd/ |
D | IHostapd.aidl | 38 …void forceClientDisconnect(in String ifaceName, in byte[] clientAddress, in android.hardware.wifi.… in forceClientDisconnect() argument 40 void removeAccessPoint(in String ifaceName); in removeAccessPoint() argument
|
D | ClientInfo.aidl | 37 String ifaceName;
|
/hardware/interfaces/wifi/hostapd/aidl/aidl_api/android.hardware.wifi.hostapd/1/android/hardware/wifi/hostapd/ |
D | IHostapd.aidl | 38 …void forceClientDisconnect(in String ifaceName, in byte[] clientAddress, in android.hardware.wifi.… in forceClientDisconnect() argument 40 void removeAccessPoint(in String ifaceName); in removeAccessPoint() argument
|
D | ClientInfo.aidl | 37 String ifaceName;
|
/hardware/interfaces/automotive/can/aidl/vts/functional/ |
D | CanControllerAidlTest.cpp | 75 std::string ifaceName; in TEST_P() local 76 aidlStatus = mCanControllerService->getInterfaceName(busName, &ifaceName); in TEST_P() 78 EXPECT_EQ(ifaceName, canIface); in TEST_P()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanController.cpp | 56 std::string ifaceName; member 236 std::string ifaceName; in upInterface() local 245 ifaceName = selectedDevice->ifaceName; in upInterface() 248 ifaceName = socketcan.ifname(); in upInterface() 250 busService = new CanBusNative(ifaceName, config.bitrate); in upInterface() 267 ttyName = selectedDevice->ifaceName; in upInterface()
|
/hardware/interfaces/wifi/hostapd/aidl/android/hardware/wifi/hostapd/ |
D | IHostapd.aidl | 59 in String ifaceName, in byte[] clientAddress, in Ieee80211ReasonCode reasonCode); in forceClientDisconnect() argument 87 void removeAccessPoint(in String ifaceName); in removeAccessPoint() argument
|
D | ClientInfo.aidl | 27 String ifaceName;
|
/hardware/interfaces/wifi/hostapd/1.1/ |
D | IHostapdCallback.hal | 27 * @param ifaceName Name of the interface. 29 oneway onFailure(string ifaceName);
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanControllerV1_0TargetTest.cpp | 66 Bus makeBus(const std::string ifaceName); 73 void assertRegistered(const std::string srvname, const std::string ifaceName, 147 void CanControllerHalTest::assertRegistered(const std::string srvname, const std::string ifaceName, in assertRegistered() argument 156 auto bus = makeBus(ifaceName); in assertRegistered() 166 Bus CanControllerHalTest::makeBus(const std::string ifaceName) { in makeBus() argument 169 config.interfaceId.virtualif({ifaceName}); in makeBus()
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | IWifiNanIface.aidl | 39 void createDataInterfaceRequest(in char cmdId, in String ifaceName); in createDataInterfaceRequest() argument 40 void deleteDataInterfaceRequest(in char cmdId, in String ifaceName); in deleteDataInterfaceRequest() argument
|
D | NanRespondToDataPathIndicationRequest.aidl | 39 String ifaceName;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | IWifiNanIface.aidl | 39 void createDataInterfaceRequest(in char cmdId, in String ifaceName); in createDataInterfaceRequest() argument 40 void deleteDataInterfaceRequest(in char cmdId, in String ifaceName); in deleteDataInterfaceRequest() argument
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/ |
D | IWifiNanIface.aidl | 39 void createDataInterfaceRequest(in char cmdId, in String ifaceName); in createDataInterfaceRequest() argument 40 void deleteDataInterfaceRequest(in char cmdId, in String ifaceName); in deleteDataInterfaceRequest() argument
|