Searched refs:GetGlobalBuffer (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
H A Dshared_buffer_helpers.cpp51 auto get_result = display_client->GetGlobalBuffer(buffer_key_);
H A Ddisplay_client.cpp207 "DisplayClient::GetGlobalBuffer: Failed to import global buffer: "
226 Status<std::unique_ptr<IonBuffer>> DisplayClient::GetGlobalBuffer( function in class:android::dvr::display::DisplayClient
228 auto status = InvokeRemoteMethod<DisplayProtocol::GetGlobalBuffer>(key);
231 "DisplayClient::GetGlobalBuffer: Failed to get named buffer: key=%d; "
242 "DisplayClient::GetGlobalBuffer: Failed to import global buffer: "
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h79 pdx::Status<std::unique_ptr<IonBuffer>> GetGlobalBuffer(
H A Ddisplay_protocol.h226 PDX_REMOTE_METHOD(GetGlobalBuffer, kOpGetGlobalBuffer,
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api_entries.h100 DVR_V1_API_ENTRY(GetGlobalBuffer); variable
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp157 case DisplayProtocol::GetGlobalBuffer::Opcode:
158 DispatchRemoteMethod<DisplayProtocol::GetGlobalBuffer>(
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp236 auto status = client->GetGlobalBuffer(key);

Completed in 77 milliseconds