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

/frameworks/native/services/displayservice/include/displayservice/
H A DDisplayService.h32 struct DisplayService : public IDisplayService { struct in namespace:android::frameworks::displayservice::V1_0::implementation
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.h24 // DisplayService implements the display service component of VrFlinger.
25 class DisplayService : public pdx::ServiceBase<DisplayService> { class in namespace:android::dvr
82 DisplayService(android::Hwc2::Composer* hidl,
118 DisplayService(const DisplayService&) = delete;
119 void operator=(const DisplayService&) = delete;
H A Ddisplay_service.cpp24 DisplayService::DisplayService(Hwc2::Composer* hidl, function in class:android::dvr::DisplayService
26 : BASE("DisplayService",
33 bool DisplayService::IsInitialized() const {
37 std::string DisplayService::DumpState(size_t /*max_length*/) {
41 void DisplayService::OnChannelClose(pdx::Message& message,
55 Status<void> DisplayService::HandleMessage(pdx::Message& message) {
56 ALOGD_IF(TRACE, "DisplayService::HandleMessage: opcode=%d", message.GetOp());
60 *this, &DisplayService::OnGetMetrics, message);
65 *this, &DisplayService
[all...]

Completed in 655 milliseconds