Searched refs:masInst (Results 1 – 1 of 1) sorted by relevance
222 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners() local223 if (masInst != null) { in startSocketListeners()224 masInst.startSocketListeners(); in startSocketListeners()303 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions() local304 if (masInst.getMasId() != masId && masInst.isStarted()) { in stopObexServerSessions()316 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions() local317 if (masInst != null) { in stopObexServerSessions()318 masInst.restartObexServerSession(); in stopObexServerSessions()452 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage() local453 if (masInst != null && masInst.mObserver != null) { in handleMessage()[all …]