Home
last modified time | relevance | path

Searched defs:getSource (Results 1 – 25 of 35) 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.h150 Source* getSource() override { return nullptr; } in getSource() function
182 Source* getSource() final { 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/core/java/android/app/cloudsearch/
DSearchResponse.java61 public String getSource() { in getSource() method in SearchResponse
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCalculateParams.java88 public ActivityRecordWrapper getSource() { in getSource() method in CalculateParams
/frameworks/base/core/java/android/view/
DInputEvent.java77 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
DInsetsFrameProvider.java161 public int getSource() { in getSource() method in InsetsFrameProvider
/frameworks/base/location/java/android/location/
DCountry.java164 public int getSource() { in getSource() method in Country
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h74 const std::string& getSource() const { in getSource() function
/frameworks/av/media/codec2/sfplugin/
DC2AidlNode.cpp101 std::shared_ptr<IAidlBufferSource> C2AidlNode::getSource() { in getSource() function in android::C2AidlNode
DC2OMXNode.cpp282 sp<IOMXBufferSource> C2OMXNode::getSource() { in getSource() function in android::C2OMXNode
DC2NodeImpl.cpp396 sp<IOMXBufferSource> C2NodeImpl::getSource() { in getSource() function in android::C2NodeImpl
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java119 public int getSource() { in getSource() method in HdmiCecMessage
/frameworks/base/core/java/android/text/style/
DImageSpan.java266 public String getSource() { in getSource() method in ImageSpan
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp26 static common::Source getSource(uint32_t source) { in getSource() function
/frameworks/av/media/libmediaplayerservice/nuplayer/
DStreamingSource.cpp226 sp<AnotherPacketSource> NuPlayer::StreamingSource::getSource(bool audio) { in getSource() function in android::NuPlayer::StreamingSource
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionInfo.java215 public @NonNull @Source String getSource() { in getSource() method in InlineSuggestionInfo
/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/core/java/android/view/accessibility/
DAccessibilityRecord.java189 public @Nullable AccessibilityNodeInfo getSource() { in getSource() method in AccessibilityRecord
201 public @Nullable AccessibilityNodeInfo getSource( in getSource() method in AccessibilityRecord
/frameworks/base/core/java/com/android/internal/util/
DScreenshotRequest.java88 public int getSource() { in getSource() method in ScreenshotRequest
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java511 public @InboundSmsHandler.SmsSource int getSource() { in getSource() method in InboundSmsTracker
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp864 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource() function in android::ATSParser::Program
1937 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource() function in android::ATSParser::Stream
2407 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource() function in android::ATSParser

12