Searched refs:onOmxLoaded (Results 1 – 10 of 10) sorted by relevance
42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::implementation::LWOmxBufferSource43 return toBinderStatus(mBase->onOmxLoaded()); in onOmxLoaded()84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource85 mBase->onOmxLoaded(); in onOmxLoaded()
97 Return<void> onOmxLoaded() override { in onOmxLoaded() function98 mSource->onOmxLoaded(); in onOmxLoaded()
42 ::android::binder::Status LWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::utils::LWOmxBufferSource43 return toBinderStatus(mBase->onOmxLoaded()); in onOmxLoaded()84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded() function in android::hardware::media::omx::V1_0::utils::TWOmxBufferSource85 mBase->onOmxLoaded(); in onOmxLoaded()
65 ::android::binder::Status onOmxLoaded() override;76 Return<void> onOmxLoaded() override;
45 void onOmxLoaded(); in onOmxLoaded() method
59 Status onOmxLoaded();
71 Status onOmxLoaded() override { in onOmxLoaded() function72 return mSource->onOmxLoaded(); in onOmxLoaded()
69 Status OmxGraphicBufferSource::onOmxLoaded(){ in onOmxLoaded() function in android::OmxGraphicBufferSource
530 bufferSource->onOmxLoaded(); in sendCommand()