Home
last modified time | relevance | path

Searched refs:addDisplay (Results 1 – 21 of 21) sorted by relevance

/device/google/shusky/powerstats/husky/
Dservice.cpp34 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
85 addDisplay(p); in main()
/device/google/shusky/powerstats/shiba/
Dservice.cpp34 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
66 addDisplay(p); in main()
/device/google/raviole/powerstats/whitefin/
Dservice.cpp34 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
69 addDisplay(p); in main()
/device/google/shusky/powerstats/ripcurrent/
Dservice.cpp34 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
66 addDisplay(p); in main()
/device/google/pantah/powerstats/cloudripper/
Dservice.cpp34 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
68 addDisplay(p); in main()
/device/google/bluejay/powerstats/bluejay/
Dservice.cpp35 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
68 addDisplay(p); in main()
/device/google/raviole/powerstats/slider/
Dservice.cpp35 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
72 addDisplay(p); in main()
/device/google/pantah/powerstats/ravenclaw/
Dservice.cpp35 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
75 addDisplay(p); in main()
/device/google/pantah/powerstats/panther/
Dservice.cpp35 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
71 addDisplay(p); in main()
/device/google/raviole/powerstats/oriole/
Dservice.cpp42 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
89 addDisplay(p); in main()
/device/google/lynx/powerstats/
Dservice.cpp37 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
105 addDisplay(p); in main()
/device/google/pantah/powerstats/cheetah/
Dservice.cpp37 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
120 addDisplay(p); in main()
/device/google/raviole/powerstats/raven/
Dservice.cpp44 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
131 addDisplay(p); in main()
/device/google/tangorpro/powerstats/
Dservice.cpp38 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
135 addDisplay(p); in main()
/device/google/felix/powerstats/felix/
Dservice.cpp39 void addDisplay(std::shared_ptr<PowerStats> p) { in addDisplay() function
168 addDisplay(p); in main()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglGlobalInfo.h53 EglDisplay* addDisplay(EGLNativeDisplayType dpy,
DEglGlobalInfo.cpp92 EglDisplay* EglGlobalInfo::addDisplay(EGLNativeDisplayType dpy, in addDisplay() function in EglGlobalInfo
DEglImp.cpp289 dpy = g_eglInfo->addDisplay(display_id,internalDisplay); in eglGetDisplay()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js133 addDisplay(display_id, width, height) { method in DeviceDisplaysMessage
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js125 addDisplay(display_id, width, height) {} method in EmptyDeviceDisplaysMessage
614 deviceDisplaysMessage.addDisplay(
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java321 public void addDisplay(int width, int height) throws FileNotFoundException { in addDisplay() method in CuttlefishDisplayHotplugTest