HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /frameworks/av/media/libaudioclient/include/media/
AudioPolicyHelper.h 75 attr->content_type = AUDIO_CONTENT_TYPE_MUSIC;
79 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH;
86 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION;
90 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION;
94 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION;
98 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION;
102 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH;
107 attr->content_type = AUDIO_CONTENT_TYPE_SONIFICATION;
111 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 26 int processMessage(String app_id, String content_type, in Intent intent);
33 boolean addPackage(String x_app_id, String content_type,
41 boolean updatePackage(String x_app_id, String content_type,
49 boolean deletePackage(String x_app_id, String content_type,
  /external/webrtc/webrtc/base/
multipart.h 32 void GetContentType(std::string* content_type);
34 // Note: If content_disposition and/or content_type are the empty string,
38 const std::string& content_type);
41 const std::string& content_type);
47 const std::string& content_type) const;
multipart.cc 37 void MultipartStream::GetContentType(std::string* content_type) {
38 ASSERT(NULL != content_type);
39 content_type->assign(type_);
40 content_type->append("; boundary=");
41 content_type->append(boundary_);
46 const std::string& content_type) {
47 if (!AddPart("", content_disposition, content_type))
56 const std::string& content_type) {
69 if (!content_type.empty()) {
71 << content_type << "\r\n"
    [all...]
  /external/libbrillo/brillo/http/
http_form_data.cc 34 const std::string& content_type,
38 content_type_{content_type},
77 const std::string& content_type,
81 content_type, local
95 const std::string& content_type,
97 : FormField{name, content_disposition, content_type, transfer_encoding},
116 const std::string& content_type,
120 content_type.empty() ? mime::multipart::kMixed : content_type,
160 const std::string& content_type,
172 content_type, local
    [all...]
http_form_data.h 46 // |content_type| = the content type ("text/plain;charset=windows-1250")
51 const std::string& content_type,
100 // content_type: the data content type. Empty if not specified.
105 const std::string& content_type = {},
124 // content_type: valid content type of the file.
131 const std::string& content_type,
155 // content_type: valid content type. If omitted, "multipart/mixed" is used.
159 const std::string& content_type = {},
179 const std::string& content_type,
214 const std::string& content_type,
    [all...]
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 82 + "content_type TEXT, "
120 * @param content_type content type to look up
123 String app_id, String content_type) {
125 + " content_type: " + content_type);
130 "x_wap_application=? and content_type=?",
131 new String[] {app_id, content_type},
185 public int processMessage(String app_id, String content_type, Intent intent)
187 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
191 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 113 ds->Send("200 OK", true, ds->content_type(), extra_headers,
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
132 const std::string& content_type,
138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers,
148 qr.content_type = content_type;
160 ds->Send(response.status, true, response.content_type,
257 std::string content_type; local
258 std::string response = BuildResponseForNewMember(*new_guy, &content_type);
259 ds->Send("200 Added", true, content_type, new_guy->GetPeerIdHeader()
    [all...]
peer_channel.h 48 void QueueResponse(const std::string& status, const std::string& content_type,
55 std::string status, content_type, extra_headers, data; member in struct:ChannelMember::QueuedResponse
114 std::string* content_type);
  /external/llvm/include/llvm/Object/
SymbolicFile.h 56 template <class content_type>
58 : public std::iterator<std::forward_iterator_tag, content_type> {
59 content_type Current;
62 content_iterator(content_type symb) : Current(std::move(symb)) {}
64 const content_type *operator->() const { return &Current; }
66 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
SymbolicFile.h 58 template <class content_type>
60 : public std::iterator<std::forward_iterator_tag, content_type> {
61 content_type Current;
64 content_iterator(content_type symb) : Current(std::move(symb)) {}
66 const content_type *operator->() const { return &Current; }
68 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
SymbolicFile.h 58 template <class content_type>
60 : public std::iterator<std::forward_iterator_tag, content_type> {
61 content_type Current;
64 content_iterator(content_type symb) : Current(std::move(symb)) {}
66 const content_type *operator->() const { return &Current; }
68 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
SymbolicFile.h 69 template <class content_type>
71 : public std::iterator<std::forward_iterator_tag, content_type> {
72 content_type Current;
75 content_iterator(content_type symb) : Current(std::move(symb)) {}
77 const content_type *operator->() const { return &Current; }
79 const content_type &operator*() const { return Current; }
  /external/libmicrohttpd/src/microhttpd/
test_postprocessor_large.c 40 const char *content_type,
49 key, filename, content_type, transfer_encoding, size, data);

Completed in 600 milliseconds

1 2 3 4 5 6 7