Home
last modified time | relevance | path

Searched refs:AvrcpTargetService (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java57 public class AvrcpTargetService extends ProfileService { class
83 private static AvrcpTargetService sInstance = null;
153 public static void set(AvrcpTargetService instance) { in set()
160 public static AvrcpTargetService get() { in get()
215 mNativeInterface.init(AvrcpTargetService.this); in start()
495 private AvrcpTargetService mService;
497 AvrcpTargetBinder(AvrcpTargetService service) { in AvrcpTargetBinder()
DAvrcpNativeInterface.java40 private AvrcpTargetService mAvrcpService;
54 void init(AvrcpTargetService service) { in init()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DServiceFactory.java20 import com.android.bluetooth.avrcp.AvrcpTargetService;
53 public AvrcpTargetService getAvrcpTargetService() { in getAvrcpTargetService()
54 return AvrcpTargetService.get(); in getAvrcpTargetService()
DConfig.java36 import com.android.bluetooth.avrcp.AvrcpTargetService;
90 new ProfileConfig(AvrcpTargetService.class, R.bool.profile_supported_avrcp_target,