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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
EvictingQueueTest.java 1 package com.android.bluetooth.avrcp;
  /system/bt/binder/android/bluetooth/
IBluetoothAvrcpController.aidl 25 * APIs for Bluetooth AVRCP controller service
  /system/bt/btif/
Android.bp 17 "system/bt/btif/avrcp",
36 // AVRCP Target Service
37 "avrcp/avrcp_service.cc",
106 "avrcp-target-service",
  /system/bt/packet/avrcp/
vendor_packet.cc 20 namespace avrcp { namespace in namespace:bluetooth
45 // Push the standard avrcp headers
48 // Push the avrcp vendor command headers
130 } // namespace avrcp
change_path.cc 20 namespace avrcp { namespace in namespace:bluetooth
111 } // namespace avrcp
get_element_attributes_packet.cc 22 namespace avrcp { namespace in namespace:bluetooth
142 } // namespace avrcp
set_browsed_player.cc 20 namespace avrcp { namespace in namespace:bluetooth
102 } // namespace avrcp
  /frameworks/base/packages/SettingsLib/res/values-as/
arrays.xml 62 <item msgid="5347678900838034763">"AVRCP ?.? (???????)"</item>
63 <item msgid="2809759619990248160">"AVRCP ?.?"</item>
64 <item msgid="6199178154704729352">"AVRCP ?.?"</item>
65 <item msgid="5172170854953034852">"AVRCP ?.?"</item>
69 <item msgid="3011533352527449572">"avrcp??"</item>
70 <item msgid="8837606198371920819">"avrcp??"</item>
71 <item msgid="3422726142222090896">"avrcp??"</item>
  /frameworks/base/packages/SettingsLib/res/values-ne/
arrays.xml 62 <item msgid="5347678900838034763">"AVRCP ?.? (??????????????)"</item>
63 <item msgid="2809759619990248160">"AVRCP ?.?"</item>
64 <item msgid="6199178154704729352">"AVRCP ?.?"</item>
65 <item msgid="5172170854953034852">"AVRCP ?.?"</item>
69 <item msgid="3011533352527449572">"avrcp ??"</item>
70 <item msgid="8837606198371920819">"avrcp ??"</item>
71 <item msgid="3422726142222090896">"avrcp ??"</item>
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpTargetService.java 17 package com.android.bluetooth.avrcp;
42 * Provides Bluetooth AVRCP Target profile as a service in the Bluetooth application.
123 Log.w(TAG, "Skipping initialization of the new AVRCP Target Player List");
140 Log.i(TAG, "Starting the AVRCP Target Service");
149 Log.w(TAG, "Skipping initialization of the new AVRCP Target Service");
177 Log.i(TAG, "Stopping the AVRCP Target Service");
204 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.AVRCP);
AvrcpVolumeManager.java 17 package com.android.bluetooth.avrcp;
38 // All volumes are stored at system volume values, not AVRCP values
163 // A2DP can sometimes connect and set a device to active before AVRCP has determined if the
164 // device supports absolute volume. Defer switching the device until AVRCP returns the
179 // AVRCP features lookup has completed after the device became active. Switch to the new
  /system/bt/bta/include/
bta_av_api.h 39 /* Typically FALSE when AVRCP is used in conjunction with A2DP */
377 uint32_t company_id; /* AVRCP Company ID */
378 uint16_t avrc_mtu; /* AVRCP MTU at L2CAP for control channel */
379 uint16_t avrc_br_mtu; /* AVRCP MTU at L2CAP for browsing channel */
380 uint16_t avrc_ct_cat; /* AVRCP controller categories */
381 uint16_t avrc_tg_cat; /* AVRCP target categories */
397 char avrc_controller_name[BTA_SERVICE_NAME_LEN]; /* Default AVRCP controller
399 char avrc_target_name[BTA_SERVICE_NAME_LEN]; /* Default AVRCP target name*/
627 * Description Open an AVRCP connection toward the device with the
639 * Description Close an AVRCP connectio
    [all...]
  /system/bt/stack/avrc/
