Lines Matching refs:android
35 namespace android {
44 class Server : public android::net::wifi::BnWificond {
51 android::binder::Status RegisterCallback(
52 const android::sp<android::net::wifi::IInterfaceEventCallback>&
54 android::binder::Status UnregisterCallback(
55 const android::sp<android::net::wifi::IInterfaceEventCallback>&
58 android::binder::Status getAvailable2gChannels(
61 android::binder::Status getAvailable5gNonDFSChannels(
64 android::binder::Status getAvailableDFSChannels(
67 android::binder::Status createApInterface(
69 android::sp<android::net::wifi::IApInterface>*
72 android::binder::Status createClientInterface(
74 android::sp<android::net::wifi::IClientInterface>*
77 android::binder::Status tearDownApInterface(
81 android::binder::Status tearDownClientInterface(
85 android::binder::Status tearDownInterfaces() override;
87 android::binder::Status GetClientInterfaces(
88 std::vector<android::sp<android::IBinder>>* out_client_ifs) override;
89 android::binder::Status GetApInterfaces(
90 std::vector<android::sp<android::IBinder>>* out_ap_ifs) override;
104 android::sp<android::net::wifi::IClientInterface> network_interface);
106 android::sp<android::net::wifi::IApInterface> network_interface);
108 android::sp<android::net::wifi::IClientInterface> network_interface);
110 android::sp<android::net::wifi::IApInterface> network_interface);
120 std::vector<android::sp<android::net::wifi::IInterfaceEventCallback>>