Home
last modified time | relevance | path

Searched refs:GetConfiguration (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/core/
Dconfiguration.h18 MOJO_SYSTEM_IMPL_EXPORT inline const Configuration& GetConfiguration() { in GetConfiguration() function
Dnode_controller.cc206 DCHECK(!GetConfiguration().is_broker_process); in AcceptBrokerClientInvitation()
298 if (!GetConfiguration().force_direct_shared_memory_allocation && broker_) in CreateSharedBuffer()
456 if (GetConfiguration().is_broker_process) in GetBrokerChannel()
582 if (!GetConfiguration().is_broker_process && broker) { in SendPeerEvent()
596 if (!GetConfiguration().is_broker_process) { in SendPeerEvent()
883 DCHECK(!GetConfiguration().is_broker_process); in OnAcceptBrokerClient()
Dshared_buffer_dispatcher.cc88 if (num_bytes > GetConfiguration().max_shared_memory_num_bytes) in Create()
Dnode_channel.cc721 CHECK(message->data_num_bytes() < GetConfiguration().max_message_num_bytes); in WriteChannelMessage()
Dchannel.cc639 const size_t kMaxMessageSize = GetConfiguration().max_message_num_bytes; in OnReadComplete()
Dcore.cc943 if (mapping_table_.size() >= GetConfiguration().max_mapping_table_size) in MapBuffer()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java145 final ResTable_config GetConfiguration() { return configuration_; } in GetConfiguration() method in CppAssetManager2
/external/libusb/libusb/os/
Ddarwin_usb.c694 (*darwin_device)->GetConfiguration (darwin_device, &dev->active_config); in darwin_check_configuration()