Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp271 bool silent = (options.OutputMode() == REDIRECT_TO_STDERR); in RunCommandToFd() local
292 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno)); in RunCommandToFd()
300 if (!silent) { in RunCommandToFd()
308 if (silent) { in RunCommandToFd()
343 if (!silent) in RunCommandToFd()
349 if (!silent) in RunCommandToFd()
359 if (!silent) in RunCommandToFd()
369 if (!silent) in RunCommandToFd()
374 if (!silent) dprintf(fd, "*** command '%s' failed: exit code %d\n", command, status); in RunCommandToFd()
/frameworks/native/libs/ui/
DRegion.cpp538 bool Region::validate(const Region& reg, const char* name, bool silent) in validate() argument
541 ALOGE_IF(!silent, "%s: mStorage is empty, which is never valid", name); in validate()
556 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name); in validate()
561 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
565 ALOGE_IF(!silent, "%s: rect->right > max_value", name); in validate()
574 ALOGE_IF(!silent, "%s: region's Rects not sorted", name); in validate()
579 ALOGE_IF(!silent, "%s: invalid span %p", name, cur); in validate()
582 ALOGE_IF(!silent, in validate()
588 ALOGE_IF(!silent, in validate()
599 ALOGE_IF(!silent, in validate()
[all …]
/frameworks/native/services/vr/bufferhubd/
Dconsumer_queue_channel.cpp16 const std::shared_ptr<Channel>& producer, bool silent) in ConsumerQueueChannel() argument
20 silent_(silent) { in ConsumerQueueChannel()
Dproducer_queue_channel.cpp103 Message& message, bool silent) { in OnCreateConsumerQueue() argument
108 channel_id(), silent); in OnCreateConsumerQueue()
121 service(), buffer_id(), channel_id, shared_from_this(), silent); in OnCreateConsumerQueue()
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dconsumer_queue_channel.h20 const std::shared_ptr<Channel>& producer, bool silent);
Dproducer_queue_channel.h28 pdx::Message& message, bool silent);
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md47 …`` | | Sets the icon in the volume slot (```silent```, ```vibrate```,…
93 Show the silent volume icon
97 silent
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp113 bool silent) { in CreateConsumerQueueHandle() argument
114 auto status = InvokeRemoteMethod<BufferHubRPC::CreateConsumerQueue>(silent); in CreateConsumerQueueHandle()
127 BufferHubQueue::CreateConsumerQueueParcelable(bool silent) { in CreateConsumerQueueParcelable() argument
128 auto status = CreateConsumerQueueHandle(silent); in CreateConsumerQueueParcelable()
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h68 bool silent = false);
73 bool silent = false);
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto202 // Whether silent mode should allow vibration feedback. This is used
204 // decoupling of vibrate and silent modes. This setting will likely be
208 // silent or vibrate mode. Kept for use by legacy database upgrade code in
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java404 private View loadCustomView(String name, AttributeSet attrs, boolean silent) throws Exception { in loadCustomView() argument
416 Object customView = silent ? in loadCustomView()
/frameworks/native/libs/ui/include/ui/
DRegion.h174 const char* name, bool silent = false);
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h174 const char* name, bool silent = false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java379 View silent = findViewById(R.id.silence); in bindInlineControls() local
381 silent.setOnClickListener(mOnSilent); in bindInlineControls()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto234 // "stay silent" was clicked.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23228 field public static final java.lang.String VALUE_RINGTONE_SILENT = "silent";
/frameworks/base/api/
Dcurrent.txt36504 field public static final String VALUE_RINGTONE_SILENT = "silent";