Searched refs:uri (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DMediaHTTP.h33 const char *uri,
H A DUtils.h66 AString uriDebugString(const AString &uri, bool incognito = false);
/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h37 const char *uri,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp204 size_t trackIndex, const char *uri, const char *mimeType) {
207 if (strncasecmp("file://", uri, 7)) {
208 ALOGE("uri('%s') is not a file", uri);
213 DataSource::CreateFromURI(mHTTPService, uri);
203 addOutOfBandTextSource( size_t trackIndex, const char *uri, const char *mimeType) argument
/frameworks/base/core/java/android/content/
H A DIContentService.aidl44 void registerContentObserver(in Uri uri, boolean notifyForDescendants,
54 void notifyChange(in Uri uri, IContentObserver observer,
/frameworks/base/core/java/android/database/
H A DCursor.java426 * @param uri The content URI to watch.
428 void setNotificationUri(ContentResolver cr, Uri uri); argument
/frameworks/base/core/java/android/provider/
H A DMediaStore.java259 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
261 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
284 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
286 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
307 * As of {@link android.os.Build.VERSION_CODES#LOLLIPOP}, this uri can also be supplied through
309 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
709 Uri uri = Uri.parse(
713 c = cr.query(uri, PROJECTION, null, null, null);
809 public static final Cursor query(ContentResolver cr, Uri uri, String[] projection) { argument
810 return cr.query(uri, projectio
813 query(ContentResolver cr, Uri uri, String[] projection, String where, String orderBy) argument
819 query(ContentResolver cr, Uri uri, String[] projection, String selection, String [] selectionArgs, String orderBy) argument
1012 query(ContentResolver cr, Uri uri, String[] projection) argument
1016 queryMiniThumbnails(ContentResolver cr, Uri uri, int kind, String[] projection) argument
1918 query(ContentResolver cr, Uri uri, String[] projection) argument
[all...]
H A DDocumentsContract.java514 public static final String EXTRA_URI = "uri";
697 public static boolean isDocumentUri(Context context, Uri uri) { argument
698 final List<String> paths = uri.getPathSegments();
700 return isDocumentsProvider(context, uri.getAuthority());
704 return isDocumentsProvider(context, uri.getAuthority());
710 public static boolean isTreeUri(Uri uri) { argument
711 final List<String> paths = uri.getPathSegments();
775 public static Uri setManageMode(Uri uri) { argument
776 return uri.buildUpon().appendQueryParameter(PARAM_MANAGE, "true").build();
780 public static boolean isManageMode(Uri uri) { argument
[all...]
/frameworks/base/media/java/android/media/
H A DMiniThumbFile.java68 public static synchronized MiniThumbFile instance(Uri uri) { argument
69 String type = uri.getPathSegments().get(1);
130 public MiniThumbFile(Uri uri) { argument
131 mUri = uri;
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java88 public void onChange(boolean selfChange, Uri uri) { argument
92 if (BRIGHTNESS_MODE_URI.equals(uri)) {
95 } else if (BRIGHTNESS_URI.equals(uri) && !mAutomatic) {
97 } else if (BRIGHTNESS_ADJ_URI.equals(uri) && mAutomatic) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java108 public static void traceSubscribe(Uri uri, IConditionProvider provider, RemoteException e) { argument
109 append(TYPE_SUBSCRIBE, uri + "," + subscribeResult(provider, e));
112 public static void traceUnsubscribe(Uri uri, IConditionProvider provider, RemoteException e) { argument
113 append(TYPE_UNSUBSCRIBE, uri + "," + subscribeResult(provider, e));
/frameworks/base/test-runner/src/android/test/
H A DSyncBaseInstrumentation.java47 protected void syncProvider(Uri uri, String accountName, String authority) throws Exception { argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentResolver.java139 * @param uri (Ignored) The uri of the content provider.
144 public void notifyChange(Uri uri, argument
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java114 Uri uri = null;
116 uri = resultData.getData();
117 Log.i(TAG, "Uri: " + uri.toString());
120 mAlbumArtBitmap = MediaStore.Images.Media.getBitmap(this.getContentResolver(), uri);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java95 public Loader<BitmapResult> onCreateBitmapLoader(int id, Bundle args, String uri); argument
/frameworks/volley/src/com/android/volley/toolbox/
H A DHttpClientStack.java175 public HttpPatch(final URI uri) { argument
177 setURI(uri);
181 * @throws IllegalArgumentException if the uri is invalid.
183 public HttpPatch(final String uri) { argument
185 setURI(URI.create(uri));
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h188 kDataLocatorUri = 'uri',
201 char* uri; member in union:android::DataLocator
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp132 SLDataLocator_URI uri; local
169 uri.locatorType = SL_DATALOCATOR_URI;
170 uri.URI = (SLchar*) path;
176 audioSource.pLocator = (void *)&uri;
H A DslesTestPlayStreamType.cpp58 SLDataLocator_URI uri; local
116 uri.locatorType = SL_DATALOCATOR_URI;
117 uri.URI = (SLchar*) path;
125 audioSource.pLocator = (void*)&uri;
H A DslesTestPlayUri.cpp135 SLDataLocator_URI uri; local
175 uri.locatorType = SL_DATALOCATOR_URI;
176 uri.URI = (SLchar*) path;
182 audioSource.pLocator = (void *)&uri;
H A DslesTest_playStates.cpp58 SLDataLocator_URI uri; local
111 uri.locatorType = SL_DATALOCATOR_URI;
112 uri.URI = (SLchar*) path;
120 audioSource.pLocator = (void*)&uri;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp109 SLDataLocator_URI uri; local
149 uri.locatorType = SL_DATALOCATOR_URI;
150 uri.URI = (SLchar*) path;
156 audioSource.pLocator = (void *)&uri;
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp430 AString uri; local
431 CHECK(msg->findString("uri", &uri));
432 if (mFetcherInfos.removeItem(uri) < 0) {
461 AString uri; local
462 CHECK(msg->findString("uri", &uri));
467 FetcherInfo *info = &mFetcherInfos.editValueFor(uri);
480 AString uri; local
481 if (err == ERROR_END_OF_STREAM && msg->findString("uri",
518 AString uri; local
709 AString uri; local
787 addFetcher(const char *uri) argument
1246 const AString &uri = mFetcherInfos.keyAt(i); local
1424 const AString &uri = mFetcherInfos.keyAt(i); local
1466 AString uri; local
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java471 * @param uri location of a valid image
476 private Bitmap loadConstrainedBitmap(Uri uri, int maxSideLength) throws FileNotFoundException { argument
477 if (maxSideLength <= 0 || uri == null || mContext == null) {
483 loadBitmap(uri, opt);
514 return loadBitmap(uri, decodeOptions);
523 * Returns the bitmap from the given uri loaded using the given options.
526 private Bitmap loadBitmap(Uri uri, BitmapFactory.Options o) throws FileNotFoundException { argument
527 if (uri == null || mContext == null) {
532 is = mContext.getContentResolver().openInputStream(uri);
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java325 * The uri parameter will be normalized with
329 * {@link IllegalArgumentException} may be thrown if the uri
336 * @param uri URI to encode.
338 * @throws IllegalArugmentException if the uri is empty or invalid
340 public static NdefRecord createUri(Uri uri) { argument
341 if (uri == null) throw new NullPointerException("uri is null");
343 uri = uri.normalizeScheme();
344 String uriString = uri
[all...]

Completed in 323 milliseconds

1234567891011>>