Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h127 Status<void> ReadVectorAll(const iovec* vector, size_t vector_length);
148 inline Status<void> ReadVectorAll(const iovec (&vector)[N]) { in ReadVectorAll() function
149 return ReadVectorAll(vector, N); in ReadVectorAll()
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dmessage_fuzzer.cpp166 message.ReadVectorAll(vector, num_vecs); in LLVMFuzzerTestOneInput()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp86 Status<void> Message::ReadVectorAll(const struct iovec* vector, in ReadVectorAll() function in android::pdx::Message