Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java43 public class A2dpNativeInterface { class
44 private static final String TAG = A2dpNativeInterface.class.getSimpleName();
49 private static A2dpNativeInterface sInstance;
56 private A2dpNativeInterface() { in A2dpNativeInterface() method in A2dpNativeInterface
68 public static A2dpNativeInterface getInstance() { in getInstance()
71 sInstance = new A2dpNativeInterface(); in getInstance()
79 public static void setInstance(A2dpNativeInterface instance) { in setInstance()
DA2dpCodecConfig.java42 private A2dpNativeInterface mA2dpNativeInterface;
60 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig()
DA2dpStateMachine.java79 private A2dpNativeInterface mA2dpNativeInterface;
88 A2dpNativeInterface a2dpNativeInterface, in A2dpStateMachine()
117 A2dpNativeInterface a2dpNativeInterface, in make()
DA2dpService.java89 private final A2dpNativeInterface mNativeInterface;
126 this(adapterService, A2dpNativeInterface.getInstance(), Looper.getMainLooper()); in A2dpService()
130 A2dpService(AdapterService adapterService, A2dpNativeInterface nativeInterface, Looper looper) { in A2dpService()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java34 import com.android.bluetooth.a2dp.A2dpNativeInterface;
80 @Mock private A2dpNativeInterface mA2dpNativeInterface;
152 A2dpNativeInterface.setInstance(mA2dpNativeInterface); in setUp()
170 A2dpNativeInterface.setInstance(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java74 @Mock private A2dpNativeInterface mA2dpNativeInterface;
DA2dpCodecConfigTest.java57 @Mock private A2dpNativeInterface mA2dpNativeInterface;
DA2dpServiceTest.java87 @Mock private A2dpNativeInterface mMockNativeInterface;