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

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.h68 virtual pdx::Status<pdx::LocalChannelHandle> OnCreateQueue(
131 pdx::Status<pdx::LocalChannelHandle> OnCreateQueue(
156 pdx::Status<pdx::LocalChannelHandle> OnCreateQueue(
H A Ddisplay_surface.cpp59 *this, &DisplaySurface::OnCreateQueue, message);
201 Status<LocalChannelHandle> ApplicationDisplaySurface::OnCreateQueue( function in class:android::ApplicationDisplaySurface
203 ATRACE_NAME("ApplicationDisplaySurface::OnCreateQueue");
205 "ApplicationDisplaySurface::OnCreateQueue: surface_id=%d, "
213 "ApplicationDisplaySurface::OnCreateQueue: Failed to create producer "
223 "ApplicationDisplaySurface::OnCreateQueue: Failed to register consumer "
261 Status<LocalChannelHandle> DirectDisplaySurface::OnCreateQueue( function in class:android::DirectDisplaySurface
263 ATRACE_NAME("DirectDisplaySurface::OnCreateQueue");
266 "DirectDisplaySurface::OnCreateQueue: surface_id=%d meta_size_bytes=%zu",
274 "DirectDisplaySurface::OnCreateQueue
[all...]

Completed in 28 milliseconds