OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tAVRC_STS
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/stack/include/
avrc_defs.h
249
typedef UINT8
tAVRC_STS
;
[
all
...]
avrc_api.h
566
AVRC_API extern
tAVRC_STS
AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
579
AVRC_API extern
tAVRC_STS
AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result,
593
AVRC_API extern
tAVRC_STS
AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt);
606
AVRC_API extern
tAVRC_STS
AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
/external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c
40
static
tAVRC_STS
avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt)
47
tAVRC_STS
status = AVRC_STS_NO_ERROR;
118
static
tAVRC_STS
avrc_bld_list_app_settings_attr_rsp (tAVRC_LIST_APP_ATTR_RSP *p_rsp, BT_HDR *p_pkt)
169
static
tAVRC_STS
avrc_bld_list_app_settings_values_rsp (tAVRC_LIST_APP_VALUES_RSP *p_rsp,
219
static
tAVRC_STS
avrc_bld_get_cur_app_setting_value_rsp (tAVRC_GET_CUR_APP_VALUE_RSP *p_rsp,
277
static
tAVRC_STS
avrc_bld_set_app_setting_value_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt)
295
static
tAVRC_STS
avrc_bld_app_setting_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, BT_HDR *p_pkt)
300
tAVRC_STS
sts = AVRC_STS_NO_ERROR;
366
static
tAVRC_STS
avrc_bld_get_app_setting_attr_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp,
384
static
tAVRC_STS
avrc_bld_get_app_setting_value_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp
[
all
...]
avrc_utils.c
164
tAVRC_STS
avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id)
169
tAVRC_STS
status = AVRC_STS_BAD_CMD;
avrc_pars_tg.c
41
static
tAVRC_STS
avrc_pars_vendor_cmd(tAVRC_MSG_VENDOR *p_msg, tAVRC_COMMAND *p_result,
44
tAVRC_STS
status = AVRC_STS_NO_ERROR;
272
tAVRC_STS
AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
274
tAVRC_STS
status = AVRC_STS_INTERNAL_ERR;
avrc_int.h
150
extern
tAVRC_STS
avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
avrc_api.c
241
tAVRC_STS
status = AVRC_STS_NO_ERROR;
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
476
tAVRC_STS
status;
687
tAVRC_STS
status;
739
tAVRC_STS
status;
769
tAVRC_STS
status;
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_act.c
80
#define BTA_AV_STS_NO_RSP 0xFF /* a number not used by
tAVRC_STS
*/
715
static
tAVRC_STS
bta_av_chk_notif_evt_id(tAVRC_MSG_VENDOR *p_vendor)
717
tAVRC_STS
status = BTA_AV_STS_NO_RSP;
863
tAVRC_STS
res;
[
all
...]
Completed in 4886 milliseconds