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

12345

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp730 KeyedVector<String8, String8> *headers,
736 if (headers == NULL) {
741 if ((index = headers->indexOfKey(String8("x-cache-config"))) >= 0) {
742 *cacheConfig = headers->valueAt(index);
744 headers->removeItemsAt(index);
749 if ((index = headers->indexOfKey(
752 headers->removeItemsAt(index);
729 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/av/include/media/
H A DIMediaPlayer.h48 const KeyedVector<String8, String8>* headers) = 0;
H A DMediaPlayerInterface.h144 const KeyedVector<String8, String8> *headers = NULL) = 0;
H A Dmediaplayer.h210 const KeyedVector<String8, String8> *headers);
/frameworks/av/include/media/stagefright/
H A DDataSource.h51 const KeyedVector<String8, String8> *headers = NULL,
H A DNuMediaExtractor.h51 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.h37 const KeyedVector<String8, String8> *headers);
H A DTestPlayerStub.h71 const KeyedVector<String8, String8> *headers);
H A DMetadataRetrieverClient.cpp112 const KeyedVector<String8, String8> *headers)
133 status_t ret = p->setDataSource(httpService, url, headers);
109 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h36 const KeyedVector<String8, String8> *headers);
H A DRTSPSource.cpp39 const KeyedVector<String8, String8> *headers,
57 if (headers) {
58 mExtraHeaders = *headers;
35 RTSPSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
H A DNuPlayerDriver.cpp81 const KeyedVector<String8, String8> *headers) {
91 mPlayer->setDataSourceAsync(httpService, url, headers);
78 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DGenericSource.h47 const KeyedVector<String8, String8> *headers);
H A DNuPlayer.h44 const KeyedVector<String8, String8> *headers);
/frameworks/av/media/libstagefright/include/
H A DNuCachedSource2.h65 KeyedVector<String8, String8> *headers,
H A DAwesomePlayer.h69 const KeyedVector<String8, String8> *headers = NULL);
256 const KeyedVector<String8, String8> *headers = NULL);
/frameworks/base/obex/javax/obex/
H A DClientOperation.java164 * Since we are not sending any headers or returning any headers then
291 // there are 3 bytes operation headers and 3 bytes body headers //
331 * Returns the headers that have been received during the operation.
332 * Modifying the object returned has no effect on the headers that are sent
334 * @return the headers received during this <code>Operation</code>
344 * Specifies the headers that should be sent in the next OBEX message that
346 * @param headers the headers t
353 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.cpp327 const char *url, const KeyedVector<String8, String8> *headers) {
331 if (headers != NULL) {
333 "headers",
334 new KeyedVector<String8, String8>(*headers));
645 KeyedVector<String8, String8> *headers = NULL; local
646 if (!msg->findPointer("headers", (void **)&headers)) {
649 mExtraHeaders = *headers;
651 delete headers;
652 headers
326 connectAsync( const char *url, const KeyedVector<String8, String8> *headers) argument
821 KeyedVector<String8, String8> headers = mExtraHeaders; local
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp145 const KeyedVector<String8, String8> *headers) {
146 return mImpl->setDataSource(httpService, path, headers);
705 KeyedVector<String8, String8> headers; local
707 env, keysArray, valuesArray, &headers)) {
723 status_t err = extractor->setDataSource(httpService, path, &headers);
142 setDataSource( const sp<IMediaHTTPService> &httpService, const char *path, const KeyedVector<String8, String8> *headers) argument
/frameworks/base/tools/aidl/
H A Daidl_language_y.y33 | headers document_items { g_callbacks->document($2.document_item); }
36 headers: label
/frameworks/opt/net/wifi/service/
H A DAndroid.mk31 external/libnl-headers \
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk47 # Generate custom headers

Completed in 1383 milliseconds

12345