Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothStressTest.java349 mTestUtils.stopSco(mAdapter, device); in testStartStopSco()
355 mTestUtils.stopSco(mAdapter, device); in testStartStopSco()
DBluetoothTestUtils.java1279 public void stopSco(BluetoothAdapter adapter, BluetoothDevice device) { in stopSco() method in BluetoothTestUtils
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3431 public void clearCount(boolean stopSco) { in clearCount() argument
3441 if (stopSco) { in clearCount()
3622 public void clearAllScoClients(int exceptPid, boolean stopSco) { in clearAllScoClients() argument
3627 cl.clearCount(stopSco); in clearAllScoClients()