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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c 524 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status);
558 /* p_rsp->param.play_status >= AVRC_PLAYSTATE_STOPPED is always TRUE */
559 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) ||
560 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) )
562 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status);
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 919 UINT8 play_status; \/* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PLAYSTATE_PAUSED, AVRC_PLAYSTATE_FWD_SEEK, member in struct:__anon5962
1271 UINT8 play_status; member in struct:__anon5996
1295 tAVRC_PLAYSTATE play_status; member in union:__anon5999
    [all...]

Completed in 46 milliseconds