Searched refs:GetBinder (Results 1 – 5 of 5) sorted by relevance
109 *created_interface = ap_interface->GetBinder(); in createApInterface()111 BroadcastApInterfaceReady(ap_interfaces_.back()->GetBinder()); in createApInterface()131 *created_interface = client_interface->GetBinder(); in createClientInterface()133 BroadcastClientInterfaceReady(client_interfaces_.back()->GetBinder()); in createClientInterface()140 BroadcastClientInterfaceTornDown(it->GetBinder()); in tearDownInterfaces()145 BroadcastApInterfaceTornDown(it->GetBinder()); in tearDownInterfaces()159 out_client_interfaces->push_back(asBinder(it->GetBinder())); in GetClientInterfaces()167 out_ap_interfaces->push_back(asBinder(it->GetBinder())); in GetApInterfaces()
51 android::sp<android::net::wifi::IApInterface> GetBinder() const;
70 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder() function in android::wificond::ApInterfaceImpl
74 android::sp<android::net::wifi::IClientInterface> GetBinder() const;
153 sp<android::net::wifi::IClientInterface> ClientInterfaceImpl::GetBinder() const { in GetBinder() function in android::wificond::ClientInterfaceImpl