Home
last modified time | relevance | path

Searched refs:congested (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1220 void onClientCongestion(int connId, boolean congested) throws RemoteException { in onClientCongestion() argument
1221 … if (VDBG) Log.d(TAG, "onClientCongestion() - connId=" + connId + ", congested=" + congested); in onClientCongestion()
1226 app.isCongested = congested; in onClientCongestion()
1857 void onServerCongestion(int connId, boolean congested) throws RemoteException { in onServerCongestion() argument
1858 if (DBG) Log.d(TAG, "onServerCongestion() - connId=" + connId + ", congested=" + congested); in onServerCongestion()
1863 app.isCongested = congested; in onServerCongestion()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp464 void btgattc_congestion_cb(int conn_id, bool congested) in btgattc_congestion_cb() argument
467 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onClientCongestion, conn_id, congested); in btgattc_congestion_cb()
819 void btgatts_congestion_cb(int conn_id, bool congested) in btgatts_congestion_cb() argument
822 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerCongestion, conn_id, congested); in btgatts_congestion_cb()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz