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

/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java37 VirtualDisplay(DisplayManagerGlobal global, Display display, IBinder token) { argument
38 mGlobal = global;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp39 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) argument
41 m_GlobalNum(global),
66 "Consumed too many global GOT entries");
115 // These entries correspond to the global symbols in all
120 // for all global entries of secondary GOTs.
/frameworks/base/core/java/android/view/
H A DDisplay.java214 public Display(DisplayManagerGlobal global, argument
217 mGlobal = global;

Completed in 752 milliseconds