Home
last modified time | relevance | path

Searched refs:AvrcpNativeInterface (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java29 public class AvrcpNativeInterface { class
33 private static AvrcpNativeInterface sInstance;
40 static AvrcpNativeInterface getInterface() { in getInterface()
42 sInstance = new AvrcpNativeInterface(); in getInterface()
DAvrcpVolumeManager.java48 AvrcpNativeInterface mNativeInterface;
89 AvrcpNativeInterface nativeInterface) { in AvrcpVolumeManager()
DAvrcpTargetService.java57 private AvrcpNativeInterface mNativeInterface;
156 mNativeInterface = AvrcpNativeInterface.getInterface(); in start()