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

  /hardware/libhardware/include/hardware/
bt_rc.h 138 btrc_play_status_t play_status; member in union:__anon31224
237 bt_status_t (*get_play_status_rsp)( btrc_play_status_t play_status, uint32_t song_len, uint32_t song_pos);
326 btrc_play_status_t play_status);
  /system/bt/stack/avrc/
avrc_bld_tg.c 530 UINT8_TO_BE_STREAM(p_data, p_rsp->play_status);
564 /* p_rsp->param.play_status >= AVRC_PLAYSTATE_STOPPED is always TRUE */
565 if ((p_rsp->param.play_status <= AVRC_PLAYSTATE_REV_SEEK) ||
566 (p_rsp->param.play_status == AVRC_PLAYSTATE_ERROR) )
568 UINT8_TO_BE_STREAM(p_data, p_rsp->param.play_status);
avrc_pars_ct.c 115 BE_STREAM_TO_UINT8(p_rsp->param.play_status, p_stream);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 398 btrc_play_status_t play_status) {
410 (jbyte)play_status);
com_android_bluetooth_avrcp.cpp 348 param.play_status = (btrc_play_status_t)playStatus;
  /system/bt/stack/include/
avrc_defs.h 918 UINT8 play_status; \/* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PLAYSTATE_PAUSED, AVRC_PLAYSTATE_FWD_SEEK, member in struct:__anon72553
1270 UINT8 play_status; member in struct:__anon72587
1294 tAVRC_PLAYSTATE play_status; member in union:__anon72590
    [all...]
  /system/bt/btif/src/
btif_rc.c     [all...]

Completed in 3266 milliseconds