Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine()
DAtPhonebook.java98 public AtPhonebook(Context context, HeadsetNativeInterface nativeInterface) { in AtPhonebook()
DHeadsetStateMachine.java168 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
195 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java92 HearingAidNativeInterface nativeInterface, Looper looper) { in HearingAidStateMachine()
112 HearingAidNativeInterface nativeInterface, Looper looper) { in make()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java89 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.java126 HidDeviceNativeInterface nativeInterface = in setUp() local