avrc_sdp.cc 21 * AVRCP SDP related functions
74 * service discovery and retrieve AVRCP SDP record information
152 * Description This function is called to build an AVRCP SDP record.
175 * profile_version: profile version of avrcp record.
213 /* AVRCP versions 1.3 to 1.5 report (version - 1) in the protocol
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 43 * Provides Bluetooth AVRCP Controller profile, as a service in the Bluetooth application.
84 * AVRCP Error types as defined in spec. Also they should be in sync with btrc_status_t.
91 * Intent used to broadcast the change in browse connection state of the AVRCP Controller
108 "android.bluetooth.avrcp-controller.profile.action.BROWSE_CONNECTION_STATE_CHANGED";
111 * intent used to broadcast the change in metadata state of playing track on the avrcp
122 "android.bluetooth.avrcp-controller.profile.action.TRACK_EVENT";
134 "android.bluetooth.avrcp-controller.profile.action.FOLDER_LIST";
137 "android.bluetooth.avrcp-controller.profile.extra.FOLDER_LIST";
139 public static final String EXTRA_FOLDER_ID = "com.android.bluetooth.avrcp.EXTRA_FOLDER_ID";
141 "com.android.bluetooth.avrcp-controller.EXTRA_FOLDER_BT_ID"
    [all...]
  /system/bt/stack/include/
avrc_api.h 21 * nterface to AVRCP Application Programming Interface
153 uint16_t* p_attrs; /* The attributes filter. If NULL, AVRCP API sets the
204 * Description This function is called to build an AVRCP SDP record.
244 * service discovery and retrieve AVRCP SDP record information
388 * Description This function is used to send the AVRCP byte stream in p_pkt
444 * is requested. For AVRCP it is typically zero.
612 * Otherwise, the error code defined by AVRCP 1.4
626 * Otherwise, the error code defined by AVRCP 1.4
640 * Otherwise, the error code defined by AVRCP 1.4
650 * Description This function is a parse response for AVRCP Controller
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaDescriptionCompat.java 39 * specified in the section 6.10.2.2 of the Bluetooth AVRCP 1.5. This is valid only for
59 * the section 6.10.2.2 of the Bluetooth AVRCP 1.5.
65 * the Bluetooth AVRCP 1.5.
71 * 6.10.2.2 of the Bluetooth AVRCP 1.5.
77 * 6.10.2.2 of the Bluetooth AVRCP 1.5.
83 * 6.10.2.2 of the Bluetooth AVRCP 1.5.
89 * 6.10.2.2 of the Bluetooth AVRCP 1.5.
95 * 6.10.2.2 of the Bluetooth AVRCP 1.5.
  /system/bt/bta/
Android.bp 15 "system/bt/btif/avrcp",
115 "avrcp-target-service",
  /system/bt/include/hardware/
bt_rc.h 85 BTRC_FEAT_NONE = 0x00, /* AVRCP 1.0 */
86 BTRC_FEAT_METADATA = 0x01, /* AVRCP 1.3 */
88 BTRC_FEAT_BROWSE = 0x04, /* AVRCP 1.4 and up, with Browsing support */
337 /* AVRCP 1.4 Enhancements */
424 /** Represents the standard BT-RC AVRCP Target interface. */
503 /* AVRCP 1.4 enhancements */
507 ** This can be enhanced to support Relative Volume (AVRCP 1.0).
640 /** Represents the standard BT-RC AVRCP Controller interface. */
  /system/bt/packet/tests/avrcp/
avrcp_browse_packet_test.cc 60 namespace avrcp { namespace in namespace:bluetooth
118 } // namespace avrcp
avrcp_packet_test.cc 60 namespace avrcp { namespace in namespace:bluetooth
116 } // namespace avrcp
get_capabilities_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
121 } // namespace avrcp
get_element_attributes_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
132 } // namespace avrcp
get_item_attributes_packet_test.cc 24 namespace avrcp { namespace in namespace:bluetooth
129 } // namespace avrcp
vendor_packet_test.cc 62 namespace avrcp { namespace in namespace:bluetooth
139 } // namespace avrcp
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaBrowserFactory.java 17 package com.android.bluetooth.avrcp;

Completed in 1033 milliseconds

1 2 34 5 6 7 8 91011>>