Home
last modified time | relevance | path

Searched refs:isConnected (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/wificond/
Dap_interface_binder.cpp35 …ApInterfaceBinder::NotifyConnectedClientsChanged(const NativeWifiClient client, bool isConnected) { in NotifyConnectedClientsChanged() argument
37 ap_interface_event_callback_->onConnectedClientsChanged(client, isConnected); in NotifyConnectedClientsChanged()
Dap_interface_binder.h46 void NotifyConnectedClientsChanged(const NativeWifiClient client, bool isConnected);
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIApInterfaceEventCallback.aidl39 void onConnectedClientsChanged(in NativeWifiClient client, in boolean isConnected); in onConnectedClientsChanged() argument
/system/connectivity/wificond/tests/
Dmock_ap_interface_event_callback.h36 const android::net::wifi::nl80211::NativeWifiClient &, bool isConnected));
/system/chre/host/common/include/chre_host/
Dsocket_client.h112 bool isConnected() const;
/system/bt/binder/android/bluetooth/
DIBluetoothMap.aidl35 boolean isConnected(in BluetoothDevice device, in AttributionSource attributionSource); in isConnected() method
DIBluetoothSap.aidl37 boolean isConnected(in BluetoothDevice device, in AttributionSource attributionSource); in isConnected() method
DIBluetoothMapClient.aidl35 boolean isConnected(in BluetoothDevice device, in AttributionSource attributionSource); in isConnected() method
/system/chre/host/common/
Dsocket_client.cc79 bool SocketClient::isConnected() const { in isConnected() function in android::chre::SocketClient
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h148 while (!mHubInfoValid && !mClient.isConnected() && in getHubs()
153 if (!mClient.isConnected()) { in getHubs()