Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DXmlConfigTests.java48 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
155 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.override_pins, in testOverridesPins() local
170 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.bad_pin, in testBadPin() local
186 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_domains, in testMultipleDomains() local
208 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_configs, in testMultipleDomainConfigs() local
224 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.subdomains, in testIncludeSubdomains() local
[all …]
/frameworks/av/media/libstagefright/
DInterfaceUtils.cpp26 sp<DataSource> CreateDataSourceFromIDataSource(const sp<IDataSource> &source) { in CreateDataSourceFromIDataSource()
33 sp<IDataSource> CreateIDataSourceFromDataSource(const sp<DataSource> &source) { in CreateIDataSourceFromDataSource()
42 const sp<DataSource> &source, in CreateIMediaExtractorFromMediaExtractor()
50 sp<MediaSource> CreateMediaSourceFromIMediaSource(const sp<IMediaSource> &source) { in CreateMediaSourceFromIMediaSource()
59 MediaTrack *source, const sp<RefBase> &plugin) { in CreateIMediaSourceFromMediaSourceBase()
DDataConverter.cpp30 status_t DataConverter::convert(const sp<MediaCodecBuffer> &source, sp<MediaCodecBuffer> &target) { in convert()
47 const sp<MediaCodecBuffer> &source, sp<MediaCodecBuffer> &target) { in safeConvert()
96 AudioConverter* AudioConverter::Create(AudioEncoding source, AudioEncoding target) { in Create()
/frameworks/base/core/java/android/text/
DSpannedString.java34 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()
DSpannableString.java33 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()
/frameworks/av/media/ndk/
DNdkMediaDataSourceCallbacks.cpp27 DataSource *source = static_cast<DataSource *>(userdata); in DataSource_getSize() local
34 DataSource *source = static_cast<DataSource *>(userdata); in DataSource_readAt() local
39 DataSource *source = static_cast<DataSource *>(userdata); in DataSource_close() local
45 DataSource *source = static_cast<DataSource *>(userdata); in DataSource_getAvailableSize() local
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java78 public boolean shouldPauseVideoFor(int source) { in shouldPauseVideoFor()
111 public boolean shouldResumeVideoFor(int source) { in shouldResumeVideoFor()
157 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource()
178 private String sourceToString(int source) { in sourceToString()
/frameworks/base/core/java/com/android/internal/util/
DParcelling.java51 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()
162 public Map<String, 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()
[all …]
/frameworks/base/services/core/java/com/android/server/hdmi/
DSetAudioVolumeLevelMessage.java29 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()
DReportFeaturesMessage.java46 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()
DHdmiCecMessage.java52 protected HdmiCecMessage(int source, int destination, int opcode, byte[] params, in HdmiCecMessage()
61 private HdmiCecMessage(int source, int destination, int opcode, byte[] params) { in HdmiCecMessage()
76 static HdmiCecMessage build(int source, int destination, int opcode, byte[] params) { in build()
87 static HdmiCecMessage build(int source, int destination, int opcode) { in build()
/frameworks/base/graphics/java/android/view/
DPixelCopy.java105 public static void request(@NonNull SurfaceView source, @NonNull Bitmap dest, in request()
129 public static void request(@NonNull SurfaceView source, @Nullable Rect srcRect, in request()
152 public static void request(@NonNull Surface source, @NonNull Bitmap dest, in request()
176 public static void request(@NonNull Surface source, @Nullable Rect srcRect, in request()
221 public static void request(@NonNull Window source, @NonNull Bitmap dest, in request()
254 public static void request(@NonNull Window source, @Nullable Rect srcRect, in request()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
DCameraGestureHelperTest.kt233 val source = 1337 in launchCamera - only one camera app installed - using secure screen lock option() constant
243 val source = 1337 in launchCamera - only one camera app installed - using non-secure screen lock option() constant
253 val source = 1337 in launchCamera - multiple camera apps installed - using secure screen lock option() constant
270 val source = 1337 in launchCamera - multiple camera apps installed - using non-secure screen lock option() constant
/frameworks/base/core/java/android/view/
DFocusFinderHelper.java36 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()
DInsetsState.java229 InsetsSource source = mSources[type]; in calculateInsets() local
339 InsetsSource source = mSources[type]; in calculateInsets() local
356 InsetsSource source = mSources[type]; in calculateInsets() local
383 InsetsSource source = mSources[type]; in calculateVisibleInsets() local
407 InsetsSource source = mSources[type]; in calculateUncontrollableInsetsFromFrame() local
418 private static boolean canControlSource(Rect frame, InsetsSource source) { in canControlSource()
427 private void processSource(InsetsSource source, Rect relativeFrame, boolean ignoreVisibility, in processSource()
458 private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap, in processSourceAsPublicType()
505 InsetsSource source = mSources[type]; in getSource() local
527 final InsetsSource source = mSources[type]; in getSourceOrDefaultVisibility() local
[all …]
DInputEventConsistencyVerifier.java210 final int source = event.getSource(); in onKeyEvent() local
271 final int source = event.getSource(); in onTrackballEvent() local
347 final int source = event.getSource(); in onTouchEvent() local
476 final int source = event.getSource(); in onGenericMotionEvent() local
599 final int source = keyEvent.getSource(); in onUnhandledEvent() local
744 private KeyState findKeyState(int deviceId, int source, int keyCode, boolean remove) { in findKeyState()
766 private void addKeyState(int deviceId, int source, int keyCode) { in addKeyState()
778 public int source; field in InputEventConsistencyVerifier.KeyState
785 public static KeyState obtain(int deviceId, int source, int keyCode) { in obtain()
/frameworks/base/services/core/java/com/android/server/utils/
DSnapshotCache.java80 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable, @Nullable String name) { in SnapshotCache()
98 public SnapshotCache(@Nullable T source, @NonNull Watchable watchable) { in SnapshotCache()
180 public Auto(@NonNull T source, @NonNull Watchable watchable, @Nullable String name) { in Auto()
183 public Auto(@NonNull T source, @NonNull Watchable watchable) { in Auto()
/frameworks/base/core/java/com/android/internal/widget/
DLocalImageResolver.java59 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()
/frameworks/native/services/surfaceflinger/tests/
DSetGeometry_test.cpp56 Rect source = Rect(0, 0, 30, 30); in TEST_F() local
69 Rect source = Rect(40, 40, 70, 70); in TEST_F() local
82 Rect source = Rect(0, 0, 100, 200); in TEST_F() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DProjectionSpaceTest.cpp67 ProjectionSpace source; in TEST() local
80 ProjectionSpace source; in TEST() local
100 void testTransform(const ProjectionSpace& source, const ProjectionSpace& dest) { in testTransform()
128 ProjectionSpace source; in TEST() local
/frameworks/av/media/extractors/mpeg2/
DExtractorBundle.cpp62 CDataSource *source, in GETEXTRACTORDEF()
63 void *) -> CMediaExtractor* { in GETEXTRACTORDEF()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp166 sp<AnotherPacketSource> source = getSource(audio); in getFormatMeta() local
217 sp<AnotherPacketSource> source = getSource(audio); in dequeueAccessUnit() local
265 sp<MediaSource> source = mTSParser->getSource( in getSource() local
429 sp<AnotherPacketSource> source = getSource(audio); in signalSourceEOS() local
441 sp<AnotherPacketSource> source = getSource(audio); in sourceReachedEOS() local
449 sp<AnotherPacketSource> source = getSource(audio); in sourceNearEOS() local
561 sp<AnotherPacketSource> source = getSource(true /* audio */); in onMessageReceived() local
635 sp<AnotherPacketSource> source = info->mSource; in onMessageReceived() local
676 sp<AnotherPacketSource> source = info->mSource; in onMessageReceived() local
691 sp<AnotherPacketSource> source = info->mSource; in onMessageReceived() local
[all …]
/frameworks/base/tools/aapt2/
DResources.proto131 Source source = 2; field
146 Source source = 1; field
158 Source source = 2; field
180 Source source = 1; field
195 Source source = 1; field
245 Source source = 1; field
411 Source source = 1; field
467 Source source = 1; field
495 Source source = 1; field
513 Source source = 1; field
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetShaderSource.java8 byte[] source, in glGetShaderSource()
19 byte source in glGetShaderSource()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DResourceEntryTest.java50 Bundle source = new Bundle(); in fromBundle_bundleWithRequiredData_getResourceEntryWithCorrectData() local
70 Bundle source = new Bundle(); in fromBundleWithoutRequiredData_returnNull() local

12345678910>>...36