Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java75 private LeAudioService.BluetoothLeAudioBinder mBinder;
98 mBinder = new LeAudioService.BluetoothLeAudioBinder(mLeAudioService); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java383 return new BluetoothLeAudioBinder(this); in initBinder()
4928 static class BluetoothLeAudioBinder extends IBluetoothLeAudio.Stub class in LeAudioService
4945 BluetoothLeAudioBinder(LeAudioService svc) { in BluetoothLeAudioBinder() method in LeAudioService.BluetoothLeAudioBinder