/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_controller.h | 143 explicit WakeupMonitor(WakeupSource& source) in WakeupMonitor() 154 explicit PowerkeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PowerkeyWakeupMonitor() 165 explicit KeyboardWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in KeyboardWakeupMonitor() 173 explicit MousekeyWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in MousekeyWakeupMonitor() 181 explicit TouchpadWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in TouchpadWakeupMonitor() 189 explicit PenWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in PenWakeupMonitor() 197 explicit SingleClickWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in SingleClickWakeupMonitor() 205 explicit DoubleClickWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in DoubleClickWakeupMonitor() 213 explicit LidWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in LidWakeupMonitor() 221 explicit SwitchWakeupMonitor(WakeupSource& source) : WakeupMonitor(source) {} in SwitchWakeupMonitor() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | pixel_convert_test.cpp | 145 uint8_t *source = nullptr; variable 240 uint8_t source[50] = { 0 }; variable 280 uint8_t source[50] = { 0 }; variable 320 uint8_t source[50] = { 0 }; variable 360 uint8_t source[50] = { 0 }; variable 400 uint8_t source[50] = { 0 }; variable 440 uint8_t source[50] = { 0 }; variable 480 uint8_t source[50] = { 0 }; variable 520 uint8_t source[50] = { 0 }; variable 560 uint8_t source[50] = { 0 }; variable [all …]
|
H A D | color_converter_test.cpp | 80 uint8_t source[2] = { 0xA0, 0x64 }; variable 116 uint8_t source[2] = { 0xA0, 0x64 }; variable 153 uint8_t source[2] = { 0xA0, 0x64 }; variable 190 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 229 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 268 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 307 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 346 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 385 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable 424 uint8_t source[8] = { 0x80, 0x02, 0x04, 0x08, 0x40, 0x02, 0x04, 0x08 }; variable [all …]
|
/aosp14/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
H A D | XmlConfigTests.java | 48 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_config, in testEmptyConfigFile() local 68 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_trust, in testEmptyAnchors() local 87 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.domain1, in testBasicDomainConfig() local 124 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.pins1, in testBasicPinning() local 140 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.expired_pin, in testExpiredPin() local 170 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.bad_pin, in testBadPin() local 383 XmlConfigSource source = new XmlConfigSource(getContext(), configId, in testBadConfig() local 420 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.bad_pin, in testTrustManagerKeystore() local 465 XmlConfigSource source = in testExtraDebugResource() local 483 XmlConfigSource source = in testExtraDebugResourceIgnored() local [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/ |
H A D | http_source_plugin_unit_test.cpp | 77 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable 95 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 112 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable 129 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MPD_SEGMENT_BASE); variable 141 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 154 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 176 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 199 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MP4_SEGMENT_BASE); variable 216 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(MPD_SEGMENT_BASE); variable 229 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(M3U8_SEGMENT_BASE); variable [all …]
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | SpannedString.java | 34 public SpannedString(CharSequence source, boolean ignoreNoCopySpan) { in SpannedString() 43 public SpannedString(CharSequence source) { in SpannedString() 47 private SpannedString(CharSequence source, int start, int end) { in SpannedString() 56 public static SpannedString valueOf(CharSequence source) { in valueOf()
|
H A D | SpannableString.java | 33 public SpannableString(CharSequence source, boolean ignoreNoCopySpan) { in SpannableString() 42 public SpannableString(CharSequence source) { in SpannableString() 46 private SpannableString(CharSequence source, int start, int end) { in SpannableString() 51 public static SpannableString valueOf(CharSequence source) { in valueOf()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AbsAppSnapshotController.java | 127 abstract ActivityRecord getTopActivity(TYPE source); in getTopActivity() 128 abstract ActivityRecord getTopFullscreenActivity(TYPE source); in getTopFullscreenActivity() 129 abstract ActivityManager.TaskDescription getTaskDescription(TYPE source); in getTaskDescription() 136 protected abstract ActivityRecord findAppTokenForSnapshot(TYPE source); in findAppTokenForSnapshot() 147 TaskSnapshot captureSnapshot(TYPE source, boolean snapshotHome) { in captureSnapshot() 191 int getSnapshotMode(TYPE source) { in getSnapshotMode() 203 TaskSnapshot snapshot(TYPE source) { in snapshot() 208 TaskSnapshot snapshot(TYPE source, int pixelFormat) { in snapshot() 358 Pair<ActivityRecord, WindowState> checkIfReadyToSnapshot(TYPE source) { in checkIfReadyToSnapshot() 397 private TaskSnapshot drawAppThemeSnapshot(TYPE source) { in drawAppThemeSnapshot() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | binding.h | 50 if (const auto source = source_.lock()) { in META_BEGIN_NAMESPACE() local 81 explicit TypedBinding(const Property<const Type>& source) noexcept : Binding(source) {} in TypedBinding() 82 explicit TypedBinding(const PropertyType& source) noexcept : Binding(source) {} in TypedBinding()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PermissionEnforcer.java | 60 protected int checkPermission(@NonNull String permission, @NonNull AttributionSource source) { in checkPermission() 84 AttributionSource source) throws SecurityException { in enforcePermission() 94 AttributionSource source = new AttributionSource(uid, null, null); in enforcePermission() local 105 @NonNull AttributionSource source) throws SecurityException { in enforcePermissionAllOf() 118 AttributionSource source = new AttributionSource(uid, null, null); in enforcePermissionAllOf() local 132 @NonNull AttributionSource source) throws SecurityException { in enforcePermissionAnyOf() 146 AttributionSource source = new AttributionSource(uid, null, null); in enforcePermissionAnyOf() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_packer_impl.cpp | 34 std::tuple<int32_t, uint8_t*, int64_t> ImagePackerImpl::Packing(PixelMap& source, const PackOption&… in Packing() 40 std::tuple<int32_t, uint8_t*, int64_t> ImagePackerImpl::Packing(ImageSource& source, const PackOpti… in Packing() 46 uint32_t ImagePackerImpl::PackToFile(PixelMap& source, int fd, const PackOption& option) in PackToFile() 51 uint32_t ImagePackerImpl::PackToFile(ImageSource& source, int fd, const PackOption& option) in PackToFile()
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | SetAudioVolumeLevelMessage.java | 29 private SetAudioVolumeLevelMessage(int source, int destination, byte[] params, in SetAudioVolumeLevelMessage() 44 public static HdmiCecMessage build(int source, int destination, int audioVolumeLevel) { in build() 68 public static HdmiCecMessage build(int source, int destination, byte[] params) { in build() 89 public static int validateAddress(int source, int destination) { in validateAddress()
|
H A D | ReportFeaturesMessage.java | 46 private ReportFeaturesMessage(int source, int destination, byte[] params, int cecVersion, in ReportFeaturesMessage() 58 int source, in build() 132 static HdmiCecMessage build(int source, int destination, byte[] params) { in build() 168 public static int validateAddress(int source, int destination) { in validateAddress()
|
/aosp14/frameworks/base/graphics/java/android/view/ |
H A D | PixelCopy.java | 109 public static void request(@NonNull SurfaceView source, @NonNull Bitmap dest, in request() 133 public static void request(@NonNull SurfaceView source, @Nullable Rect srcRect, in request() 156 public static void request(@NonNull Surface source, @NonNull Bitmap dest, in request() 180 public static void request(@NonNull Surface source, @Nullable Rect srcRect, in request() 223 public static void request(@NonNull Window source, @NonNull Bitmap dest, in request() 256 public static void request(@NonNull Window source, @Nullable Rect srcRect, in request() 279 private static Surface sourceForWindow(Window source, Rect outInsets) { in sourceForWindow() 367 private Request(Surface source, Rect sourceInsets) { in Request() 390 public static @NonNull Builder ofWindow(@NonNull Window source) { in ofWindow() 410 public static @NonNull Builder ofWindow(@NonNull View source) { in ofWindow() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | Parcelling.java | 51 T unparcel(Parcel source); in unparcel() 111 public String unparcel(Parcel source) { in unparcel() 124 public String[] unparcel(Parcel source) { in unparcel() 143 public List<String> unparcel(Parcel source) { in unparcel() 186 public Set<String> unparcel(Parcel source) { in unparcel() 213 public Set<String> unparcel(Parcel source) { in unparcel() 240 public ArraySet<String> unparcel(Parcel source) { in unparcel() 268 public Boolean unparcel(Parcel source) { in unparcel() 291 public Pattern unparcel(Parcel source) { in unparcel() 305 public UUID unparcel(Parcel source) { in unparcel() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | perf_test.cpp | 78 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 104 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 130 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 156 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 187 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 218 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 249 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 280 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 311 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable 342 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, 0, 0); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/capi/ |
H A D | avsource_capi_mock_factory.cpp | 22 OH_AVSource *source = OH_AVSource_CreateWithURI(uri); in CreateSourceWithURI() local 31 OH_AVSource *source = OH_AVSource_CreateWithFD(fd, offset, size); in CreateSourceWithFD() local 46 OH_AVSource *source = OH_AVSource_CreateWithDataSource(dataSource); in CreateWithDataSource() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/inner/ |
H A D | avsource_inner_mock_factory.cpp | 22 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in CreateSourceWithURI() local 31 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in CreateSourceWithFD() local 41 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(dataSource); in CreateWithDataSource() local
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/ |
H A D | native_avsource.cpp | 73 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithURI(uri); in OH_AVSource_CreateWithURI() local 88 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithFD(fd, offset, size); in OH_AVSource_CreateWithFD() local 102 std::shared_ptr<AVSource> source = AVSourceFactory::CreateWithDataSource(nativeAVDataSource); in OH_AVSource_CreateWithDataSource() local 111 OH_AVErrCode OH_AVSource_Destroy(OH_AVSource *source) in OH_AVSource_Destroy() 120 OH_AVFormat *OH_AVSource_GetSourceFormat(OH_AVSource *source) in OH_AVSource_GetSourceFormat() 140 OH_AVFormat *OH_AVSource_GetTrackFormat(OH_AVSource *source, uint32_t trackIndex) in OH_AVSource_GetTrackFormat()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | string_utils.h | 33 static bool IsEmpty(std::string source) in IsEmpty() 38 static std::string Trim(const std::string &source) in Trim()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_controller.h | 156 explicit SuspendMonitor(const SuspendSource& source) in SuspendMonitor() 171 explicit PowerKeySuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in PowerKeySuspendMonitor() 186 explicit TimeoutSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in TimeoutSuspendMonitor() 195 explicit LidSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in LidSuspendMonitor() 203 explicit SwitchSuspendMonitor(SuspendSource& source) : SuspendMonitor(source) {} in SwitchSuspendMonitor()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | FocusFinderHelper.java | 36 public boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { in isBetterCandidate() 40 public boolean beamBeats(int direction, Rect source, Rect rect1, Rect rect2) { in beamBeats() 52 public static int majorAxisDistance(int direction, Rect source, Rect dest) { in majorAxisDistance() 56 public static int majorAxisDistanceToFarEdge(int direction, Rect source, Rect dest) { in majorAxisDistanceToFarEdge()
|
H A D | InsetsState.java | 151 final InsetsSource source = mSources.valueAt(i); in calculateInsets() local 229 final InsetsSource source = mSources.valueAt(i); in calculateRelativeRoundedCorners() local 275 final InsetsSource source = mSources.valueAt(i); in calculateInsets() local 288 final InsetsSource source = mSources.valueAt(i); in calculateInsets() local 306 final InsetsSource source = mSources.valueAt(i); in calculateVisibleInsets() local 331 final InsetsSource source = mSources.valueAt(i); in calculateUncontrollableInsetsFromFrame() local 435 InsetsSource source = mSources.get(id); in getOrCreateSource() local 483 final InsetsSource source = mSources.get(id); in isSourceOrDefaultVisible() local 582 final InsetsSource source = mSources.get(id); in setSourceVisible() local 661 public void addSource(InsetsSource source) { in addSource() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
H A D | MediaOutputMetricLogger.java | 63 public void updateOutputEndPoints(MediaDevice source, MediaDevice target) { in updateOutputEndPoints() 111 public void logInteractionAdjustVolume(MediaDevice source) { in logInteractionAdjustVolume() 143 public void logInteractionExpansion(MediaDevice source) { in logInteractionExpansion() 159 public void logInteractionMute(MediaDevice source) { in logInteractionMute() 175 public void logInteractionUnmute(MediaDevice source) { in logInteractionUnmute()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LocalImageResolver.java | 59 final ImageDecoder.Source source = in resolveImage() local 146 final ImageDecoder.Source source = in resolveImage() local 159 final ImageDecoder.Source source = ImageDecoder.createSource(context.getResources(), resId); in resolveImage() local 166 final ImageDecoder.Source source = ImageDecoder.createSource(res, resId); in resolveImage() local 209 private static Drawable resolveImage(ImageDecoder.Source source, int maxWidth, int maxHeight) { in resolveImage()
|