Searched refs:Sink (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | ActivityRecognitionProvider.java | 35 private final HashSet<Sink> mSinkSet = new HashSet<>(); 57 public interface Sink { interface in ActivityRecognitionProvider 76 public void registerSink(Sink sink) { in registerSink() 85 public void unregisterSink(Sink sink) { in unregisterSink() 108 Collection<Sink> sinks; in onActivityChanged() 128 for (Sink sink : sinks) { in onActivityChanged()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Component.cpp | 135 struct Component::Sink : public IInputSink { struct in android::hardware::media::c2::V1_0::utils::Component 147 Sink(const std::shared_ptr<Component>& component); 148 virtual ~Sink() override; 159 Component::Sink::sSink2ComponentMutex{}; 161 Component::Sink::sSink2Component{}; 163 Component::Sink::Sink(const std::shared_ptr<Component>& component) in Sink() function in android::hardware::media::c2::V1_0::utils::Component::Sink 184 Component::Sink::~Sink() { in ~Sink() 189 std::shared_ptr<C2Component> Component::Sink::findLocalComponent( in findLocalComponent() 456 mSink = new Sink(shared_from_this()); in asInputSink() 463 return Component::Sink::findLocalComponent(sink); in findLocalComponent()
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 118 struct Sink; 120 sp<Sink> mSink;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 5390 class Sink; 5396 UPB_DECLARE_TYPE(upb::Sink, upb_sink) 5436 class upb::Sink { 5439 Sink() {} 5445 template <class T> Sink(const Handlers* handlers, T* closure); 5491 bool StartString(Handlers::Selector s, size_t size_hint, Sink* sub); 5501 bool StartSubMessage(Handlers::Selector s, Sink* sub); 5510 bool StartSequence(Handlers::Selector s, Sink* sub); 5805 template <class T> Sink::Sink(const Handlers* handlers, T* closure) { 5809 inline void Sink::Reset(const Handlers* handlers, T* closure) { [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 5825 class Sink; 5831 UPB_DECLARE_TYPE(upb::Sink, upb_sink) 5871 class upb::Sink { 5874 Sink() {} 5880 template <class T> Sink(const Handlers* handlers, T* closure); 5926 bool StartString(Handlers::Selector s, size_t size_hint, Sink* sub); 5936 bool StartSubMessage(Handlers::Selector s, Sink* sub); 5945 bool StartSequence(Handlers::Selector s, Sink* sub); 6240 template <class T> Sink::Sink(const Handlers* handlers, T* closure) { 6244 inline void Sink::Reset(const Handlers* handlers, T* closure) { [all …]
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 9 1. Sink Application
|
/frameworks/base/config/ |
D | preloaded-classes | 1865 android.icu.impl.UResource$Sink 5359 com.android.okhttp.okio.Sink 7043 java.util.stream.Sink$ChainedInt 7044 java.util.stream.Sink$ChainedReference 7045 java.util.stream.Sink$OfInt 7046 java.util.stream.Sink$OfLong 7047 java.util.stream.Sink
|