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:__anon32898
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 514 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status);
548 /* p_rsp->param.play_status >= AVRC_PLAYSTATE_STOPPED is always TRUE */
549 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) ||
550 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) )
552 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 326 param.play_status = (btrc_play_status_t)playStatus;
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 921 UINT8 play_status; \/* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PLAYSTATE_PAUSED, AVRC_PLAYSTATE_FWD_SEEK, member in struct:__anon3615
1273 UINT8 play_status; member in struct:__anon3649
1297 tAVRC_PLAYSTATE play_status; member in union:__anon3652
    [all...]

Completed in 7649 milliseconds