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

  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 37 ** 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) )
avrc_bld_tg.c 37 ** 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, if the response is built successfull
    [all...]
avrc_pars_ct.c 39 ** 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)
avrc_pars_tg.c 37 ** 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)
avrc_utils.c 159 ** Returns AVRC_STS_NO_ERROR, if the message in p_data is parsed successfully.
180 status = AVRC_STS_NO_ERROR;
avrc_api.c 243 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)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 650 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)) )
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 230 #define AVRC_STS_NO_ERROR 0x04 /* Operation completed without error. This is the status that should be returned if the operation was successful. */
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 810 p_rc_rsp->get_caps.status = AVRC_STS_NO_ERROR;
    [all...]

Completed in 1354 milliseconds