Lines Matching refs:DisplayService
42 DisplayService::DisplayService(Hwc2::Composer* hidl, in DisplayService() function in android::dvr::DisplayService
51 bool DisplayService::IsInitialized() const { in IsInitialized()
55 std::string DisplayService::DumpState(size_t /*max_length*/) { in DumpState()
117 void DisplayService::OnChannelClose(pdx::Message& message, in OnChannelClose()
129 Status<void> DisplayService::HandleMessage(pdx::Message& message) { in HandleMessage()
136 *this, &DisplayService::OnGetMetrics, message); in HandleMessage()
141 *this, &DisplayService::OnGetConfigurationData, message); in HandleMessage()
146 *this, &DisplayService::OnGetDisplayIdentificationPort, message); in HandleMessage()
151 *this, &DisplayService::OnCreateSurface, message); in HandleMessage()
156 *this, &DisplayService::OnSetupGlobalBuffer, message); in HandleMessage()
161 *this, &DisplayService::OnDeleteGlobalBuffer, message); in HandleMessage()
166 *this, &DisplayService::OnGetGlobalBuffer, message); in HandleMessage()
171 *this, &DisplayService::IsVrAppRunning, message); in HandleMessage()
185 Status<display::Metrics> DisplayService::OnGetMetrics( in OnGetMetrics()
201 pdx::Status<std::string> DisplayService::OnGetConfigurationData( in OnGetConfigurationData()
239 pdx::Status<uint8_t> DisplayService::OnGetDisplayIdentificationPort( in OnGetDisplayIdentificationPort()
246 Status<display::SurfaceInfo> DisplayService::OnCreateSurface( in OnCreateSurface()
283 void DisplayService::SurfaceUpdated(SurfaceType surface_type, in SurfaceUpdated()
295 pdx::Status<BorrowedNativeBufferHandle> DisplayService::OnSetupGlobalBuffer( in OnSetupGlobalBuffer()
310 pdx::Status<void> DisplayService::OnDeleteGlobalBuffer(pdx::Message& message, in OnDeleteGlobalBuffer()
325 pdx::Status<BorrowedNativeBufferHandle> DisplayService::OnGetGlobalBuffer( in OnGetGlobalBuffer()
337 Status<void> DisplayService::HandleSurfaceMessage(pdx::Message& message) { in HandleSurfaceMessage()
348 std::shared_ptr<DisplaySurface> DisplayService::GetDisplaySurface( in GetDisplaySurface()
354 DisplayService::GetDisplaySurfaces() const { in GetDisplaySurfaces()
359 DisplayService::GetVisibleDisplaySurfaces() const { in GetVisibleDisplaySurfaces()
375 void DisplayService::UpdateActiveDisplaySurfaces() { in UpdateActiveDisplaySurfaces()
383 pdx::Status<BorrowedNativeBufferHandle> DisplayService::SetupGlobalBuffer( in SetupGlobalBuffer()
403 pdx::Status<void> DisplayService::DeleteGlobalBuffer(DvrGlobalBufferKey key) { in DeleteGlobalBuffer()
414 void DisplayService::SetDisplayConfigurationUpdateNotifier( in SetDisplayConfigurationUpdateNotifier()
419 void DisplayService::NotifyDisplayConfigurationUpdate() { in NotifyDisplayConfigurationUpdate()
424 Status<bool> DisplayService::IsVrAppRunning(pdx::Message& /*message*/) { in IsVrAppRunning()