Home
last modified time | relevance | path

Searched refs:GetDisplayIdentificationPort (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp181 Status<uint8_t> DisplayClient::GetDisplayIdentificationPort() { in GetDisplayIdentificationPort() function in android::dvr::display::DisplayClient
182 return InvokeRemoteMethod<DisplayProtocol::GetDisplayIdentificationPort>(); in GetDisplayIdentificationPort()
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h75 pdx::Status<uint8_t> GetDisplayIdentificationPort();
H A Ddisplay_protocol.h225 PDX_REMOTE_METHOD(GetDisplayIdentificationPort,
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp144 case DisplayProtocol::GetDisplayIdentificationPort::Opcode: in HandleMessage()
145 DispatchRemoteMethod<DisplayProtocol::GetDisplayIdentificationPort>( in HandleMessage()
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp1122 display_client->GetDisplayIdentificationPort(); in getDisplayIdentificationData()