Searched defs:DisplayManagerService (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.h13 class DisplayManagerService;
20 DisplayManager(DisplayManagerService* service, int channel_id)
35 DisplayManagerService* service_;
41 class DisplayManagerService : public pdx::ServiceBase<DisplayManagerService> { class in namespace:android::dvr
51 explicit DisplayManagerService(
67 DisplayManagerService(const DisplayManagerService&) = delete;
68 void operator=(const DisplayManagerService&) = delete;
H A Ddisplay_manager_service.cpp34 DisplayManagerService::DisplayManagerService( function in class:android::dvr::DisplayManagerService
36 : BASE("DisplayManagerService",
40 std::bind(&DisplayManagerService::OnDisplaySurfaceChange, this));
43 std::shared_ptr<pdx::Channel> DisplayManagerService::OnChannelOpen(
60 void DisplayManagerService::OnChannelClose(
67 pdx::Status<void> DisplayManagerService::HandleMessage(pdx::Message& message) {
73 *this, &DisplayManagerService::OnGetSurfaceState, message);
78 *this, &DisplayManagerService::OnGetSurfaceQueue, message);
83 *this, &DisplayManagerService
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java84 * The {@link DisplayManagerService} manages the global lifecycle of displays,
116 * type {@link DisplayManagerService.SyncRoot}. Methods that require this lock are
124 public final class DisplayManagerService extends SystemService { class in inherits:SystemService
125 private static final String TAG = "DisplayManagerService";
251 public DisplayManagerService(Context context) { method in class:DisplayManagerService
256 DisplayManagerService(Context context, Injector injector) { method in class:DisplayManagerService
1209 * We make it an inner class within the {@link DisplayManagerService} to so that it is

Completed in 673 milliseconds