Searched refs:GetBinder (Results 1 – 6 of 6) sorted by relevance
103 *created_interface = ap_interface->GetBinder(); in createApInterface()104 BroadcastApInterfaceReady(ap_interface->GetBinder()); in createApInterface()115 BroadcastApInterfaceTornDown(iter->second->GetBinder()); in tearDownApInterface()137 *created_interface = client_interface->GetBinder(); in createClientInterface()138 BroadcastClientInterfaceReady(client_interface->GetBinder()); in createClientInterface()149 BroadcastClientInterfaceTornDown(iter->second->GetBinder()); in tearDownClientInterface()158 BroadcastClientInterfaceTornDown(it.second->GetBinder()); in tearDownInterfaces()163 BroadcastApInterfaceTornDown(it.second->GetBinder()); in tearDownInterfaces()177 out_client_interfaces->push_back(asBinder(it.second->GetBinder())); in GetClientInterfaces()185 out_ap_interfaces->push_back(asBinder(it.second->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
76 android::sp<android::net::wifi::IClientInterface> GetBinder() const;
163 sp<android::net::wifi::IClientInterface> ClientInterfaceImpl::GetBinder() const { in GetBinder() function in android::wificond::ClientInterfaceImpl
120 auto binder = ap_interface_->GetBinder(); in TEST_F()143 auto binder = ap_interface_->GetBinder(); in TEST_F()