Home
last modified time | relevance | path

Searched defs:nativeInterface (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineFactory.java28 NativeInterface nativeInterface) { in make()
DVendorCommandResponseProcessor.java74 VendorCommandResponseProcessor(HeadsetClientService context, NativeInterface nativeInterface) { in VendorCommandResponseProcessor()
DHeadsetClientStateMachine.java761 NativeInterface nativeInterface) { in HeadsetClientStateMachine()
805 NativeInterface nativeInterface) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine()
DAtPhonebook.java101 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) { in AtPhonebook()
DHeadsetStateMachine.java176 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
203 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java92 LeAudioNativeInterface nativeInterface, Looper looper) { in LeAudioStateMachine()
112 LeAudioNativeInterface nativeInterface, Looper looper) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java96 HearingAidNativeInterface nativeInterface, Looper looper) { in HearingAidStateMachine()
116 HearingAidNativeInterface nativeInterface, Looper looper) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java96 AvrcpNativeInterface nativeInterface) { in AvrcpVolumeManager()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java73 private static void setInstance(HidDeviceNativeInterface nativeInterface) { in setInstance()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java130 HidDeviceNativeInterface nativeInterface = in setUp() local