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

12345

/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h49 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h35 const char* path, const KeyedVector<String8, String8> *headers);
H A DTestPlayerStub.h69 const char* url, const KeyedVector<String8, String8> *headers);
H A DMetadataRetrieverClient.cpp109 const char *url, const KeyedVector<String8, String8> *headers)
130 status_t ret = p->setDataSource(url, headers);
108 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h34 const char *url, const KeyedVector<String8, String8> *headers);
H A DRTSPSource.h38 const KeyedVector<String8, String8> *headers,
H A DGenericSource.cpp37 const KeyedVector<String8, String8> *headers,
46 DataSource::CreateFromURI(url, headers);
34 GenericSource( const sp<AMessage> &notify, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid) argument
H A DNuPlayer.h41 const char *url, const KeyedVector<String8, String8> *headers);
H A DRTSPSource.cpp37 const KeyedVector<String8, String8> *headers,
54 if (headers) {
55 mExtraHeaders = *headers;
34 RTSPSource( const sp<AMessage> &notify, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
H A DNuPlayerDriver.cpp73 const char *url, const KeyedVector<String8, String8> *headers) {
82 mPlayer->setDataSourceAsync(url, headers);
72 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h63 KeyedVector<String8, String8> *headers,
H A DAwesomePlayer.h67 const KeyedVector<String8, String8> *headers = NULL);
251 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/base/obex/javax/obex/
H A DClientOperation.java151 * Since we are not sending any headers or returning any headers then
278 // there are 3 bytes operation headers and 3 bytes body headers //
318 * Returns the headers that have been received during the operation.
319 * Modifying the object returned has no effect on the headers that are sent
321 * @return the headers received during this <code>Operation</code>
331 * Specifies the headers that should be sent in the next OBEX message that
333 * @param headers the headers t
340 sendHeaders(HeaderSet headers) argument
[all...]
H A DServerOperation.java167 * Determine if any headers were sent in the initial request
243 * operation even if no headers will be sent; if <code>false</code>
245 * headers to send
453 * Determine if any headers were sent in the initial request
518 * Returns the headers that have been received during the operation.
519 * Modifying the object returned has no effect on the headers that are sent
521 * @return the headers received during this <code>Operation</code>
530 * Specifies the headers that should be sent in the next OBEX message that
532 * @param headers the headers t
538 sendHeaders(HeaderSet headers) argument
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk39 # Also need the JNI headers.
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h56 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk44 # Generate custom headers
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java882 * @param headers the headers to be sent together with the request for the data
885 public void setDataSource(Context context, Uri uri, Map<String, String> headers) argument
921 setDataSource(uri.toString(), headers);
951 * @param headers the headers associated with the http request for the stream you want to play
955 public void setDataSource(String path, Map<String, String> headers) argument
961 if (headers != null) {
962 keys = new String[headers.size()];
963 values = new String[headers
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp138 const char *path, const KeyedVector<String8, String8> *headers) {
139 return mImpl->setDataSource(path, headers);
677 KeyedVector<String8, String8> headers; local
679 env, keysArray, valuesArray, &headers)) {
689 status_t err = extractor->setDataSource(path, &headers);
137 setDataSource( const char *path, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp60 const char *url, const KeyedVector<String8, String8> *headers) {
62 if (headers != NULL) {
59 setDataSource( const char *url, const KeyedVector<String8, String8> *headers) argument
H A DVideoEditorPlayer.h100 const char *url, const KeyedVector<String8, String8> *headers);
/frameworks/base/tools/aidl/
H A Daidl_language_y.y33 | headers document_items { g_callbacks->document($2.document_item); }
36 headers: label
/frameworks/av/include/media/
H A DMediaPlayerInterface.h140 const KeyedVector<String8, String8> *headers = NULL) = 0;
H A Dmediaplayer.h203 const KeyedVector<String8, String8> *headers);
/frameworks/rs/
H A DAndroid.mk80 # Generate custom headers
174 # Generate custom headers

Completed in 1780 milliseconds

12345