OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disable_effects
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer.cc
29
ScreenCapturer* ScreenCapturer::CreateWithDisableAero(bool
disable_effects
) {
31
options.set_disable_effects(
disable_effects
);
desktop_capture_options.h
74
bool
disable_effects
() const { return disable_effects_; }
function in class:webrtc::DesktopCaptureOptions
75
void set_disable_effects(bool
disable_effects
) {
76
disable_effects_ =
disable_effects
;
/frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java
160
case TYPE_DISABLE_EFFECTS: return "
disable_effects
";
189
case NotificationListenerService.HINT_HOST_DISABLE_EFFECTS : return "
disable_effects
";
/external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc
47
if (options.
disable_effects
()) {
Completed in 129 milliseconds