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

1 23 4 5 6 7 8 91011>>

  /system/bt/packet/avrcp/
get_play_status_packet.h 22 namespace avrcp { namespace in namespace:bluetooth
79 } // namespace avrcp
get_total_number_of_items.cc 20 namespace avrcp { namespace in namespace:bluetooth
78 } // namespace avrcp
pass_through_packet.h 22 namespace avrcp { namespace in namespace:bluetooth
76 } // namespace avrcp
avrcp_packet.cc 25 namespace avrcp { namespace in namespace:bluetooth
98 ss << "avrcp::Packet: " << std::endl;
116 } // namespace avrcp
get_folder_items.h 22 namespace avrcp { namespace in namespace:bluetooth
74 * Avrcp Change Path Packet Layout
128 } // namespace avrcp
register_notification_packet.h 22 namespace avrcp { namespace in namespace:bluetooth
46 // TODO (apanicke): Add other getters when implementing AVRCP Controller
155 } // namespace avrcp
avrcp_browse_packet.cc 22 namespace avrcp { namespace in namespace:bluetooth
90 } // namespace avrcp
play_item.cc 20 namespace avrcp { namespace in namespace:bluetooth
88 } // namespace avrcp
set_absolute_volume.cc 20 namespace avrcp { namespace in namespace:bluetooth
75 } // namespace avrcp
set_addressed_player.cc 20 namespace avrcp { namespace in namespace:bluetooth
76 } // namespace avrcp
  /system/bt/packet/tests/avrcp/
get_total_number_of_items_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
72 } // namespace avrcp
pass_through_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
73 } // namespace avrcp
play_item_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
62 } // namespace avrcp
set_absolute_volume_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
73 } // namespace avrcp
set_browsed_player_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
73 } // namespace avrcp
change_path_packet_test.cc 26 namespace avrcp { namespace in namespace:bluetooth
84 } // namespace avrcp
  /system/bt/profile/avrcp/
connection_handler.cc 34 namespace avrcp { namespace in namespace:bluetooth
45 AvrcpInterface* avrcp, SdpInterface* sdp,
48 CHECK(avrcp != nullptr);
52 // SDP Initialization for AVRCP Here.
55 instance_->avrc_ = avrcp;
59 // Set up the AVRCP acceptor connection
156 BT_DEFAULT_BUFFER_SIZE; // Some magic number found in the AVRCP code
221 // devices SDP is completed after the device connects AVRCP so that
223 // capabilities. For now always use AVRCP 1.6.
270 LOG(ERROR) << "Unknown AVRCP Control event"
    [all...]
device.h 26 #include "avrcp.h"
33 namespace avrcp { namespace in namespace:bluetooth
36 * A class representing a connection with a remote AVRCP device. It holds all
40 // responders for Browse and Classic AVRCP Messages move the device around via a
45 * Device is friends with Avrcp::ConnectionHandler so that ConnectionHandler
61 * Disconnects the AVRCP connection that this device represents.
225 * This function is called by Avrcp::ConnectionHandler to signify that
256 // Enables AVRCP 1.3 Compatibility mode. This disables any AVRCP 1.4+ features
300 } // namespace avrcp
    [all...]
avrcp_message_converter.h 63 // TODO (apanicke): When deleting the old AVRCP Stack, remove this class and
93 // The first 3 bytes are header bytes that aren't actually in AVRCP
100 LOG(ERROR) << "Unknown opcode for AVRCP message";
  /tools/test/connectivity/acts/tests/google/coex/performance_tests/
WlanWithA2dpPerformanceTest.py 66 check for avrcp controls.
242 streaming and avrcp controls.
246 3. Check all avrcp related controls.
262 streaming and avrcp controls.
266 3. Check all avrcp related controls.
282 streaming and avrcp controls.
286 3. Check all avrcp related controls.
302 streaming and avrcp controls.
306 3. Check all avrcp related controls.
  /system/bt/profile/avrcp/tests/
avrcp_test_helper.h 22 #include "avrcp.h"
28 namespace avrcp { namespace in namespace:bluetooth
149 } // namespace avrcp
  /system/bt/bta/include/
bta_ar_api.h 119 * Description This function is called to register an SDP record for AVRCP.
134 * for AVRCP.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 33 * This would be running on the Phone (AVRCP TG device) and whenever the device receives a media
34 * command from Car (a AVRCP CT), this MediaBrowserService's MediaSession would intercept it.
35 * Helps to verify the commands received by the Phone (AVRCP TG) are the same as what was sent from
36 * Car (AVRCP CT).
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpMediaRspInterface.java 17 package com.android.bluetooth.avrcp;
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaControllerFactory.java 17 package com.android.bluetooth.avrcp;

Completed in 824 milliseconds

1 23 4 5 6 7 8 91011>>