Searched refs:fds_count (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_client.cpp104 void BufferHubBuffer::GetBlobFds(int* fds, size_t* fds_count, argument
107 *fds_count = std::min(max_fds_count, numFds);
108 std::copy(native_handle()->data, native_handle()->data + *fds_count, fds); local
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h65 // memory. |fds_count| will contain the actual number of file descriptors.
66 void GetBlobFds(int* fds, size_t* fds_count, size_t max_fds_count) const;

Completed in 64 milliseconds