Home
last modified time | relevance | path

Searched defs:getSource (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/compile/libbcc/include/bcc/
DScript.h114 inline Source &getSource() { return *mSource; } in getSource() function
115 inline const Source &getSource() const { return *mSource; } in getSource() function
/frameworks/av/services/audioflinger/
DRecordTracks.h140 virtual Source* getSource() { return nullptr; } in getSource() function
171 Source* getSource() override { return static_cast<Source*>(this); } in getSource() function
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DStatement.java68 public AbstractAsset getSource() { in getSource() method in Statement
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java79 public int getSource() { in getSource() method in HdmiCecMessage
/frameworks/base/location/java/android/location/
DCountry.java128 public final int getSource() { in getSource() method in Country
/frameworks/base/core/java/android/view/
DInputEvent.java76 public abstract int getSource(); in getSource() method in InputEvent
DVerifiedInputEvent.java107 public int getSource() { in getSource() method in VerifiedInputEvent
DContentInfo.java204 public int getSource() { in getSource() method in ContentInfo
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp24 static common::V1_0::Source getSource(uint32_t source) { in getSource() function
/frameworks/base/core/java/android/text/style/
DImageSpan.java266 public String getSource() { in getSource() method in ImageSpan
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h71 const std::string& getSource() const { in getSource() function
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionInfo.java215 public @NonNull @Source String getSource() { in getSource() method in InlineSuggestionInfo
/frameworks/av/media/libmediaplayerservice/nuplayer/
DStreamingSource.cpp226 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { in getSource() function in android::NuPlayer::StreamingSource
DRTPSource.cpp323 sp<AnotherPacketSource> NuPlayer::RTPSource::getSource(bool audio) { in getSource() function in android::NuPlayer::RTPSource
/frameworks/native/libs/ui/include_vndk/ui/
DColorSpace.h282 constexpr const ColorSpace& getSource() const noexcept { return mSource; } in getSource() function
/frameworks/native/libs/ui/include_types/ui/
DColorSpace.h282 constexpr const ColorSpace& getSource() const noexcept { return mSource; } in getSource() function
/frameworks/base/tests/testables/src/android/testing/
DTestableLooper.java337 public Throwable getSource() { in getSource() method in TestableLooper.LooperFrameworkMethod.LooperException
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java82 public int getSource() { in getSource() method in ScreenshotHelper.ScreenshotRequest
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java133 InsetsSource getSource() { in getSource() method in InsetsSourceProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java511 public @InboundSmsHandler.SmsSource int getSource() { in getSource() method in InboundSmsTracker
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp785 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource() function in android::ATSParser::Program
1823 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource() function in android::ATSParser::Stream
2258 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource() function in android::ATSParser
/frameworks/native/include/input/
DInput.h342 static inline Source getSource(int32_t id) { return static_cast<Source>(SOURCE_MASK & id); } in getSource() function
459 inline uint32_t getSource() const { return mSource; } in getSource() function
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java191 public AccessibilityNodeInfo getSource() { in getSource() method in AccessibilityRecord
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java146 private int getSource(int inputSource, int defaultSource) { in getSource() method in InputShellCommand
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp503 sp<IOMXBufferSource> C2OMXNode::getSource() { in getSource() function in android::C2OMXNode

12