/aosp12/frameworks/base/tools/aapt2/ |
H A D | Source.h | 31 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 D | Resources.proto | 37 message Source { message
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerSource.h | 34 struct NuPlayer::Source : public AHandler { struct 35 enum Flags { 66 explicit Source(const sp<AMessage> ¬ify) 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 D | BCCContext.h | 27 class Source; variable
|
H A D | Script.h | 32 class Source; variable
|
H A D | RSCompilerDriver.h | 34 class Source; variable
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSScriptGroupFusion.h | 29 class Source; variable
|
H A D | BCCContextImpl.h | 26 class Source; variable
|
H A D | Source.cpp | 198 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 D | VoicemailStatusCorruptionHandler.java | 41 public enum Source { enum in VoicemailStatusCorruptionHandler
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | WallpaperModel.java | 89 public @interface Source { annotation in WallpaperModel
|
/aosp12/system/tools/aidl/ |
H A D | location.h | 29 enum class Source { enum
|
/aosp12/frameworks/base/core/proto/android/hardware/ |
H A D | sensorprivacy.proto | 73 enum Source { enum
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | Source.java | 31 public interface Source extends SuggestionCursorProvider<SourceResult> { interface
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | VirtualDisplaySurface.h | 97 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestionInfo.java | 135 public @interface Source {} annotation in InlineSuggestionInfo
|
/aosp12/frameworks/base/core/java/com/android/internal/compat/ |
H A D | ChangeReporter.java | 241 public @interface Source { annotation in ChangeReporter
|
/aosp12/build/soong/third_party/zip/ |
H A D | reader_test.go | 23 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 D | ContentInfo.java | 55 public @interface Source {} annotation in ContentInfo
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | ImageDecoder.java | 50 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 D | snapshot.h | 728 enum class Slot { Unknown, Source, Target }; enumerator
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManager.java | 152 public @interface Source {} annotation in SensorPrivacyManager.Sources
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | RemoteInput.java | 88 public @interface Source {} annotation in RemoteInput
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationAssistantService.java | 75 public @interface Source {} annotation in NotificationAssistantService
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 191 public static abstract class Source { class in ImageDecoder 192 private Source() {} in Source() method in ImageDecoder.Source
|