• Home
  • Raw
  • Download

Lines Matching refs:mBase

34     return toStatusT(mBase->freeNode());  in freeNode()
39 return toStatusT(mBase->sendCommand( in sendCommand()
47 status_t transStatus = toStatusT(mBase->getParameter( in getParameter()
64 return toStatusT(mBase->setParameter( in setParameter()
72 status_t transStatus = toStatusT(mBase->getConfig( in getConfig()
89 return toStatusT(mBase->setConfig(toRawIndexType(index), tParams)); in setConfig()
94 return toStatusT(mBase->setPortMode(port_index, toHardwarePortMode(mode))); in setPortMode()
100 return toStatusT(mBase->prepareForAdaptivePlayback( in prepareForAdaptivePlayback()
108 status_t transStatus = toStatusT(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
124 status_t transStatus = toStatusT(mBase->getGraphicBufferUsage( in getGraphicBufferUsage()
136 return toStatusT(mBase->setInputSurface( in setInputSurface()
145 status_t transStatus = toStatusT(mBase->allocateSecureBuffer( in allocateSecureBuffer()
168 status_t transStatus = toStatusT(mBase->useBuffer( in useBuffer()
180 return toStatusT(mBase->freeBuffer(portIndex, buffer)); in freeBuffer()
193 status_t status = toStatusT(mBase->fillBuffer( in fillBuffer()
211 status_t status = toStatusT(mBase->emptyBuffer( in emptyBuffer()
225 status_t transStatus = toStatusT(mBase->getExtensionIndex( in getExtensionIndex()
240 status_t status = toStatusT(mBase->dispatchMessage(tMsg)); in dispatchMessage()
247 TWOmxNode::TWOmxNode(sp<IOMXNode> const& base) : mBase(base) { in TWOmxNode()
251 return toStatus(mBase->freeNode()); in freeNode()
255 return toStatus(mBase->sendCommand(toEnumCommandType(cmd), param)); in sendCommand()
262 Status status = toStatus(mBase->getParameter( in getParameter()
273 return toStatus(mBase->setParameter( in setParameter()
283 Status status = toStatus(mBase->getConfig( in getConfig()
294 return toStatus(mBase->setConfig( in setConfig()
301 return toStatus(mBase->setPortMode(portIndex, toIOMXPortMode(mode))); in setPortMode()
307 return toStatus(mBase->prepareForAdaptivePlayback( in prepareForAdaptivePlayback()
318 Status status = toStatus(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
330 Status status = toStatus(mBase->getGraphicBufferUsage( in getGraphicBufferUsage()
338 return toStatus(mBase->setInputSurface(new LWOmxBufferSource( in setInputSurface()
348 Status status = toStatus(mBase->allocateSecureBuffer( in allocateSecureBuffer()
368 Status status = toStatus(mBase->useBuffer( in useBuffer()
375 return toStatus(mBase->freeBuffer(portIndex, buffer)); in freeBuffer()
385 return toStatus(mBase->fillBuffer( in fillBuffer()
398 return toStatus(mBase->emptyBuffer( in emptyBuffer()
410 Status status = toStatus(mBase->getExtensionIndex( in getExtensionIndex()
421 return toStatus(mBase->dispatchMessage(lMsg)); in dispatchMessage()