Lines Matching refs:Server
61 Server::Server(unique_ptr<InterfaceTool> if_tool, in Server() function in android::wificond::Server
69 Status Server::registerWificondEventCallback(const sp<IWificondEventCallback>& callback) { in registerWificondEventCallback()
81 Status Server::unregisterWificondEventCallback(const sp<IWificondEventCallback>& callback) { in unregisterWificondEventCallback()
96 Status Server::RegisterCallback(const sp<IInterfaceEventCallback>& callback) { in RegisterCallback()
108 Status Server::UnregisterCallback(const sp<IInterfaceEventCallback>& callback) { in UnregisterCallback()
123 Status Server::createApInterface(const std::string& iface_name, in createApInterface()
151 Status Server::tearDownApInterface(const std::string& iface_name, in tearDownApInterface()
176 bool Server::hasNoIfaceForWiphyIndex(int wiphy_index) { in hasNoIfaceForWiphyIndex()
184 Status Server::createClientInterface(const std::string& iface_name, in createClientInterface()
216 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface()
241 Status Server::tearDownInterfaces() { in tearDownInterfaces()
263 Status Server::GetClientInterfaces(vector<sp<IBinder>>* out_client_interfaces) { in GetClientInterfaces()
271 Status Server::GetApInterfaces(vector<sp<IBinder>>* out_ap_interfaces) { in GetApInterfaces()
279 status_t Server::dump(int fd, const Vector<String16>& /*args*/) { in dump()
325 void Server::MarkDownAllInterfaces() { in MarkDownAllInterfaces()
334 Status Server::getAvailable2gChannels( in getAvailable2gChannels()
352 Status Server::getAvailable5gNonDFSChannels( in getAvailable5gNonDFSChannels()
368 Status Server::getAvailableDFSChannels( in getAvailableDFSChannels()
385 Status Server::getAvailable6gChannels( in getAvailable6gChannels()
401 Status Server::getAvailable60gChannels( in getAvailable60gChannels()
419 Status Server::getDeviceWiphyCapabilities( in getDeviceWiphyCapabilities()
455 bool Server::SetupInterface(const std::string& iface_name, in SetupInterface()
466 std::bind(&Server::OnRegDomainChanged, in SetupInterface()
488 void Server::OnRegDomainChanged(uint32_t wiphy_index, std::string& country_code) { in OnRegDomainChanged()
499 void Server::LogSupportedBands(uint32_t wiphy_index) { in LogSupportedBands()
539 void Server::BroadcastClientInterfaceReady( in BroadcastClientInterfaceReady()
546 void Server::BroadcastApInterfaceReady( in BroadcastApInterfaceReady()
553 void Server::BroadcastClientInterfaceTornDown( in BroadcastClientInterfaceTornDown()
560 void Server::BroadcastApInterfaceTornDown( in BroadcastApInterfaceTornDown()
567 void Server::BroadcastRegDomainChanged( in BroadcastRegDomainChanged()
574 int Server::FindWiphyIndex( in FindWiphyIndex()
588 bool Server::GetBandInfo( in GetBandInfo()
607 int Server::GetWiphyIndexFromBand(int band) { in GetWiphyIndexFromBand()
612 void Server::UpdateBandWiphyIndexMap(int wiphy_index) { in UpdateBandWiphyIndexMap()
649 void Server::EraseBandWiphyIndexMap(int wiphy_index) { in EraseBandWiphyIndexMap()