Searched refs:A2dpSinkNativeInterface (Results 1 – 7 of 7) sorted by relevance
31 public class A2dpSinkNativeInterface { class32 private static final String TAG = A2dpSinkNativeInterface.class.getSimpleName();36 private static A2dpSinkNativeInterface sInstance;40 private A2dpSinkNativeInterface() { in A2dpSinkNativeInterface() method in A2dpSinkNativeInterface48 public static A2dpSinkNativeInterface getInstance() { in getInstance()51 sInstance = new A2dpSinkNativeInterface(); in getInstance()59 public static void setInstance(A2dpSinkNativeInterface instance) { in setInstance()
74 private A2dpSinkNativeInterface mNativeInterface;104 A2dpSinkService a2dpSinkService, A2dpSinkNativeInterface nativeInterface) { in A2dpSinkStreamHandler()
54 private final A2dpSinkNativeInterface mNativeInterface;76 mNativeInterface = requireNonNull(A2dpSinkNativeInterface.getInstance()); in A2dpSinkService()81 A2dpSinkService(Context ctx, A2dpSinkNativeInterface nativeInterface, Looper looper) { in A2dpSinkService()
58 protected final A2dpSinkNativeInterface mNativeInterface;71 A2dpSinkNativeInterface nativeInterface) { in A2dpSinkStateMachine()
56 @Mock private A2dpSinkNativeInterface mNativeInterface;
64 @Mock private A2dpSinkNativeInterface mMockNativeInterface;
65 @Mock private A2dpSinkNativeInterface mNativeInterface;