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.c49 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
55 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
58 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
63 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
67 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
71 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
75 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecoderConfigureRaw()
93 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.c267 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
272 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
277 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
308 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
312 return OI_STATUS_INVALID_PARAMETERS; in OI_CODEC_SBC_DecodeFrame()
Ddecoder-private.c61 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