Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkNativeInterface.java31 public class A2dpSinkNativeInterface { class
32 private static final String TAG = A2dpSinkNativeInterface.class.getSimpleName();
36 private static A2dpSinkNativeInterface sInstance;
40 private A2dpSinkNativeInterface() { in A2dpSinkNativeInterface() method in A2dpSinkNativeInterface
48 public static A2dpSinkNativeInterface getInstance() { in getInstance()
51 sInstance = new A2dpSinkNativeInterface(); in getInstance()
59 public static void setInstance(A2dpSinkNativeInterface instance) { in setInstance()
DA2dpSinkStreamHandler.java74 private A2dpSinkNativeInterface mNativeInterface;
104 A2dpSinkService a2dpSinkService, A2dpSinkNativeInterface nativeInterface) { in A2dpSinkStreamHandler()
DA2dpSinkService.java54 private final A2dpSinkNativeInterface mNativeInterface;
76 mNativeInterface = requireNonNull(A2dpSinkNativeInterface.getInstance()); in A2dpSinkService()
81 A2dpSinkService(Context ctx, A2dpSinkNativeInterface nativeInterface, Looper looper) { in A2dpSinkService()
DA2dpSinkStateMachine.java58 protected final A2dpSinkNativeInterface mNativeInterface;
71 A2dpSinkNativeInterface nativeInterface) { in A2dpSinkStateMachine()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachineTest.java56 @Mock private A2dpSinkNativeInterface mNativeInterface;
DA2dpSinkStreamHandlerTest.java64 @Mock private A2dpSinkNativeInterface mMockNativeInterface;
DA2dpSinkServiceTest.java65 @Mock private A2dpSinkNativeInterface mNativeInterface;