Searched refs:SoftGSM (Results 1 – 3 of 3) sorted by relevance
40 SoftGSM::SoftGSM( in SoftGSM() function in android::SoftGSM58 SoftGSM::~SoftGSM() { in ~SoftGSM()62 void SoftGSM::initPorts() { in initPorts()105 OMX_ERRORTYPE SoftGSM::internalGetParameter( in internalGetParameter()136 OMX_ERRORTYPE SoftGSM::internalSetParameter( in internalSetParameter()178 void SoftGSM::onQueueFilled(OMX_U32 /* portIndex */) { in onQueueFilled()245 int SoftGSM::DecodeGSM(gsm handle, in DecodeGSM()264 void SoftGSM::onPortFlushCompleted(OMX_U32 portIndex) { in onPortFlushCompleted()273 void SoftGSM::onReset() { in onReset()289 return new android::SoftGSM(name, callbacks, appData, component); in createSoftOMXComponent()
29 struct SoftGSM : public SimpleSoftOMXComponent { struct30 SoftGSM(const char *name,36 virtual ~SoftGSM();62 DISALLOW_EVIL_CONSTRUCTORS(SoftGSM); argument
5 SoftGSM.cpp