Home
last modified time | relevance | path

Searched defs:GetConfiguration (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/core/
Dconfiguration.h18 MOJO_SYSTEM_IMPL_EXPORT inline const Configuration& GetConfiguration() { in GetConfiguration() function
/external/webrtc/api/test/
Ddummy_peer_connection.h177 PeerConnectionInterface::RTCConfiguration GetConfiguration() override { in GetConfiguration() function
/external/webrtc/pc/test/
Dfake_peer_connection_base.h173 RTCConfiguration GetConfiguration() override { return RTCConfiguration(); } in GetConfiguration() function
/external/crosvm/usb_util/src/
Dtypes.rs255 GetConfiguration = 0x08, enumerator
/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/webrtc/pc/
Dpeer_connection.cc3860 PeerConnectionInterface::RTCConfiguration PeerConnection::GetConfiguration() { in GetConfiguration() function in webrtc::PeerConnection