Lines Matching defs:blob
401 hidl_vec<uint8_t> blob;
405 _hidl_cb(ErrorCode::INVALID_ARGUMENT, blob, characteristics);
413 blob.setToExternal(
415 const_cast<char*>(response.blob().blob().data())),
416 response.blob().blob().size(), false);
423 blob, characteristics);
476 hidl_vec<uint8_t> blob;
477 blob.setToExternal(
479 const_cast<char*>(response.blob().blob().data())),
480 response.blob().blob().size(), false);
494 _hidl_cb(ErrorCode::OK, blob, characteristics);
607 hidl_vec<uint8_t> blob;
610 _hidl_cb(ErrorCode::INVALID_ARGUMENT, blob);
616 blob.setToExternal(
618 const_cast<char*>(response.blob().blob().data())),
619 response.blob().blob().size(), false);
621 _hidl_cb(translate_error_code(response.error_code()), blob);
935 hidl_vec<uint8_t> blob;
936 blob.setToExternal(
938 const_cast<char*>(response.blob().blob().data())),
939 response.blob().blob().size(), false);
955 _hidl_cb(ErrorCode::OK, blob, characteristics);