Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_client.h66 int GetBlobReadOnlyPointer(size_t size, void** addr);
/frameworks/native/libs/vr/libvrsensor/
Dpose_client.cpp231 int ret = buffer->GetBlobReadOnlyPointer(size, &addr); in GetControllerRingBuffer()
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_client.cpp234 int BufferHubBuffer::GetBlobReadOnlyPointer(size_t size, void** addr) { in GetBlobReadOnlyPointer() function in android::dvr::BufferHubBuffer