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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 120 private static final int AVRC_RSP_ACCEPT = 9;
350 if (msg.arg2 == AVRC_RSP_ACCEPT || msg.arg2 == AVRC_RSP_REJ) {
378 if (mLocalVolume != volIndex && (msg.arg2 == AVRC_RSP_ACCEPT ||
383 if (mLastLocalVolume != -1 && msg.arg2 == AVRC_RSP_ACCEPT) {
409 (msg.arg2 == AVRC_RSP_ACCEPT )) {
    [all...]
  /system/bt/bta/include/
bta_av_api.h 211 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
  /system/bt/btif/src/
btif_rc.c     [all...]
  /system/bt/stack/avrc/
avrc_api.c 266 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK);
    [all...]
  /system/bt/stack/include/
avrc_defs.h 61 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */
    [all...]

Completed in 1136 milliseconds