HomeSort by relevance Sort by last modified time
    Searched defs:rc_handle (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/av/
bta_av_act.c 97 UINT8 rc_handle; /* connected AVRCP handle */ local
111 APPL_TRACE_DEBUG("bta_av_del_rc shdl:%d, srch:%d rc_handle:%d", p_rcb->shdl,
112 p_scb->rc_handle, p_rcb->handle);
113 if(p_scb->rc_handle == p_rcb->handle)
114 p_scb->rc_handle = BTA_AV_RC_HANDLE_NONE;
123 rc_handle = p_rcb->handle;
133 AVRC_Close(rc_handle);
134 if (rc_handle == bta_av_cb.rc_acp_handle)
224 bta_av_cb.rc_handle = handle;*/
309 UINT8 rc_handle; local
1707 UINT8 rc_handle; local
1913 UINT8 rc_handle; local
    [all...]
bta_av_int.h 504 UINT8 rc_handle; /* connected AVRCP handle */ member in struct:__anon68576
575 UINT8 disc; /* (hdi+1) or (rc_handle|BTA_AV_CHNL_MSK) if p_disc_db is in use */
  /system/bt/btif/src/
btif_rc.c 87 send_metamsg_rsp(btif_rc_cb.rc_handle, btif_rc_cb.rc_pdu_info[index].label, \
112 UINT8 rc_handle; member in struct:__anon69194
187 static void send_reject_response (UINT8 rc_handle, UINT8 label,
190 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label,
416 BTIF_TRACE_DEBUG("%s: rc_handle: %d", __FUNCTION__, p_rc_open->rc_handle);
428 and Current RC: %d", btif_rc_cb.rc_handle,p_rc_open->rc_handle );
429 if ((btif_rc_cb.rc_handle != p_rc_open->rc_handle)
    [all...]
  /system/bt/bta/include/
bta_av_api.h 347 UINT8 rc_handle; member in struct:__anon68847
356 UINT8 rc_handle; member in struct:__anon68848
363 UINT8 rc_handle; member in struct:__anon68849
370 UINT8 rc_handle; member in struct:__anon68850
382 UINT8 rc_handle; member in struct:__anon68851
394 UINT8 rc_handle; member in struct:__anon68852
405 UINT8 rc_handle; member in struct:__anon68853
700 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
714 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
729 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code
    [all...]

Completed in 194 milliseconds