Home
last modified time | relevance | path

Searched refs:withEos (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h78 virtual Return<Status> drain(bool withEos) override;
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponent.h81 virtual Return<Status> drain(bool withEos) override;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponent.h81 virtual Return<Status> drain(bool withEos) override;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponent.cpp276 Return<Status> Component::drain(bool withEos) { in drain() argument
277 return static_cast<Status>(mComponent->drain_nb(withEos ? in drain()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponent.cpp276 Return<Status> Component::drain(bool withEos) { in drain() argument
277 return static_cast<Status>(mComponent->drain_nb(withEos ? in drain()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp276 Return<Status> Component::drain(bool withEos) { in drain() argument
277 return static_cast<Status>(mComponent->drain_nb(withEos ? in drain()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponent.hal102 * @param withEos Whether to drain the component with marking end-of-stream.
110 drain(bool withEos) generates (Status status);
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponent.hal107 * @param withEos Whether to drain the component with marking end-of-stream.
113 drain(bool withEos) generates (Status status);