HomeSort by relevance Sort by last modified time
    Searched refs:AVRC_RSP_ACCEPT (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/include/
bta_av_api.h 186 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
  /system/bt/stack/avrc/
avrc_api.cc 383 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK);
883 *p_start = AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 142 private static final int AVRC_RSP_ACCEPT = 9;
547 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
574 if (mLocalVolume != volIndex && (msg.arg2 == AVRC_RSP_ACCEPT ||
579 if (mLastLocalVolume != -1 && msg.arg2 == AVRC_RSP_ACCEPT) {
604 (msg.arg2 == AVRC_RSP_ACCEPT)) {
    [all...]
  /system/bt/stack/include/
avrc_defs.h 67 #define AVRC_RSP_ACCEPT \
    [all...]
  /system/bt/btif/src/
btif_rc.cc     [all...]

Completed in 1665 milliseconds