Searched refs:headers (Results 101 - 117 of 117) sorted by relevance

12345

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h65 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/rs/
H A DAndroid.mk99 # Generate custom headers
199 # Generate custom headers
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java963 * @param headers the headers to be sent together with the request for the data
965 * changed with key/value pairs through the headers parameter with
970 public void setDataSource(Context context, Uri uri, Map<String, String> headers) argument
1004 setDataSource(uri.toString(), headers);
1029 * @param headers the headers associated with the http request for the stream you want to play
1033 public void setDataSource(String path, Map<String, String> headers) argument
1039 if (headers != null) {
1040 keys = new String[headers
[all...]
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp147 const char *url, const KeyedVector<String8, String8> *headers)
156 (NO_ERROR != player->setDataSource(httpService, url, headers))) {
145 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp63 const KeyedVector<String8, String8> *headers) {
71 DataSource::CreateFromURI(httpService, path, headers);
60 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightMetadataRetriever.cpp60 const KeyedVector<String8, String8> *headers) {
68 mSource = DataSource::CreateFromURI(httpService, uri, headers);
57 setDataSource( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) argument
H A DAwesomePlayer.cpp295 const KeyedVector<String8, String8> *headers) {
297 return setDataSource_l(httpService, uri, headers);
303 const KeyedVector<String8, String8> *headers) {
309 if (headers) {
310 mUriHeaders = *headers;
292 setDataSource( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) argument
300 setDataSource_l( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/core/java/android/widget/
H A DVideoView.java252 * Sets video URI using specific headers.
255 * @param headers the headers for the URI request.
257 * changed with key/value pairs through the headers parameter with
261 public void setVideoURI(Uri uri, Map<String, String> headers) { argument
263 mHeaders = headers;
H A DListView.java455 * headers and/or footers will cause the adapter to be wrapped.
524 // cleanup the state of our footers and headers
1814 final ArrayList<FixedViewInfo> headers = mHeaderViewInfos;
1815 final int numHeaders = headers.size();
1817 if (child == headers.get(i).view) {
3304 // Draw dividers between enabled items, headers
3352 // Draw dividers between enabled items, headers
3469 * @param headerDividersEnabled True to draw the headers, false otherwise.
3644 * Look in the passed in list of headers or footers for the view.
3690 * Look in the passed in list of headers o
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java68 * <p>This activity shows one or more headers of preferences, each of which
74 * <li>On a small screen it may display only the headers as a single list
77 * <li>On a large screen in may display both the headers and current
84 * items. Doing this implicitly switches the class into its new "headers
105 * <p>The preference_headers resource describes the headers to be displayed
108 * {@sample development/samples/ApiDemos/res/xml/preference_headers.xml headers}
130 private static final String HEADERS_TAG = ":android:headers";
191 // --- State for new mode when showing a list of headers + prefs fragment
564 ArrayList<Header> headers = savedInstanceState.getParcelableArrayList(HEADERS_TAG);
565 if (headers !
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java821 * Loads the given URL with the specified additional HTTP headers.
824 * @param additionalHttpHeaders the additional headers to be used in the
826 * value. Note that if this map contains any of the headers
834 StringBuilder headers = new StringBuilder();
837 headers.append(entry.getKey() + ":" + entry.getValue() + "\n");
840 Log.d(LOGTAG, "loadUrl(extra headers)=" + url + "\n" + headers);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp218 const KeyedVector<String8, String8> *headers) {
227 source = new HTTPLiveSource(notify, httpService, url, headers);
230 notify, httpService, url, headers, mUIDValid, mUID);
236 notify, httpService, url, headers, mUIDValid, mUID, true);
244 status_t err = genericSource->setDataSource(httpService, url, headers);
215 setDataSourceAsync( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DGenericSource.cpp84 const KeyedVector<String8, String8> *headers) {
90 if (headers) {
91 mUriHeaders = *headers;
81 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java609 Map<String,String> headers = new HashMap<String,String>();
610 headers.put("Content-Type", "application/x-www-form-urlencoded");
611 params.setExtraHeaders(headers);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h372 const KeyedVector<String8, String8> *headers);
H A DMediaPlayerService.cpp706 const KeyedVector<String8, String8> *headers)
741 setDataSource_post(p, p->setDataSource(httpService, url, headers));
703 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
18 #error incompatible with your Protocol Buffer headers. Please

Completed in 390 milliseconds

12345