/system/bt/packet/ |
Android.bp | 11 "lib-bt-packets-avrcp", 21 "tests/avrcp/avrcp_browse_packet_test.cc", 22 "tests/avrcp/avrcp_packet_test.cc", 23 "tests/avrcp/avrcp_reject_packet_test.cc", 24 "tests/avrcp/change_path_packet_test.cc", 25 "tests/avrcp/general_reject_packet_test.cc", 26 "tests/avrcp/get_capabilities_packet_test.cc", 27 "tests/avrcp/get_element_attributes_packet_test.cc", 28 "tests/avrcp/get_folder_items_packet_test.cc", 29 "tests/avrcp/get_item_attributes_packet_test.cc" [all...] |
/system/bt/packet/include/ |
avrcp_packet.h | 19 #include "avrcp/avrcp_packet.h" 20 #include "avrcp/avrcp_reject_packet.h" 21 #include "avrcp/capabilities_packet.h" 22 #include "avrcp/get_element_attributes_packet.h" 23 #include "avrcp/get_play_status_packet.h" 24 #include "avrcp/pass_through_packet.h" 25 #include "avrcp/register_notification_packet.h" 26 #include "avrcp/vendor_packet.h" 28 #include "avrcp/avrcp_browse_packet.h" 29 #include "avrcp/change_path.h [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothAvrcpFacade.java | 69 * Is Avrcp profile ready. 70 * @return Avrcp profile is ready or not. 72 @Rpc(description = "Is Avrcp profile ready.") 78 * Get all the devices connected through AVRCP. 79 * @return Lsit of the devices connected through AVRCP. 81 @Rpc(description = "Get all the devices connected through AVRCP.") 84 Log.d("AVRCP profile is not ready."); 91 * Close AVRCP connection. 93 @Rpc(description = "Close AVRCP connection.") 98 Log.d("AVRCP profile is not ready.") [all...] |
/system/bt/include/ |
Android.bp | 5 export_include_dirs: ["./hardware/avrcp/"], 10 // bluetooth.h but doesn't include libchrome which avrcp.h depends on.
|
/system/bt/profile/avrcp/ |
Android.bp | 2 name: "avrcp-target-service", 41 "avrcp-target-service",
|
connection_handler.h | 31 namespace avrcp { namespace in namespace:bluetooth 43 * ConnectionHandler handles SDP, connecting to remote AVRCP devices 50 * A reference to the new Avrcp device is located in the shared_ptr. 57 * AVRCP Acceptor to receive connection requests from a remote device. 60 * callback - A callback that gets called any time a new AVRCP Device 67 AvrcpInterface* avrcp, SdpInterface* sdp, 81 * Attempt to connect AVRCP on a device. The callback will be called with 82 * either a smart pointer pointing to the connected AVRCP device or null 99 * connect AVRCP 104 * Disconnects AVRCP from a device that was successfully connected too usin [all...] |
media_id_map.h | 22 namespace avrcp { namespace in namespace:bluetooth 25 // received from the AVRCP Media Interface layer into UID's to be used 62 } // namespace avrcp
|
/system/bt/packet/avrcp/ |
avrcp_reject_packet.cc | 20 namespace avrcp { namespace in namespace:bluetooth 35 // Push the standard avrcp headers 38 // Push the avrcp vendor command headers 46 } // namespace avrcp
|
get_play_status_packet.cc | 20 namespace avrcp { namespace in namespace:bluetooth 45 // Push the standard avrcp headers 48 // Push the avrcp vendor command headers 59 } // namespace avrcp
|
vendor_packet.h | 22 namespace avrcp { namespace in namespace:bluetooth 24 class VendorPacketBuilder : public avrcp::PacketBuilder { 44 // Helper function used a couple other AVRCP packet builders 54 class VendorPacket : public avrcp::Packet { 59 * Avrcp Vendor Packet Layout 88 } // namespace avrcp
|
get_total_number_of_items.h | 22 namespace avrcp { namespace in namespace:bluetooth 53 * AVRCP Get Total Number Of Items Packet Layout 71 } // namespace avrcp
|
capabilities_packet.cc | 20 namespace avrcp { namespace in namespace:bluetooth 38 // Push the standard avrcp headers 41 // Push the avrcp vendor command headers, the parameter length is always 1 131 // Push the standard avrcp headers 134 // Push the avrcp vendor command headers 151 } // namespace avrcp
|
avrcp_browse_packet.h | 30 namespace avrcp { namespace in namespace:bluetooth 61 * Avrcp Browse Packet Layout 82 } // namespace avrcp
|
change_path.h | 22 namespace avrcp { namespace in namespace:bluetooth 50 * Avrcp Change Path Packet Layout 96 } // namespace avrcp
|
get_item_attributes.h | 24 namespace avrcp { namespace in namespace:bluetooth 56 * Avrcp Change Path Packet Layout 83 } // namespace avrcp
|
play_item.h | 22 namespace avrcp { namespace in namespace:bluetooth 48 * AVRCP Play Item Request Packet Layout 77 } // namespace avrcp
|
set_absolute_volume.h | 28 namespace avrcp { namespace in namespace:bluetooth 55 * AVRCP Play Item Request Packet Layout 80 } // namespace avrcp
|
set_browsed_player.h | 22 namespace avrcp { namespace in namespace:bluetooth 59 * Avrcp Change Path Packet Layout 77 } // namespace avrcp
|
/system/bt/bta/av/ |
bta_av_cfg.cc | 43 /* AVRCP supported categories */ 48 /* AVRCP Controller and Targer default name */ 124 /* the MTU for the AVRCP browsing channel */ 131 BTA_AV_RC_COMP_ID, /* AVRCP Company ID */ 132 512, /* AVRCP MTU at L2CAP for control channel */ 133 BTA_AV_MAX_RC_BR_MTU, /* AVRCP MTU at L2CAP for browsing channel */ 134 BTA_AV_RC_SUPF_CT, /* AVRCP controller categories */ 135 BTA_AV_RC_SUPF_TG, /* AVRCP target categories */ 151 BTA_AV_RC_CT_NAME, /* Default AVRCP controller name */ 152 BTA_AV_RC_TG_NAME /* Default AVRCP target name * [all...] |
/system/bt/packet/tests/avrcp/ |
avrcp_test_packets.h | 21 // AVRCP packets pulled from wireshark 24 // AVRCP Get Capabilities Request packet 28 // AVRCP Get Capabilities Request packet with Company ID 32 // AVRCP Get Capabilities Request packet with Unknown 36 // AVRCP Get Capabilities Response to Company ID request 41 // AVRCP Get Capabilities Response to Events Supported request 46 // AVRCP Get Element Attributes request for current playing song and attribute 52 // AVRCP Get Element Attributes request for current playing song and attributes 61 // AVRCP Get Element Attributes response with attribute values as follows 81 // AVRCP Get Play Status Reques [all...] |
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
AvrcpTest.java | 1 package com.android.bluetooth.avrcp; 25 * Unit tests for {@link Avrcp} 36 Avrcp a = Avrcp.make(InstrumentationRegistry.getTargetContext()); 77 Avrcp a = Avrcp.make(mockContext);
|
/system/bt/btif/avrcp/ |
avrcp_service.h | 22 #include "avrcp.h" 28 namespace avrcp { namespace in namespace:bluetooth 31 * AvrcpService is the management interface for AVRCP Target. It handles any 43 * Currently used by A2DP to tell AVRCP to initiate a connection to the 49 * Returns an interface to control this service. The Avrcp::ServiceInterface 96 } // namespace avrcp
|
/tools/test/connectivity/acts/tests/google/coex/slave_role/performance_tests/ |
WlanWithA2dpPerformanceSlaveTest.py | 68 """Wrapper function to start iperf traffic, music streaming and avrcp 161 """Starts TCP-uplink traffic with music streaming and avrcp controls. 165 avrcp controls when device is in slave role. 169 3. Check all avrcp related controls. 181 """Starts TCP-downlink traffic with music streaming and avrcp controls. 185 avrcp controls when device is in slave role. 189 3. Check all avrcp related controls. 201 """Starts UDP-uplink traffic with music streaming and avrcp controls. 205 avrcp controls when device is in slave role. 209 3. Check all avrcp related controls [all...] |
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
MetricsLoggerTest.java | 58 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); 64 Assert.assertEquals(ProfileId.AVRCP, profileUsageStatsAvrcp.getProfileId()); 78 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); 80 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); 87 Assert.assertTrue(profileConnectionCountMap.containsKey(ProfileId.AVRCP)); 89 profileConnectionCountMap.get(ProfileId.AVRCP).getNumTimesConnected());
|
/frameworks/base/data/keyboards/ |
AVRCP.idc | 16 # AVRCP
|