Searched refs:role (Results 151 - 175 of 417) sorted by relevance

1234567891011>>

/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc250 ERole role) {
261 // direction and role.
263 data_flow, role, endpoint_device.Receive());
439 ERole role,
442 ScopedComPtr<IMMDevice> device = CreateDefaultDevice(flow, role);
484 EDataFlow data_flow, ERole role) {
486 ScopedComPtr<IMMDevice> default_device(CreateDefaultDevice(data_flow, role));
492 const std::string& device_id, EDataFlow data_flow, ERole role) {
494 return CreateDefaultClient(data_flow, role);
544 ERole role,
249 CreateDefaultDevice(EDataFlow data_flow, ERole role) argument
438 DeviceIsDefault(EDataFlow flow, ERole role, const std::string& device_id) argument
483 CreateDefaultClient( EDataFlow data_flow, ERole role) argument
491 CreateClient( const std::string& device_id, EDataFlow data_flow, ERole role) argument
542 IsChannelLayoutSupported(const std::string& device_id, EDataFlow data_flow, ERole role, ChannelLayout channel_layout) argument
678 GetPreferredAudioParameters( EDataFlow data_flow, ERole role, AudioParameters* params) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc132 out_update2.nodes[0].role);
136 out_update2.nodes[1].role);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegList.h52 static PassRefPtr<SVGPathSegList> create(SVGPathElement* contextElement, SVGPathSegRole role = PathSegUndefinedRole)
54 return adoptRef(new SVGPathSegList(contextElement, role));
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportproxy.cc60 // Methods to set/get ICE role and tiebreaker values.
61 void PortProxy::SetIceRole(IceRole role) { argument
63 impl_->SetIceRole(role);
H A Dportinterface.h66 // Methods to set/get ICE role and tiebreaker values.
67 virtual void SetIceRole(IceRole role) = 0;
124 // Signaled when Port discovers ice role conflict with the peer.
H A Dportproxy.h54 // Methods to set/get ICE role and tiebreaker values.
55 virtual void SetIceRole(IceRole role);
H A Dtransportchannel.h103 virtual bool GetSslRole(talk_base::SSLRole* role) const = 0;
H A Dp2ptransportchannel.h79 virtual void SetIceRole(IceRole role);
115 virtual bool GetSslRole(talk_base::SSLRole* role) const {
119 virtual bool SetSslRole(talk_base::SSLRole role) { argument
H A Ddtlstransportchannel.cc189 bool DtlsTransportChannelWrapper::SetSslRole(talk_base::SSLRole role) { argument
191 if (ssl_role_ != role) {
198 ssl_role_ = role;
202 bool DtlsTransportChannelWrapper::GetSslRole(talk_base::SSLRole* role) const {
203 *role = ssl_role_;
/external/libselinux/src/
H A Dcontext.c56 * e.g user:role:type to user:role:type:sens1:cata-sens2:catb
187 def_get(role, COMP_ROLE)
195 def_set(role, COMP_ROLE)
/external/libsepol/tests/policies/test-deps/
H A Dsmall-base.conf429 role system_r types sys_foo_t;
432 role user_r types user_t;
435 role sysadm_r types sysadm_t;
438 role system_r types { system_t sys_foo_t };
/external/qemu/distrib/libselinux/src/
H A Dcontext.c56 * e.g user:role:type to user:role:type:sens1:cata-sens2:catb
187 def_get(role, COMP_ROLE)
195 def_set(role, COMP_ROLE)
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_act.c194 /* set role */
195 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_INT;
271 /* set role */
272 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
330 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
401 bta_hf_client_cb.scb.role = BTA_HF_CLIENT_ACP;
H A Dbta_hf_client_sdp.c58 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_ACP)
242 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_INT)
316 if (bta_hf_client_cb.scb.role == BTA_HF_CLIENT_INT)
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h234 tBTA_JV_ROLE role; member in struct:__anon937
246 tBTA_JV_ROLE role; member in struct:__anon938
287 tBTA_JV_ROLE role; member in struct:__anon942
299 tBTA_JV_ROLE role; member in struct:__anon943
H A Dbta_jv_api.c1021 tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu,
1033 p_msg->role = role;
1088 tBTA_JV_STATUS BTA_JvL2capStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role, argument
1101 p_msg->role = role;
1355 tBTA_JV_ROLE role, UINT8 remote_scn, BD_ADDR peer_bd_addr,
1367 p_msg->role = role;
1429 tBTA_JV_ROLE role, UINT
1020 BTA_JvL2capConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role, UINT16 remote_psm, UINT16 rx_mtu, BD_ADDR peer_bd_addr, tBTA_JV_L2CAP_CBACK *p_cback) argument
1354 BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role, UINT8 remote_scn, BD_ADDR peer_bd_addr, tBTA_JV_RFCOMM_CBACK *p_cback, void* user_data) argument
1428 BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role, UINT8 local_scn, UINT8 max_session, tBTA_JV_RFCOMM_CBACK *p_cback, void* user_data) argument
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc101 state->role = ui::AX_ROLE_BUTTON;
/external/chromium_org/chrome/renderer/resources/extensions/automation/
H A Dautomation_node.js27 role: '',
131 ' role=' + this.role +
211 'role': '',
292 if (nodeData.role == 'rootWebArea' || nodeData.role == 'desktop') {
388 'role',
/external/chromium_org/content/common/
H A Daccessibility_messages.h37 IPC_STRUCT_TRAITS_MEMBER(role)
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.cc132 TunnelSessionRole role) {
133 return new SecureTunnelSession(this, session, stream_thread, role);
312 talk_base::Thread* stream_thread, TunnelSessionRole role)
314 role_(role) {
130 MakeTunnelSession( Session* session, talk_base::Thread* stream_thread, TunnelSessionRole role) argument
310 SecureTunnelSession( SecureTunnelSessionClient* client, Session* session, talk_base::Thread* stream_thread, TunnelSessionRole role) argument
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h113 // Retrieves information describing the role of the specified object.
114 STDMETHODIMP get_accRole(VARIANT var_id, VARIANT* role);
142 STDMETHODIMP role(LONG* role);
359 // to an MSAA role.
360 static int32 MSAARole(ui::AXRole role);
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_manager_client.cc73 if (options.role != SYMMETRIC) {
77 if (options.role == CLIENT)
80 else if (options.role == SERVER)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc19 // Map role value to string, matching Safari/Mac platform implementation to
21 std::string RoleToString(blink::WebAXRole role) argument
24 switch (role) {
264 if (object.role() == blink::WebAXRoleColorWell) {
276 std::string role_string = RoleToString(object.role());
279 // this as essentially a separate role that it can map differently depending
281 if (object.role() == blink::WebAXRoleCanvas &&
318 DCHECK_EQ(object.role(), blink::WebAXRoleStaticText);
322 DCHECK_EQ(inline_text_box.role(), blink::WebAXRoleInlineTextBox);
400 DCHECK_EQ(inline_text_box.role(), blin
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_tree.cc49 root.role = AX_ROLE_ROOT_WEB_AREA;
161 if (src.role != AX_ROLE_ROOT_WEB_AREA) {
191 if (src.role == AX_ROLE_ROOT_WEB_AREA &&
/external/checkpolicy/test/
H A Ddismod.c416 char *user, *role, *type; local
421 role = p->p_role_val_to_name[cur->context[0].role - 1];
424 cur->u.name, cur->sid[0], user, role, type);
430 role = p->p_role_val_to_name[cur->context[0].role - 1];
433 cur->u.name, cur->sid[0], user, role, type);
464 fprintf(fp, "role transition ");
477 fprintf(fp, "role allow ");
499 role_datum_t *role; local
[all...]

Completed in 779 milliseconds

1234567891011>>