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

12345

/frameworks/base/core/java/android/widget/
H A DVideoView.java179 public void setVideoURI(Uri uri, Map<String, String> headers) { argument
181 mHeaders = headers;
H A DListView.java428 * headers and/or footers will cause the adapter to be wrapped.
498 // cleanup the state of our footers and headers
1719 final ArrayList<FixedViewInfo> headers = mHeaderViewInfos;
1720 final int numHeaders = headers.size();
1722 if (child == headers.get(i).view) {
3296 * @param headerDividersEnabled True to draw the headers, false otherwise.
3451 * Look in the passed in list of headers or footers for the view.
3497 * Look in the passed in list of headers or footers for the view with the tag.
3544 * Look in the passed in list of headers or footers for the first view that matches
/frameworks/base/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp53 const char *uri, const KeyedVector<String8, String8> *headers) {
61 mSource = DataSource::CreateFromURI(uri, headers);
52 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
H A DAwesomePlayer.cpp257 const char *uri, const KeyedVector<String8, String8> *headers) {
259 return setDataSource_l(uri, headers);
263 const char *uri, const KeyedVector<String8, String8> *headers) {
268 if (headers) {
269 mUriHeaders = *headers;
256 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
262 setDataSource_l( const char *uri, const KeyedVector<String8, String8> *headers) argument
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp60 const char *url, const KeyedVector<String8, String8> *headers) {
63 return mPlayer->setDataSource(url, headers);
59 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DPreviewPlayerBase.cpp237 const char *uri, const KeyedVector<String8, String8> *headers) {
239 return setDataSource_l(uri, headers);
243 const char *uri, const KeyedVector<String8, String8> *headers) {
248 if (headers) {
249 mUriHeaders = *headers;
236 setDataSource( const char *uri, const KeyedVector<String8, String8> *headers) argument
242 setDataSource_l( const char *uri, const KeyedVector<String8, String8> *headers) argument
/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
98 * <p>The preference_headers resource describes the headers to be displayed
101 * {@sample development/samples/ApiDemos/res/xml/preference_headers.xml headers}
121 private static final String HEADERS_TAG = ":android:headers";
179 // --- State for new mode when showing a list of headers + prefs fragment
517 ArrayList<Header> headers = savedInstanceState.getParcelableArrayList(HEADERS_TAG);
518 if (headers !
[all...]
/frameworks/base/core/java/android/webkit/
H A DFileLoader.java186 protected void buildHeaders(Headers headers) { argument
/frameworks/base/include/media/
H A DMediaPlayerInterface.h112 const KeyedVector<String8, String8> *headers = NULL) = 0;
/frameworks/base/core/jni/
H A DAndroid.mk228 system/bluetooth/bluez-clean-headers
/frameworks/base/media/libmedia/
H A Dmediaplayer.cpp141 const char *url, const KeyedVector<String8, String8> *headers)
149 if (NO_ERROR != player->setDataSource(url, headers)) {
140 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
18 #error incompatible with your Protocol Buffer headers. Please
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h279 const KeyedVector<String8, String8> *headers);
H A DMediaPlayerService.cpp669 const char *url, const KeyedVector<String8, String8> *headers)
712 mStatus = p->setDataSource(url, headers);
668 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument

Completed in 1449 milliseconds

12345