/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.cpp | 271 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/ |
D | Region.cpp | 538 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/ |
D | consumer_queue_channel.cpp | 16 const std::shared_ptr<Channel>& producer, bool silent) in ConsumerQueueChannel() argument 20 silent_(silent) { in ConsumerQueueChannel()
|
D | producer_queue_channel.cpp | 103 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/ |
D | consumer_queue_channel.h | 20 const std::shared_ptr<Channel>& producer, bool silent);
|
D | producer_queue_channel.h | 28 pdx::Message& message, bool silent);
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 47 …`` | | Sets the icon in the volume slot (```silent```, ```vibrate```,… 93 Show the silent volume icon 97 silent
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 113 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/ |
D | buffer_hub_queue_client.h | 68 bool silent = false); 73 bool silent = false);
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 202 // 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/ |
D | BridgeInflater.java | 404 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/ |
D | Region.h | 174 const char* name, bool silent = false);
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Region.h | 174 const char* name, bool silent = false);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfo.java | 379 View silent = findViewById(R.id.silence); in bindInlineControls() local 381 silent.setOnClickListener(mOnSilent); in bindInlineControls()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 234 // "stay silent" was clicked.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23228 field public static final java.lang.String VALUE_RINGTONE_SILENT = "silent";
|
/frameworks/base/api/ |
D | current.txt | 36504 field public static final String VALUE_RINGTONE_SILENT = "silent";
|