Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpNativeInterface.java39 public class A2dpNativeInterface { class
40 private static final String TAG = A2dpNativeInterface.class.getSimpleName();
47 A2dpNativeInterface(@NonNull A2dpNativeCallback nativeCallback) { in A2dpNativeInterface() method in A2dpNativeInterface
DA2dpCodecConfig.java44 private final A2dpNativeInterface mA2dpNativeInterface;
62 A2dpCodecConfig(Context context, A2dpNativeInterface a2dpNativeInterface) { in A2dpCodecConfig()
DA2dpService.java84 private final A2dpNativeInterface mNativeInterface;
120 A2dpService(AdapterService adapterService, A2dpNativeInterface nativeInterface, Looper looper) { in A2dpService()
127 new A2dpNativeInterface( in A2dpService()
DA2dpStateMachine.java89 private final A2dpNativeInterface mA2dpNativeInterface;
105 A2dpNativeInterface a2dpNativeInterface, in A2dpStateMachine()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpStateMachineTest.java81 @Mock private A2dpNativeInterface mNativeInterface;
DA2dpCodecConfigTest.java59 @Mock private A2dpNativeInterface mA2dpNativeInterface;
DA2dpServiceTest.java97 @Mock private A2dpNativeInterface mMockNativeInterface;