Searched refs:headers (Results 76 - 100 of 114) sorted by relevance

12345

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java769 * @param headers the headers to be sent together with the request for the data
772 public void setDataSource(Context context, Uri uri, Map<String, String> headers) argument
806 setDataSource(uri.toString(), headers);
823 * @param headers the headers associated with the http request for the stream you want to play
827 public void setDataSource(String path, Map<String, String> headers) argument
833 if (headers != null) {
834 keys = new String[headers.size()];
835 values = new String[headers
[all...]
/frameworks/base/media/libstagefright/
H A DNuCachedSource2.cpp674 KeyedVector<String8, String8> *headers,
680 if (headers == NULL) {
685 if ((index = headers->indexOfKey(String8("x-cache-config"))) >= 0) {
686 *cacheConfig = headers->valueAt(index);
688 headers->removeItemsAt(index);
693 if ((index = headers->indexOfKey(
696 headers->removeItemsAt(index);
673 RemoveCacheSpecificHeaders( KeyedVector<String8, String8> *headers, String8 *cacheConfig, bool *disconnectAtHighwatermark) argument
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java274 private void assertContains(List<String> headers, String header) { argument
275 assertTrue(headers.toString(), headers.contains(header));
/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockWebServer.java215 List<String> headers = new ArrayList<String>();
220 headers.add(header);
263 return new RecordedRequest(request, headers, chunkSizes,
281 // Send headers
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp32 const KeyedVector<String8, String8> *headers,
43 if (headers) {
44 mExtraHeaders = *headers;
30 RTSPSource( const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid) argument
H A DNuPlayer.h43 const char *url, const KeyedVector<String8, String8> *headers);
H A DNuPlayerDriver.h34 const char *url, const KeyedVector<String8, String8> *headers);
H A DNuPlayerDriver.cpp68 const char *url, const KeyedVector<String8, String8> *headers) {
71 mPlayer->setDataSource(url, headers);
67 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DNuPlayer.cpp89 const char *url, const KeyedVector<String8, String8> *headers) {
94 "source", new RTSPSource(url, headers, mUIDValid, mUID));
97 "source", new HTTPLiveSource(url, headers, mUIDValid, mUID));
88 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.h69 const char* url, const KeyedVector<String8, String8> *headers);
H A DMetadataRetrieverClient.cpp111 const char *url, const KeyedVector<String8, String8> *headers)
122 status_t ret = p->setDataSource(url, headers);
110 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/media/libstagefright/include/
H A DNuCachedSource2.h63 KeyedVector<String8, String8> *headers,
H A DAwesomePlayer.h66 const KeyedVector<String8, String8> *headers = NULL);
242 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/base/obex/javax/obex/
H A DServerOperation.java165 * Determine if any headers were sent in the initial request
241 * operation even if no headers will be sent; if <code>false</code>
243 * headers to send
442 * Determine if any headers were sent in the initial request
507 * Returns the headers that have been received during the operation.
508 * Modifying the object returned has no effect on the headers that are sent
510 * @return the headers received during this <code>Operation</code>
519 * Specifies the headers that should be sent in the next OBEX message that
521 * @param headers the headers t
527 sendHeaders(HeaderSet headers) argument
[all...]
/frameworks/compile/libbcc/runtime/make/
H A DAppleBI.mk21 # Copies any public headers to DSTROOT.
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayerBase.h63 const KeyedVector<String8, String8> *headers = NULL);
225 const KeyedVector<String8, String8> *headers = NULL);
H A DVideoEditorPlayer.h97 const char *url, const KeyedVector<String8, String8> *headers);
H A DPreviewPlayer.cpp145 const char *uri, const KeyedVector<String8, String8> *headers) {
147 return setDataSource_l(uri, headers);
151 const char *uri, const KeyedVector<String8, String8> *headers) {
156 if (headers) {
157 mUriHeaders = *headers;
144 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
150 setDataSource_l( const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/include/media/
H A Dmediaplayer.h169 const KeyedVector<String8, String8> *headers);
/frameworks/base/libs/rs/
H A DAndroid.mk45 # Generate custom headers
153 # Generate custom headers
/frameworks/base/core/java/android/webkit/
H A DFrameLoader.java89 public void setHeaders(HashMap headers) { argument
90 mHeaders = headers;
297 * This function is used by the handleHTTPLoad to setup the cache headers
339 // the validation headers causes no validation to occur
351 // use it. If it needs revalidation then the relevant headers
362 * Add the static headers that don't change with each request.
387 * Add the content related headers. These headers contain user private data
H A DBrowserFrame.java263 * @param extraHeaders The extra headers sent with this url. This should not
264 * include the common headers like "user-agent". If it does, it
794 * @param headers The http headers.
807 HashMap headers,
865 loader.setHeaders(headers);
869 loader.setCacheMode(headers.containsKey("If-Modified-Since")
870 || headers.containsKey("If-None-Match") ?
1366 private native void nativeLoadUrl(String url, Map<String, String> headers); argument
804 startLoadingResource(int loaderHandle, String url, String method, HashMap headers, byte[] postData, long postDataIdentifier, int cacheMode, boolean mainResource, boolean userGesture, boolean synchronous, String username, String password) argument
H A DHTML5VideoViewProxy.java390 // The response headers.
437 public void headers(Headers headers) { argument
438 mHeaders = headers;
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp299 KeyedVector<String8, String8> headers; local
306 DataSource::CreateFromURI(uri, &headers);
/frameworks/base/tools/aidl/
H A Daidl_language_y.y30 | headers document_items { g_callbacks->document($2.document_item); }
33 headers: label

Completed in 755 milliseconds

12345