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

  /hardware/libhardware/include/hardware/
bt_rc.h 108 btrc_play_status_t play_status; member in union:__anon20392
207 bt_status_t (*get_play_status_rsp)( btrc_play_status_t play_status, uint32_t song_len, uint32_t song_pos);
  /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...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 327 param.play_status = (btrc_play_status_t)playStatus;
  /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 485 milliseconds