Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h118 Status<void> ReadVectorAll(const iovec* vector, size_t vector_length);
139 inline Status<void> ReadVectorAll(const iovec (&vector)[N]) { in ReadVectorAll() function
140 return ReadVectorAll(vector, N); in ReadVectorAll()
/frameworks/native/libs/vr/libpdx/
Dservice.cpp86 Status<void> Message::ReadVectorAll(const struct iovec* vector, in ReadVectorAll() function in android::pdx::Message