Home
last modified time | relevance | path

Searched refs:DISPLAY_DEVICE (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capture_utils.cc23 DISPLAY_DEVICE device; in GetScreenList()
48 DISPLAY_DEVICE device; in IsScreenValid()
65 DISPLAY_DEVICE device; in GetScreenRect()
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
DOptionsMessage.java37 DISPLAY_DEVICE(2); enumConstant
143 if (mProtocolRolePreference == ProtocolRole.DISPLAY_DEVICE) { in getBestConfiguration()
147 role = ProtocolRole.DISPLAY_DEVICE; in getBestConfiguration()
159 role = ProtocolRole.DISPLAY_DEVICE; in getBestConfiguration()
/external/skia/tools/
Dget_current_monitor_profile.cpp30 DISPLAY_DEVICE dd = { sizeof(DISPLAY_DEVICE) }; in main()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
DProtobufWireAdapter.java334 case DISPLAY_DEVICE: in toProto()
403 case DISPLAY_DEVICE: in toProto()
496 … optionsMessage.setProtocolRolePreference(OptionsMessage.ProtocolRole.DISPLAY_DEVICE); in fromProto()
524 role = OptionsMessage.ProtocolRole.DISPLAY_DEVICE; in fromProto()
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingSession.java227 mLocalOptions.setProtocolRolePreference(ProtocolRole.DISPLAY_DEVICE); in PairingSession()
605 return (mSessionConfig.getClientRole() == ProtocolRole.DISPLAY_DEVICE) ? in getLocalRole()
606 ProtocolRole.INPUT_DEVICE : ProtocolRole.DISPLAY_DEVICE; in getLocalRole()
DServerPairingSession.java90 if (getLocalRole() == ProtocolRole.DISPLAY_DEVICE) { in doConfigurationPhase()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc142 DISPLAY_DEVICE device; in GetScreenRect()
/external/ImageMagick/coders/
Dscreenshot.c119 DISPLAY_DEVICE in ReadSCREENSHOTImage()
/external/skia/samplecode/
DSampleApp.cpp1648 DISPLAY_DEVICE dd = { sizeof(DISPLAY_DEVICE) }; in getMonitorColorSpace()