HomeSort by relevance Sort by last modified time
    Searched full:payload (Results 176 - 200 of 3898) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/generic/goldfish/keymaster/trusty/
keymaster_ipc.h 55 * @payload: start of the serialized command specific payload
59 uint8_t payload[0]; member in struct:keymaster_message
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_system_off.c 21 /* Notify the Secure Payload Dispatcher */
40 /* Notify the Secure Payload Dispatcher */
74 /* Notify the Secure Payload Dispatcher */
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/
scmi_sys_pwr_proto.c 31 SCMI_PAYLOAD_ARG2(mbx_mem->payload, flags, system_state);
36 SCMI_PAYLOAD_RET_VAL1(mbx_mem->payload, ret);
67 SCMI_PAYLOAD_RET_VAL2(mbx_mem->payload, ret, *system_state);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/
CorebootPayloadPkg.dec 2 # Coreboot Payload Package
4 # Provides drivers and definitions to create uefi payload for coreboot.
27 ## Defines the token space for the Coreboot Payload Package PCDs.
  /external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/
cellular_MbimComplianceDTS01.py 34 _, _, _, payload = loopback.run(ntb_format=mbim_constants.NTB_FORMAT_16)
37 # Let's check the first byte of the first received payload to verify
39 if payload[0][0] != 0x45:
  /external/skia/src/sksl/lex/
RegexNode.h 35 RegexNode(Kind kind, char payload)
37 fPayload.fChar = payload;
70 union Payload {
  /external/skqp/src/sksl/lex/
RegexNode.h 35 RegexNode(Kind kind, char payload)
37 fPayload.fChar = payload;
70 union Payload {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
psfb.h 21 // PSFB: Payload-specific feedback message.
38 void ParseCommonFeedback(const uint8_t* payload);
39 void CreateCommonFeedback(uint8_t* payload) const;
  /external/wpa_supplicant_8/src/common/
gas.c 149 struct wpabuf *payload)
155 payload ? wpabuf_len(payload) : 0);
159 if (payload)
160 wpabuf_put_buf(buf, payload);
191 struct wpabuf *payload)
197 payload ? wpabuf_len(payload) : 0);
201 if (payload)
202 wpabuf_put_buf(buf, payload);
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.h 30 // Returns the length of payload in bytes.
31 virtual int encode(void *payload, int16_t *samples) = 0;
33 virtual int decode(int16_t *samples, int count, void *payload, int length) = 0;
G711Codec.cpp 41 int encode(void *payload, int16_t *samples);
42 int decode(int16_t *samples, int count, void *payload, int length);
47 int UlawCodec::encode(void *payload, int16_t *samples)
49 int8_t *ulaws = (int8_t *)payload;
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length)
69 int8_t *ulaws = (int8_t *)payload;
92 int encode(void *payload, int16_t *samples);
93 int decode(int16_t *samples, int count, void *payload, int length);
98 int AlawCodec::encode(void *payload, int16_t *samples)
100 int8_t *alaws = (int8_t *)payload;
    [all...]
  /hardware/qcom/msm8998/kernel-headers/sound/
wcd-dsp-glink.h 34 __u8 payload[0]; member in struct:wdsp_reg_pkt
40 __u8 payload[0]; member in struct:wdsp_cmd_pkt
45 __u8 payload[0]; member in struct:wdsp_write_pkt
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
ResultPayloadTest.java 42 final ResultPayload payload = new ResultPayload(intent); local
43 payload.writeToParcel(parcel, 0);
48 String originalIntentExtra = payload.getIntent().getStringExtra(EXTRA_KEY);
  /system/bt/vendor_libs/test_vendor_lib/src/
command_packet.cc 36 CommandPacket::CommandPacket(vector<uint8_t> header, vector<uint8_t> payload)
38 AddPayloadOctets(payload.size(), std::move(payload));
  /system/core/adb/
