Home
last modified time | relevance | path

Searched defs:Sink (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp135 struct Component::Sink : public IInputSink { struct in android::hardware::media::c2::V1_0::utils::Component
136 std::shared_ptr<Component> mComponent;
137 sp<IConfigurable> mConfigurable;
139 virtual Return<Status> queue(const WorkBundle& workBundle) override { in queue()
143 virtual Return<sp<IConfigurable>> getConfigurable() override { in getConfigurable()
151 static std::mutex sSink2ComponentMutex;
152 static std::map<IInputSink*, std::weak_ptr<C2Component>> sSink2Component;
163 Component::Sink::Sink(const std::shared_ptr<Component>& component) in Sink() function in android::hardware::media::c2::V1_0::utils::Component::Sink
/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionProvider.java57 public interface Sink { interface in ActivityRecognitionProvider