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.java380 mTestUtils.stopSco(adapter, device); in testStartStopSco()
386 mTestUtils.stopSco(adapter, device); in testStartStopSco()
DBluetoothTestUtils.java1297 public void stopSco(BluetoothAdapter adapter, BluetoothDevice device) { in stopSco() method in BluetoothTestUtils
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2674 public void clearCount(boolean stopSco) { in clearCount() argument
2684 if (stopSco) { in clearCount()
2831 public void clearAllScoClients(int exceptPid, boolean stopSco) { in clearAllScoClients() argument
2838 cl.clearCount(stopSco); in clearAllScoClients()