Lines Matching full:payload
266 * don't need to provide payload size prior to payload when we're writing to
289 /* The way the service replies to a query, it sends payload size first, and
290 * then it sends the payload itself. Note that payload size is sent as a
291 * string, containing 8 characters representing a hexadecimal payload size
297 ALOGE("%s: Unable to obtain payload size: %s",
302 /* Convert payload size. */
307 ALOGE("%s: Invalid payload size '%s'", __FUNCTION__, payload_size_str);
311 /* Allocate payload data buffer, and read the payload there. */
314 ALOGE("%s: Unable to allocate %d bytes payload buffer",
323 ALOGE("%s: Read size %d doesnt match expected payload size %d: %s",