Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 1 of 1) sorted by relevance

/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp123 wv_ipc_header hdr = { in Bind() local
133 .iov_base = &hdr, in Bind()
134 .iov_len = sizeof(hdr), in Bind()
154 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Bind()
158 rc = read(chan, &hdr, sizeof(hdr)); in Bind()
159 if (rc != static_cast<int>(sizeof(hdr))) { in Bind()
168 wv_ipc_header hdr = { in Msg() local
176 .iov_base = &hdr, in Msg()
177 .iov_len = sizeof(hdr), in Msg()
190 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Msg()
[all …]