HomeSort by relevance Sort by last modified time
    Searched full:avrcp (Results 251 - 275 of 493) sorted by null

<<11121314151617181920

  /frameworks/support/media/src/main/java/androidx/media/
MediaPlaylistAgent.java 75 * Bluetooth AVRCP 1.6. An example of a group is the playlist.
100 * Bluetooth AVRCP 1.6. An example of a group is the playlist.
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ActiveDeviceManager.java 49 * connected A2DP/HFP/AVRCP/HearingAid devices and select which device is
57 * 2) The selected A2DP active device is the one used for AVRCP as well.
  /system/bt/bta/av/
bta_av_api.cc 531 * Description Open an AVRCP connection toward the device with the
551 * Description Close an AVRCP connection
bta_av_main.cc 485 LOG_INFO(LOG_TAG, "%s: AVRCP version used for sdp: \"%s\"", __func__,
495 LOG_INFO(LOG_TAG, "%s: AVRCP 1.3 capabilites used", __func__);
    [all...]
bta_av_int.h 495 uint8_t rc_handle; /* connected AVRCP handle */
496 bool use_rc; /* true if AVRCP is allowed */
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
bluez_test_utils.py 449 """Performs AVRCP actions for the device
455 True if avrcp actions are performed else False.
CoexBaseTest.py 296 """Performs avrcp controls like volume up, volume down, skip next and
  /tools/test/connectivity/acts/tests/google/bt/pts/
cmd_input.py     [all...]
  /system/bt/profile/avrcp/tests/
avrcp_device_test.cc 30 #include "tests/avrcp/avrcp_test_packets.h"
34 namespace avrcp { namespace in namespace:bluetooth
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_carkit_lib.py 706 "Test AVRCP play/pause {} times.".format(play_pause_count))
718 self.log.info("Test AVRCP go to the next song then the previous song.")
733 "Test AVRCP go to the next song then the press previous after a few seconds."
    [all...]
  /tools/test/connectivity/acts/tests/google/coex/performance_tests/
WlanWithHfpPerformanceTest.py 91 """Wrapper function to start iperf and initiate call and check avrcp
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AddressedMediaPlayer.java 17 package com.android.bluetooth.avrcp;
97 // NOTE: this is out-of-spec (AVRCP 1.6.1 sec 6.10.4.3, p90) but we answer it anyway
387 new FolderItemsRsp(AvrcpConstants.RSP_NO_ERROR, Avrcp.sUIDCounter, scope,
Avrcp.java 17 package com.android.bluetooth.avrcp;
67 * support Bluetooth AVRCP profile. support metadata, play status, event
71 public final class Avrcp {
73 private static final String TAG = "Avrcp";
243 private Avrcp(Context context) {
356 public static Avrcp make(Context context) {
360 Avrcp ar = new Avrcp(context);
452 synchronized (Avrcp.this) {
478 /** Handles Avrcp messages. *
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 48 * Provides Bluetooth AVRCP Controller State Machine responsible for all remote control connections
105 * Notification types for Avrcp protocol JNI.
232 if (DBG) Log.d(TAG, " inform AVRCP Commands to A2DP Sink ");
    [all...]
  /external/adhd/cras/src/server/
cras_bt_transport.c 209 * BT audio devices supports AVRCP absolute volume. Set the flag in bt
cras_bt_device.c 533 syslog(LOG_DEBUG, "Bluetooth Device: %s is AVRCP remote",
537 syslog(LOG_DEBUG, "Bluetooth Device: %s is AVRCP target",
  /system/bt/profile/avrcp/
device.cc 24 namespace avrcp { namespace in namespace:bluetooth
323 // TODO (apanicke): Implement logic for Multi-AVRCP
462 // is a violation of the AVRCP Spec but there are some carkits that try too
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 578 * Checks if Avrcp device supports the absolute volume feature.
603 * @param volume Absolute volume to be set on AVRCP side
    [all...]
  /compatibility/cdd/2_device-types/
2_5_automotive-reqs.md 87 * Media playback control over Remote Control Profile (AVRCP).
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 285 """AVRCP is not supported by Chromebook and no need to run this test
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 338 """AVRCP is not supported by Chromebook and no need to run this test
  /hardware/libhardware/include/hardware/
bluetooth.h 46 #define BT_PROFILE_AV_RC_ID "avrcp"
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
MediaPlayerWrapper.java 17 package com.android.bluetooth.avrcp;
  /system/bt/internal_include/
bt_trace.h 532 /* Define tracing for the AVRCP profile */
    [all...]

Completed in 1392 milliseconds

<<11121314151617181920