Home
last modified time | relevance | path

Searched refs:OI_STATUS_INVALID_PARAMETERS (Results 1 – 5 of 5) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c43 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
49 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
52 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
57 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
61 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
65 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
69 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
87 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
Dalloc.c39 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_Alloc()
43 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_Alloc()
Ddecoder-sbc.c278 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
285 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
290 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
327 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
334 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
Ddecoder-private.c62 return OI_STATUS_INVALID_PARAMETERS; in internal_DecoderReset()
/system/bt/embdrv/sbc/decoder/include/
Doi_status.h45 OI_STATUS_INVALID_PARAMETERS = 101, /**< invalid function input parameters */ enumerator