Home
last modified time | relevance | path

Searched defs:getSource (Results 1 – 25 of 30) 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.h171 virtual Source* getSource() { return nullptr; } in getSource() function
202 Source* getSource() override { return static_cast<Source*>(this); } in getSource() function
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DStatement.java63 public AbstractAsset getSource() { in getSource() method in Statement
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java77 public int getSource() { in getSource() method in HdmiCecMessage
/frameworks/base/core/java/android/view/
DVerifiedInputEvent.java106 public int getSource() { in getSource() method in VerifiedInputEvent
DInputEvent.java76 public abstract int getSource(); in getSource() method in InputEvent
DInputDevice.java893 public int getSource() { in getSource() method in InputDevice.MotionRange
DInsetsState.java374 public InsetsSource getSource(@InternalInsetsType int type) { in getSource() method in InsetsState
/frameworks/base/location/java/android/location/
DCountry.java128 public final int getSource() { in getSource() method in Country
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp24 static common::V1_0::Source getSource(uint32_t source) { in getSource() function
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionInfo.java189 public @NonNull @Source String getSource() { in getSource() method in InlineSuggestionInfo
/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.h52 const std::string& getSource() const { 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/native/libs/ui/include/ui/
DColorSpace.h282 constexpr const ColorSpace& getSource() const noexcept { return mSource; } in getSource() function
/frameworks/native/libs/ui/include_vndk/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/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java109 InsetsSource getSource() { in getSource() method in InsetsSourceProvider
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java82 public int getSource() { in getSource() method in ScreenshotHelper.ScreenshotRequest
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java405 private static final int getSource(int inputSource, int defaultSource) { in getSource() method in Input
/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.h292 static inline Source getSource(int32_t id) { return static_cast<Source>(SOURCE_MASK & id); } in getSource() function
404 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/av/media/codec2/sfplugin/
DC2OMXNode.cpp440 sp<IOMXBufferSource> C2OMXNode::getSource() { in getSource() function in android::C2OMXNode
/frameworks/layoutlib/bridge/src/android/graphics/
DImageDecoder.java751 public Source getSource() { in getSource() method in ImageDecoder.DecodeException

12