Home
last modified time | relevance | path

Searched defs:silent (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dconsumer_queue_channel.cpp16 const std::shared_ptr<Channel>& producer, bool silent) in ConsumerQueueChannel()
Dproducer_queue_channel.cpp103 Message& message, bool silent) { in OnCreateConsumerQueue()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp113 bool silent) { in CreateConsumerQueueHandle()
127 BufferHubQueue::CreateConsumerQueueParcelable(bool silent) { in CreateConsumerQueueParcelable()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp291 bool silent = (options.OutputMode() == REDIRECT_TO_STDERR || in RunCommandToFd() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java280 View silent = findViewById(R.id.silence); in bindInlineControls() local
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java403 private View loadCustomView(String name, AttributeSet attrs, boolean silent) throws Exception { in loadCustomView()
/frameworks/native/libs/ui/
DRegion.cpp566 bool Region::validate(const Region& reg, const char* name, bool silent) in validate()