Home
last modified time | relevance | path

Searched defs:display_enabled (Results 1 – 14 of 14) sorted by relevance

/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Unit/
H A DViewExecutableTest.php467 public function testAttachDisplays($display_enabled, $access_granted, $expected_to_be_attached) {
713 public function testExecuteReturn($display_enabled, $expected_result) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Unit/
H A DViewExecutableTest.php676 public function testExecuteReturn($display_enabled, $expected_result) {
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dlinphonec.c146 static bool_t display_enabled=FALSE; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h357 bool display_enabled; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h357 bool display_enabled; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi.h357 bool display_enabled; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h380 bool display_enabled; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h380 bool display_enabled; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h380 bool display_enabled; member
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_pvr.cc122 int display_enabled; member
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCoreImpl.java111 private native void enableVideo(long nativePtr,boolean vcap_enabled,boolean display_enabled); in enableVideo()
539 public synchronized void enableVideo(boolean vcap_enabled, boolean display_enabled) { in enableVideo()
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCore.java1197 void enableVideo(boolean vcap_enabled, boolean display_enabled); in enableVideo()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore.c4927 void linphone_core_enable_video(LinphoneCore *lc, bool_t vcap_enabled, bool_t display_enabled) {
H A Dlinphonecore_jni.cc2532 ,jboolean display_enabled) { in Java_org_linphone_core_LinphoneCoreImpl_enableVideo()