Searched refs:AVRC_STS_NO_ERROR (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_ct.c37 ** Returns AVRC_STS_NO_ERROR, if the command is built successfully
56 return AVRC_STS_NO_ERROR;
70 ** Returns AVRC_STS_NO_ERROR, if the command is built successfully
86 return AVRC_STS_NO_ERROR;
95 ** Returns AVRC_STS_NO_ERROR, if the command is built successfully
113 return AVRC_STS_NO_ERROR;
187 ** Returns AVRC_STS_NO_ERROR, if the command is built successfully
214 status = AVRC_STS_NO_ERROR;
241 if (alloc && (status != AVRC_STS_NO_ERROR) )
H A Davrc_bld_tg.c37 ** Returns AVRC_STS_NO_ERROR, if the response is built successfully
48 tAVRC_STS status = AVRC_STS_NO_ERROR;
103 status = AVRC_STS_NO_ERROR;
115 ** Returns AVRC_STS_NO_ERROR, if the response is built successfully
156 return AVRC_STS_NO_ERROR;
166 ** Returns AVRC_STS_NO_ERROR, if the response is built successfully
206 return AVRC_STS_NO_ERROR;
216 ** Returns AVRC_STS_NO_ERROR, if the response is built successfully
264 return AVRC_STS_NO_ERROR;
274 ** Returns AVRC_STS_NO_ERROR, i
[all...]
H A Davrc_pars_ct.c39 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
45 tAVRC_STS status = AVRC_STS_NO_ERROR;
113 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
134 if (status == AVRC_STS_NO_ERROR)
H A Davrc_pars_tg.c37 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
44 tAVRC_STS status = AVRC_STS_NO_ERROR;
69 if (status != AVRC_STS_NO_ERROR)
278 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
297 if (status == AVRC_STS_NO_ERROR)
H A Davrc_utils.c159 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
180 status = AVRC_STS_NO_ERROR;
H A Davrc_api.c243 tAVRC_STS status = AVRC_STS_NO_ERROR;
322 if (status != AVRC_STS_NO_ERROR)
500 avrc_cmd.status = AVRC_STS_NO_ERROR;
502 if (AVRC_BldCommand ((tAVRC_COMMAND *)&avrc_cmd, &p_cmd) == AVRC_STS_NO_ERROR)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c650 avrc_rsp.rsp.status = AVRC_STS_NO_ERROR;
723 if (status != AVRC_STS_NO_ERROR)
896 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse(rc_handle, &avrc_rsp, &p_msg)) )
931 if (pmetamsg_resp->rsp.status != AVRC_STS_NO_ERROR)
974 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse(btif_rc_cb.rc_handle,
1006 if (status == AVRC_STS_NO_ERROR)
1127 avrc_rsp.inform_charset.status=AVRC_STS_NO_ERROR;
1265 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR;
1306 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR;
1359 avrc_rsp.get_play_status.status = AVRC_STS_NO_ERROR;
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h230 #define AVRC_STS_NO_ERROR 0x04 /* Operation completed without error. This is the status that should be returned if the operation was successful. */ macro
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c810 p_rc_rsp->get_caps.status = AVRC_STS_NO_ERROR;

Completed in 111 milliseconds