Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java217 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners() local
218 if (masInst != null) { in startSocketListeners()
219 masInst.startSocketListeners(); in startSocketListeners()
310 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local
311 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()
323 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local
324 if (masInst != null) { in stopObexServerSessions()
325 masInst.restartObexServerSession(); in stopObexServerSessions()
460 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local
461 if (masInst != null && masInst.mObserver != null) { in handleMessage()
[all …]