Searched refs:GetSurfaceState (Results 1 – 4 of 4) sorted by relevance
23 DisplayManagerClient::GetSurfaceState() { in GetSurfaceState() function in android::dvr::display::DisplayManagerClient24 auto status = InvokeRemoteMethod<DisplayManagerProtocol::GetSurfaceState>(); in GetSurfaceState()
23 pdx::Status<std::vector<SurfaceState>> GetSurfaceState();
260 PDX_REMOTE_METHOD(GetSurfaceState, kOpGetSurfaceState,
138 auto status = client->client->GetSurfaceState(); in dvrDisplayManagerGetSurfaceState()