Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothMap.aidl30 boolean isConnected(in BluetoothDevice device); in isConnected() method
DIBluetoothSap.aidl31 boolean isConnected(in BluetoothDevice device); in isConnected() method
DIBluetoothMapClient.aidl31 boolean isConnected(in BluetoothDevice device); in isConnected() method
/system/chre/host/common/include/chre_host/
Dsocket_client.h112 bool isConnected() const;
/system/chre/host/common/
Dsocket_client.cc79 bool SocketClient::isConnected() const { in isConnected() function in android::chre::SocketClient
/system/chre/host/hal_generic/
Dgeneric_context_hub.cc137 while (!mHubInfoValid && !mClient.isConnected() && --maxSleepIterations > 0) { in getHubs()
141 if (!mClient.isConnected()) { in getHubs()