Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c90 return OI_OK; in OI_CODEC_SBC_DecoderConfigureRaw()
114 return OI_OK; in OI_CODEC_SBC_DecoderLimit()
Ddecoder-sbc.c77 return OI_OK; in FindSyncword()
94 return OI_OK; in FindSyncword()
191 return OI_OK; in DecodeBody()
384 return OI_OK; in OI_CODEC_SBC_SkipFrame()
Dalloc.c81 return OI_OK; in OI_CODEC_SBC_Alloc()
Ddecoder-private.c80 return OI_OK; in internal_DecoderReset()
/system/bt/embdrv/sbc/decoder/include/
Doi_status.h44 OI_OK = 0, /**< function call succeeded alias for #OI_STATUS_SUCCESS */ enumerator
856 #define OI_SUCCESS(x) ((x) == OI_OK)