Searched refs:Enable (Results 1 – 25 of 39) sorted by relevance
12
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | protobuf-options.cmake | 2 option(protobuf_VERBOSE "Enable for verbose output" OFF)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | config.m4 | 3 PHP_ARG_ENABLE(protobuf, whether to enable Protobuf extension, [ --enable-protobuf Enable Protob…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/ |
D | ac_system_extensions.m4 | 14 [/* Enable extensions on Solaris. */
|
/frameworks/base/core/proto/android/server/location/ |
D | enums.proto | 110 // Enable LTE Positioning Protocol user plane. 112 // Enable LTE Positioning Protocol Control plane.
|
/frameworks/opt/net/wifi/service/ |
D | wifi-events.rc | 28 # Enable cfg80211 events for connection and key management events. 41 # Enable datapath events for Wifi.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message.h | 354 template<typename T, typename Enable = void> 357 template<typename T, typename Enable = void> 931 template<typename T, typename Enable> 933 template<typename T, typename Enable>
|
D | reflection.h | 47 template<typename T, typename Enable = void>
|
/frameworks/av/media/img_utils/ |
D | Android.bp | 51 // Enable assert() in eng builds
|
/frameworks/minikin/libs/minikin/ |
D | Android.bp | 66 // Enable assertion on eng and userdebug build.
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 94 def W : Joined<["-"], "W">, HelpText<"Enable the specified warning">; 134 HelpText<"Enable debug output">;
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | IEventQueue.hal | 25 * Enable the selected sensor with a specified sampling period and
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.h | 62 void GrantDisplayOwnership() { hardware_composer_.Enable(); } in GrantDisplayOwnership()
|
D | hwc_types.h | 271 Enable = HWC2_VSYNC_ENABLE,
|
D | hardware_composer.h | 316 void Enable();
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 59 HelpText<"Enable use of DT_RUNPATH and DT_FLAGS">; 73 HelpText<"Enable garbage collection of unused input sections">; 492 HelpText<"Enable fix for cortex a53 erratum 835769">; 496 HelpText<"Enable fix for cortex a53 erratum 843419">;
|
/frameworks/base/core/proto/android/bluetooth/ |
D | enums.proto | 31 // Bluetooth Adapter Enable and Disable Reasons
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | configure.ac | 121 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) 172 # Enable ObjC support for conformance directory on OS X.
|
/frameworks/av/media/libeffects/preprocessing/ |
D | PreProcessing.cpp | 403 agc->Enable(true); in AgcEnable() 410 agc->Enable(false); in AgcDisable() 505 aec->Enable(true); in AecEnable() 512 aec->Enable(false); in AecDisable() 640 ns->Enable(true); in NsEnable() 653 ns->Enable(false); in NsDisable()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 24 2. Enable the Window Orientation Listener debugging data log.
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 188 // ACTION: Enable Device Admin app 248 // ACTION: Allow "Enable picture-in-picture" for an app 257 // ACTION: Deny "Enable picture-in-picture" for an app 299 // ACTION: Settings > App detail > Enable app 1565 // OPEN: Settings > Acessibility > Enable accessiblity service dialog 1594 // OPEN: Settings > User > Enable calling dialog 1597 // OPEN: Settings > User > Enable calling and sms dialog 1873 // OPEN: Settings > Developer options > Enable > Info dialog
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 603 GlobalSettingsProto.Enable.ACCESSIBILITY_GLOBAL_GESTURE_ENABLED); in dumpProtoGlobalSettingsLocked() 606 GlobalSettingsProto.Enable.GPU_DEBUG_LAYERS); in dumpProtoGlobalSettingsLocked() 609 GlobalSettingsProto.Enable.EPHEMERAL_FEATURE); in dumpProtoGlobalSettingsLocked() 612 GlobalSettingsProto.Enable.CELLULAR_ON_BOOT); in dumpProtoGlobalSettingsLocked() 615 GlobalSettingsProto.Enable.DISKSTATS_LOGGING); in dumpProtoGlobalSettingsLocked() 618 GlobalSettingsProto.Enable.CACHE_QUOTA_CALCULATION); in dumpProtoGlobalSettingsLocked() 621 GlobalSettingsProto.Enable.DELETION_HELPER_NO_THRESHOLD_TOGGLE); in dumpProtoGlobalSettingsLocked() 624 GlobalSettingsProto.Enable.GNSS_RAW_MEAS_FULL_TRACKING); in dumpProtoGlobalSettingsLocked()
|
/frameworks/base/cmds/statsd/ |
D | Android.bp | 174 // Enable sanitizer ONLY on eng builds
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 68 # Enable layers
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 387 ATRACE_INT(tag.c_str(), enabled == HWC2::Vsync::Enable ? 1 : 0); in setVsyncEnabled()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1476 // ACTION: Settings > System UI Tuner > Status bar > Enable icon 1488 // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode 2768 // OPEN: Settings > Acessibility > Enable accessiblity service dialog 2795 // OPEN: Settings > User > Enable calling dialog 2798 // OPEN: Settings > User > Enable calling and sms dialog 3556 // ACTION: Enable Device Admin app 3683 // ACTION: Allow "Enable picture-in-picture" for an app 3686 // ACTION: Deny "Enable picture-in-picture" for an app 3928 // ACTION: Settings > App detail > Enable app 5004 // OPEN: Settings > Developer options > Enable > Info dialog
|
12