Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpNativeInterface.java39 public class A2dpNativeInterface { class
45 private static A2dpNativeInterface sInstance;
53 private A2dpNativeInterface() { in A2dpNativeInterface() method in A2dpNativeInterface
63 public static A2dpNativeInterface getInstance() { in getInstance()
66 sInstance = new A2dpNativeInterface(); in getInstance()
H A DA2dpCodecConfig.java41 private A2dpNativeInterface mA2dpNativeInterface;
57 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig()
H A DA2dpStateMachine.java95 private A2dpNativeInterface mA2dpNativeInterface;
103 A2dpNativeInterface a2dpNativeInterface, Looper looper) { in A2dpStateMachine()
125 A2dpNativeInterface a2dpNativeInterface, Looper looper) { in make()
H A DA2dpService.java77 A2dpNativeInterface mA2dpNativeInterface;
122 mA2dpNativeInterface = Objects.requireNonNull(A2dpNativeInterface.getInstance(), in start()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java66 @Mock private A2dpNativeInterface mA2dpNativeInterface;
H A DA2dpCodecConfigTest.java51 @Mock private A2dpNativeInterface mA2dpNativeInterface;
H A DA2dpServiceTest.java77 @Mock private A2dpNativeInterface mA2dpNativeInterface;