transport_usb.cpp 80 p->payload.resize(len);
81 int rc = usb_read(h, &p->payload[0], p->payload.size());
86 p->payload.resize(rc);
89 p->payload.resize(p->msg.data_length);
90 return usb_read(h, &p->payload[0], p->payload.size());
111 D("remote usb: read payload failed (need %u bytes, give %d bytes), skip it",
135 p->payload.resize(p->msg.data_length);
136 if (usb_read(usb, &p->payload[0], p->payload.size()))
    [all...]
  /system/core/trusty/keymaster/
keymaster_ipc.h 56 * @payload: start of the serialized command specific payload
60 uint8_t payload[0]; member in struct:keymaster_message
  /system/update_engine/common/
constants.h 91 // Keys used when storing and loading payload properties.
105 // the payload.
115 // A payload can be a Full or Delta payload. In some cases, a Full payload is
116 // used even when a Delta payload was available for the update, called here
118 // successfully applied payload.
124 // Note: Add new payload types only above this line.
128 // Maximum number of times we'll allow using p2p for the same update payload.
132 // the same update payload - five days
    [all...]
  /system/gatekeeper/
gatekeeper_messages.cpp 105 gatekeeper_error_t GateKeeperMessage::Deserialize(const uint8_t *payload, const uint8_t *end) {
106 if (payload + sizeof(uint32_t) > end) return ERROR_INVALID;
107 const serial_header_t *header = reinterpret_cast<const serial_header_t *>(payload);
109 if (payload == end) return ERROR_INVALID;
111 error = nonErrorDeserialize(payload + sizeof(*header), end);
116 if (payload + sizeof(serial_header_t) < end) {
117 memcpy(&retry_timeout, payload + sizeof(serial_header_t), sizeof(retry_timeout));
170 gatekeeper_error_t VerifyRequest::nonErrorDeserialize(const uint8_t *payload, const uint8_t *end) {
182 memcpy(&challenge, payload, sizeof(challenge));
183 payload += sizeof(challenge)
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py 69 Creates an MBIM frame for the payload provided and sends it out to the
74 corresponding to the IP packet or any other payload to be sent.
90 deaggregates the payload from the frame and returns it to the caller.
95 @returns tuple of (nth, ndp, ndp_entries, payload) where,
99 payload - Array of packets where each packet is a byte array.
117 2. We only support IP data payload. This can be overcome by using the DSS
181 Helper function to find the offset to place the next payload
187 @param ntb_divisor: Used for payload alignment within the frame.
188 @param ntb_payload_remainder: Used for payload alignment within the
190 @returns offset to place the next payload at
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method.h 10 #include <pdx/rpc/payload.h>
55 // reply payload.
148 rpc::ServicePayload<ReplyBuffer> payload(message);
149 MakeArgumentEncoder<Signature>(&payload).EncodeReturn(return_value);
151 auto ret = message.WriteAll(payload.Data(), payload.Size());
185 rpc::ServicePayload<ReceiveBuffer> payload(message);
186 payload.Resize(max_capacity);
188 Status<size_t> read_status = message.Read(payload.Data(), payload.Size())
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_ocsp.c 149 pos = hdr.payload;
150 end = hdr.payload + hdr.length;
173 name_hash = hdr.payload;
177 pos = hdr.payload + hdr.length;
200 key_hash = hdr.payload;
203 pos = hdr.payload + hdr.length;
224 serial_number = hdr.payload;
254 hdr.payload, hdr.length);
255 pos = hdr.payload + hdr.length;
262 x509_parse_time(hdr.payload, hdr.length, hdr.tag, &update) < 0)
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.h 125 // Return whether the passed |operation| is allowed by this payload.
128 // Whether this payload version is a delta payload.
135 // The major version of the payload.
138 // The minor version of the payload.
143 // build the requested payload. This includes information about the old and new
144 // image as well as the restrictions applied to the payload (like minor-version
145 // and full/delta payload).
150 // Image information about the new image that's the target of this payload.
154 // if is_full is false, so we are requested a delta payload
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 89 // Payload container names
136 JSONObject payload; local
139 payload = outerMessage.getJSONObject(OUTER_FIELD_PAYLOAD);
141 int status = payload.getInt(OUTER_FIELD_STATUS);
146 int msgIntVal = payload.getInt(OUTER_FIELD_TYPE);
163 return getPairingRequest(payload);
165 return getPairingRequestAck(payload);
167 return getOptionsMessage(payload);
169 return getConfigMessage(payload);
171 return getConfigAckMessage(payload);
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.h 72 InstallPlan::Payload* payload,
79 payload_(payload),
97 // Open the target and source (if delta payload) file descriptors for the
109 // Verifies the downloaded payload against the signed hash included in the
110 // payload, against the update check hash and size using the public key and
115 // but the delta payload doesn't include a signature.
146 // |payload|. On success, returns kMetadataParseSuccess. Returns
149 // the payload.
150 MetadataParseResult ParsePayloadMetadata(const brillo::Blob& payload,
    [all...]
  /external/autotest/scheduler/
rdb_unittest.py 117 payload = {'status': 'Ready'}
119 self.update_manager.add_request(host_id=host_id, payload=payload)
122 [host_id], **payload)
130 self.update_manager.add_request(host_id=host_id, payload=payload_1)
131 self.update_manager.add_request(host_id=host_id, payload=payload_2)
142 self.update_manager.add_request(host_id=host_id, payload=payload_1)
143 self.update_manager.add_request(host_id=host_id, payload=payload_2)
150 """Test same payload for 2 hosts only hits the db once."""
151 payload = {'status': 'Ready'
    [all...]

Completed in 1890 milliseconds

1 2 3 4 5 6 78 91011>>