HomeSort by relevance Sort by last modified time
    Searched defs:avrcp (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 17 package com.android.bluetooth.avrcp;
39 * Provides Bluetooth AVRCP Controller profile, as a service in the Bluetooth application.
175 Log.w(TAG,"AVRCP call not allowed for non-active user");
220 /** Handles Avrcp messages. */
Avrcp.java 17 package com.android.bluetooth.avrcp;
60 * support Bluetooth AVRCP profile.
63 public final class Avrcp {
65 private static final String TAG = "Avrcp";
144 private Avrcp(Context context) {
182 public static Avrcp make(Context context) {
184 Avrcp ar = new Avrcp(context);
256 /** Handles Avrcp messages. */
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1326 BluetoothAvrcpController avrcp = new BluetoothAvrcpController(context, listener); local
1376 BluetoothAvrcpController avrcp = (BluetoothAvrcpController)proxy; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 151 uint8_t avrcp; member in struct:__anon5712
255 BTIF_TRACE_DEBUG("AVRCP: Send key %d (%d) fd=%d", key, pressed, fd);
325 char *name = "AVRCP";
330 BTIF_TRACE_ERROR("%s AVRCP: Failed to initialize uinput for %s (%d)",
333 BTIF_TRACE_DEBUG("%s AVRCP: Initialized uinput for %s (fd=%d)",
452 /* report connection state if device is AVRCP target */
499 /* report connection state if device is AVRCP target */
573 if (p_remote_cmd->rc_id == key_map[i].avrcp) {
602 BTIF_TRACE_ERROR("%s AVRCP: unknown button 0x%02X %s", __FUNCTION__,
639 BTIF_TRACE_ERROR("%s DUT does not support AVRCP controller role", __FUNCTION__)
    [all...]

Completed in 89 milliseconds