HomeSort by relevance Sort by last modified time
    Searched refs:payload (Results 501 - 525 of 994) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/web_resource/
notification_promo_mobile_ntp.h 48 const base::DictionaryValue* payload() const { return payload_; } function in class:NotificationPromoMobileNtp
81 // The entire payload for the promo.
  /external/chromium_org/chromeos/dbus/
easy_unlock_client.h 112 // |payload|: The cleartext message body.
116 virtual void CreateSecureMessage(const std::string& payload,
  /external/chromium_org/content/child/
site_isolation_policy.h 97 linked_ptr<SiteIsolationResponseMetaData>& resp_data, const char* payload,
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 61 std::string* payload) {
resource_dispatcher_host_delegate.h 92 // If the stream will be rendered in a BrowserPlugin, |payload| will contain
98 std::string* payload);
  /external/chromium_org/media/cast/net/rtcp/
rtcp_builder.h 58 void AddRtcpHeader(RtcpPacketFields payload, int format_or_count);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 67 * @param {!SourceMapV3} payload
69 WebInspector.SourceMap = function(sourceMappingURL, payload)
83 this._parseMappingPayload(payload);
128 var payload = /** @type {!SourceMapV3} */ (JSON.parse(content));
130 callback(new WebInspector.SourceMap(baseURL, payload));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h 73 bool payload);
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.h 48 xsltNormalizeCompSteps (void *payload,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 67 // Static method to parse 4 bytes from |payload| as a DTMF event (RFC 4733)
71 const uint8_t* payload,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 78 // 2. save the bit stream to |payload| of |max_bytes| bytes in size,
79 // 3. returns the length of the payload (in bytes),
81 uint8_t* payload, int max_bytes) = 0;
87 // DecodeBlock() decodes a block of audio using the payload stored in
packet.h 31 // Creates a packet, with the packet payload (including header bytes) in
44 // RTP headers, and no payload (a.k.a RTP dummy files or RTP light). The
46 // including the now discarded payload, whereas |allocated_bytes| is the
47 // length of the remaining payload (typically only the RTP header).
67 // Parses the first bytes of the RTP payload, interpreting them as RED headers
77 const uint8_t* payload() const { return payload_; } function in class:webrtc::test::Packet
109 size_t payload_length_bytes_; // Length of the payload, after RTP header.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_receiver.h 32 // Is TelephoneEvent configured with payload type payload_type
58 // Registers a receive payload in the payload registry and notifies the media
67 // De-registers |payload_type| from the payload registry.
71 // state. This for instance means that any changes in SSRC and payload type is
74 const uint8_t* payload,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
producer_fec.h 29 void AssignPayload(const uint8_t* payload, int length);
  /external/llvm/include/llvm/ADT/
APFloat.h 245 const APInt *payload = nullptr) {
246 return makeNaN(Sem, false, Negative, payload);
251 const APInt *payload = nullptr) {
252 return makeNaN(Sem, true, Negative, payload);
  /external/wpa_supplicant_8/src/tls/
asn1.h 47 const u8 *payload; member in struct:asn1_hdr
tlsv1_record.h 65 size_t buf_size, const u8 *payload, size_t payload_len,
tlsv1_server_write.c 639 u8 payload[4]; local
646 pos = payload;
655 *msgpos, end - *msgpos, payload, pos - payload,
663 tls_verify_hash_add(&conn->verify, payload, pos - payload);
675 u8 payload[1]; local
679 payload[0] = TLS_CHANGE_CIPHER_SPEC;
682 *msgpos, end - *msgpos, payload, sizeof(payload),
    [all...]
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnOverlayPlane.cpp 730 struct VideoPayloadBuffer *payload; local
740 payload = (struct VideoPayloadBuffer *)mapper.getCpuAddress(SUB_BUFFER1);
741 // check payload
742 if (!payload) {
743 ELOGTRACE("no payload found");
747 if (payload->force_output_method == FORCE_OUTPUT_GPU) {
752 if (payload->client_transform != mTransform ||
754 if (!mRotationBufProvider->setupRotationBuffer(payload, mTransform)) {
760 rotatedMapper = getTTMMapper(mapper, payload);
766 struct VideoPayloadBuffer *payload; local
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 109 byte[] payload = invalidation.getPayload();
110 String payloadStr = (payload == null) ? null : new String(payload);
425 * @param payload the payload of the change, if known.
428 @Nullable String payload) {
431 if (objectId == null && version == null && payload == null) {
442 bundle.putString("payload", (payload == null) ? "" : payload);
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 158 GDBRemoteCommunication::CalculcateChecksum (const char *payload, size_t payload_length)
166 checksum += payload[i];
198 GDBRemoteCommunication::SendPacket (const char *payload, size_t payload_length)
201 return SendPacketNoLock (payload, payload_length);
205 GDBRemoteCommunication::SendPacketNoLock (const char *payload, size_t payload_length)
212 packet.Write (payload, payload_length);
214 packet.PutHex8(CalculcateChecksum (payload, payload_length));
  /system/core/liblog/
logd_write.c 193 * char payload[];
197 * char payload[];
447 int __android_log_bwrite(int32_t tag, const void *payload, size_t len)
453 vec[1].iov_base = (void*)payload;
464 int __android_log_btwrite(int32_t tag, char type, const void *payload,
473 vec[2].iov_base = (void*)payload;
483 int __android_log_bswrite(int32_t tag, const char *payload)
487 uint32_t len = strlen(payload);
495 vec[3].iov_base = (void*)payload;
  /external/libnl/lib/
msg.c 22 * Netlink headers and an associated payload. If the payload is too big
46 * The netlink message header and payload must be aligned properly:
50 * | Header | Pad | Payload | Pad |
57 * <--- nlmsg_total_size(payload) --->
58 * <-- nlmsg_msg_size(payload) ->
60 * | nlmsghdr | Pad | Payload | Pad | nlmsghdr
66 * The payload may consist of arbitary data but may have strict
102 * // a maximum payload size which defaults to the page size of
121 * // will create a message with a maximum payload size which equals th
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 239 const u8 *payload, size_t payloadlen)
252 pos = payload;
253 end = payload + payloadlen;
430 data->specifier, payload, pos - payload, mic)
457 const u8 *payload, size_t payloadlen)
469 pos = payload;
470 end = payload + payloadlen;
499 data->specifier, payload, pos - payload, mic
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 282 &(rspOpenSession.payload));
317 conn, tci, pTciWsm, rspOpenSession.payload.sessionId));
325 void *payload = (void*)((uint32_t)CMD_BUFFER + sizeof(mcDrvCommandHeader_t)); \
327 uint32_t rlen = CONNECTION->readData(payload, payload_len); \
380 // Return result code to client lib (no payload)
390 // there is no payload to read
400 // there is no payload
448 &(rspOpenSession.payload));
487 // there is no payload
548 void *payload = (void *)((uint32_t)&cmd + sizeof(mcDrvCommandHeader_t)) local
    [all...]

Completed in 1842 milliseconds

<<21222324252627282930>>