HomeSort by relevance Sort by last modified time
    Searched refs:AvrcpTargetService (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpTargetService.java 45 public class AvrcpTargetService extends ProfileService {
62 private static AvrcpTargetService sInstance = null;
102 * Get the AvrcpTargetService instance. Returns null if the service hasn't been initialized.
104 public static AvrcpTargetService get() {
165 mNativeInterface.init(AvrcpTargetService.this);
338 sb.append("\nProfile: AvrcpTargetService:\n");
340 sb.append("AvrcpTargetService not running");
359 private AvrcpTargetService mService;
361 AvrcpTargetBinder(AvrcpTargetService service) {
AvrcpNativeInterface.java 34 private AvrcpTargetService mAvrcpService;
48 void init(AvrcpTargetService service) {
63 Log.w(TAG, "getCurrentSongInfo(): AvrcpTargetService is null");
73 Log.w(TAG, "getPlayStatus(): AvrcpTargetService is null");
83 Log.w(TAG, "sendMediaKeyEvent(): AvrcpTargetService is null");
93 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
103 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
113 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
123 Log.w(TAG, "getMediaPlayerList(): AvrcpTargetService is null");
173 Log.d(TAG, "playItem: AvrcpTargetService is null")
    [all...]
MediaPlayerList.java 91 private AvrcpTargetService.ListCallback mCallback;
131 void init(AvrcpTargetService.ListCallback callback) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 41 import com.android.bluetooth.avrcp.AvrcpTargetService;
170 if (mActiveDevice != null && AvrcpTargetService.get() != null) {
171 AvrcpTargetService.get().storeVolumeForDevice(mActiveDevice);
480 if (previousActiveDevice != null && AvrcpTargetService.get() != null) {
481 AvrcpTargetService.get().storeVolumeForDevice(previousActiveDevice);
527 if (AvrcpTargetService.get() != null) {
528 AvrcpTargetService.get().volumeDeviceSwitched(mActiveDevice);
530 rememberedVolume = AvrcpTargetService.get()
591 if (AvrcpTargetService.get() != null) {
592 AvrcpTargetService.get().sendVolumeChanged(volume)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 29 import com.android.bluetooth.avrcp.AvrcpTargetService;
85 new ProfileConfig(AvrcpTargetService.class, R.bool.profile_supported_avrcp_target,

Completed in 204 milliseconds