Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h128 Status<void> WriteVectorAll(const iovec* vector, size_t vector_length);
153 inline Status<void> WriteVectorAll(const iovec (&vector)[N]) { in WriteVectorAll() function
154 return WriteVectorAll(vector, N); in WriteVectorAll()
/frameworks/native/libs/vr/libpdx/fuzz/
Dmessage_fuzzer.cpp167 message.WriteVectorAll(vector, num_vecs); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/vr/libpdx/
Dservice.cpp125 Status<void> Message::WriteVectorAll(const struct iovec* vector, in WriteVectorAll() function in android::pdx::Message