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

/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h78 pdx::Status<void> DeleteGlobalBuffer(DvrGlobalBufferKey key);
H A Ddisplay_protocol.h224 PDX_REMOTE_METHOD(DeleteGlobalBuffer, kOpDeleteGlobalBuffer,
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp152 case DisplayProtocol::DeleteGlobalBuffer::Opcode:
153 DispatchRemoteMethod<DisplayProtocol::DeleteGlobalBuffer>(
301 return DeleteGlobalBuffer(key);
382 pdx::Status<void> DisplayService::DeleteGlobalBuffer(DvrGlobalBufferKey key) { function in class:android::dvr::DisplayService
H A Ddisplay_service.h47 pdx::Status<void> DeleteGlobalBuffer(DvrGlobalBufferKey key);
/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp216 pdx::Status<void> DisplayClient::DeleteGlobalBuffer(DvrGlobalBufferKey key) { function in class:android::dvr::display::DisplayClient
217 auto status = InvokeRemoteMethod<DisplayProtocol::DeleteGlobalBuffer>(key);
219 ALOGE("DisplayClient::DeleteGlobalBuffer Failed: %s",
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api_entries.h99 DVR_V1_API_ENTRY(DeleteGlobalBuffer); variable
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp214 auto buffer_status = client->DeleteGlobalBuffer(key);

Completed in 46 milliseconds