Searched refs:LWOmxBufferSource (Results 1 – 6 of 6) sorted by relevance
30 LWOmxBufferSource::LWOmxBufferSource(sp<IOmxBufferSource> const& base) : in LWOmxBufferSource() function in android::hardware::media::omx::V1_0::implementation::LWOmxBufferSource34 ::android::binder::Status LWOmxBufferSource::onOmxExecuting() { in onOmxExecuting()38 ::android::binder::Status LWOmxBufferSource::onOmxIdle() { in onOmxIdle()42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded()46 ::android::binder::Status LWOmxBufferSource::onInputBufferAdded( in onInputBufferAdded()52 ::android::binder::Status LWOmxBufferSource::onInputBufferEmptied( in onInputBufferEmptied()
341 return toStatus(mBase->setInputSurface(new LWOmxBufferSource( in setInputSurface()
30 LWOmxBufferSource::LWOmxBufferSource(sp<IOmxBufferSource> const& base) : in LWOmxBufferSource() function in android::hardware::media::omx::V1_0::utils::LWOmxBufferSource34 ::android::binder::Status LWOmxBufferSource::onOmxExecuting() { in onOmxExecuting()38 ::android::binder::Status LWOmxBufferSource::onOmxIdle() { in onOmxIdle()42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded()46 ::android::binder::Status LWOmxBufferSource::onInputBufferAdded( in onInputBufferAdded()52 ::android::binder::Status LWOmxBufferSource::onInputBufferEmptied( in onInputBufferEmptied()
338 return toStatus(mBase->setInputSurface(new LWOmxBufferSource( in setInputSurface()
60 struct LWOmxBufferSource : public BnOMXBufferSource { struct62 LWOmxBufferSource(sp<IOmxBufferSource> const& base); argument