Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/tools/aapt2/
H A DSource.h31 struct Source { struct
36 Source() = default; argument
38 inline Source(const android::StringPiece& path) : path(path.to_string()) { // NOLINT(implicit) in Source() argument
41 inline Source(const android::StringPiece& path, const android::StringPiece& archive) in Source() function
44 inline Source(const android::StringPiece& path, size_t line) in Source() function
47 inline Source WithLine(size_t line) const { in WithLine() argument
67 inline ::std::ostream& operator<<(::std::ostream& out, const Source& source) { argument
H A DResources.proto37 message Source { message
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h34 struct NuPlayer::Source : public AHandler { struct
35 enum Flags {
66 explicit Source(const sp<AMessage> &notify) in Source() argument
77 virtual void stop() {} in stop()
78 virtual void pause() {} in pause()
79 virtual void resume() {} in resume()
82 virtual void disconnect() {} in disconnect()
103 virtual size_t getTrackCount() const { in getTrackCount()
125 virtual bool isRealTime() const { in isRealTime()
149 virtual ~Source() {} in ~Source() argument
[all …]
/aosp12/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h27 class Source; variable
H A DScript.h32 class Source; variable
H A DRSCompilerDriver.h34 class Source; variable
/aosp12/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.h29 class Source; variable
H A DBCCContextImpl.h26 class Source; variable
H A DSource.cpp198 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, in Source() function in bcc::Source
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
H A DVoicemailStatusCorruptionHandler.java41 public enum Source { enum in VoicemailStatusCorruptionHandler
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DWallpaperModel.java89 public @interface Source { annotation in WallpaperModel
/aosp12/system/tools/aidl/
H A Dlocation.h29 enum class Source { enum
/aosp12/frameworks/base/core/proto/android/hardware/
H A Dsensorprivacy.proto73 enum Source { enum
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSource.java31 public interface Source extends SuggestionCursorProvider<SourceResult> { interface
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h97 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java135 public @interface Source {} annotation in InlineSuggestionInfo
/aosp12/frameworks/base/core/java/com/android/internal/compat/
H A DChangeReporter.java241 public @interface Source { annotation in ChangeReporter
/aosp12/build/soong/third_party/zip/
H A Dreader_test.go23 Source func() (r io.ReaderAt, size int64) // if non-nil, used instead of testdata/<Name> file member
/aosp12/frameworks/base/core/java/android/view/
H A DContentInfo.java55 public @interface Source {} annotation in ContentInfo
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DImageDecoder.java50 public static abstract class Source { class in ImageDecoder
51 private Source() {} in Source() method in ImageDecoder.Source
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h728 enum class Slot { Unknown, Source, Target }; enumerator
/aosp12/frameworks/base/core/java/android/hardware/
H A DSensorPrivacyManager.java152 public @interface Source {} annotation in SensorPrivacyManager.Sources
/aosp12/frameworks/base/core/java/android/app/
H A DRemoteInput.java88 public @interface Source {} annotation in RemoteInput
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java75 public @interface Source {} annotation in NotificationAssistantService
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java191 public static abstract class Source { class in ImageDecoder
192 private Source() {} in Source() method in ImageDecoder.Source

12