Searched defs:interface (Results 76 - 100 of 171) sorted by relevance

1234567

/external/chromium_org/chromeos/dbus/
H A Dgsm_sms_client.cc110 void OnSignalConnected(const std::string& interface, argument
113 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " " <<
H A Dmodem_messaging_client.cc117 void OnSignalConnected(const std::string& interface, argument
120 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " "
H A Dshill_client_helper.cc259 // because the interface is not "org.freedesktop.DBus.Properties".
487 void ShillClientHelper::OnSignalConnected(const std::string& interface, argument
490 LOG_IF(ERROR, !success) << "Connect to " << interface << " " << signal
/external/chromium_org/dbus/
H A Ddbus_statistics.cc20 // Used to store dbus statistics sorted alphabetically by service, interface,
24 const std::string& interface,
27 interface(interface),
34 std::string interface; member in struct:dbus::__anon7967::Stat
43 if (interface != other.interface)
44 return interface < other.interface;
81 // Add a call to |method| for |interface|
23 Stat(const std::string& service, const std::string& interface, const std::string& method) argument
82 AddStat(const std::string& service, const std::string& interface, const std::string& method, StatType type) argument
105 GetStat(const std::string& service, const std::string& interface, const std::string& method, bool add_stat) argument
150 AddSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
159 AddReceivedSignal(const std::string& service, const std::string& interface, const std::string& method) argument
168 AddBlockingSentMethodCall(const std::string& service, const std::string& interface, const std::string& method) argument
263 GetCalls(const std::string& service, const std::string& interface, const std::string& method, int* sent, int* received, int* blocking) argument
[all...]
H A Dexported_object.cc188 const std::string interface = method_call->GetInterface(); local
191 if (interface.empty()) {
192 // We don't support method calls without interface.
199 interface, member);
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.cc370 void OnSignalConnected(const std::string& interface, argument
373 LOG_IF(ERROR, !succeeded) << "Connect to " << interface << " "
/external/chromium_org/device/usb/
H A Dusb_device_impl.cc271 &platform_config->interface[i];
275 UsbInterfaceDescriptor interface; local
277 interface.interface_number = platform_alt_setting->bInterfaceNumber;
278 interface.alternate_setting = platform_alt_setting->bAlternateSetting;
279 interface.interface_class = platform_alt_setting->bInterfaceClass;
280 interface.interface_subclass = platform_alt_setting->bInterfaceSubClass;
281 interface.interface_protocol = platform_alt_setting->bInterfaceProtocol;
300 interface.endpoints.push_back(endpoint);
303 interface.extra_data = std::vector<uint8_t>(
307 current_configuration_.interfaces.push_back(interface);
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.cc135 URLRequestInfoInterface* interface = ppapi_->GetURLRequestInfoInterface(); local
138 PP_Resource request_info = interface->Create(ppapi_->GetInstance());
142 interface->SetProperty(request_info,
145 interface->SetProperty(request_info,
148 interface->SetProperty(request_info,
151 interface->SetProperty(request_info,
173 interface->SetProperty(
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dbrowser.c156 void XRayRegisterBrowserInterface(PPB_GetInterface interface) { argument
157 ppb_trace_event_interface = (PPB_Trace_Event_Dev*)interface(
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h136 usb_interface_t **interface; member in struct:darwin_device_handle_priv::darwin_interface
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c187 const char *interface, uint32_t version)
191 if (strcmp(interface, "wl_drm") == 0) {
186 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) argument
/external/chromium_org/third_party/webrtc/base/
H A Ddbus.cc67 // Builds a DBus filter string from given DBus path, interface and member.
69 const std::string &interface,
77 if (!interface.empty()) {
79 ret += interface;
68 BuildFilterString(const std::string &path, const std::string &interface, const std::string &member) argument
H A Difaddrs-android.cc39 int set_ifname(struct ifaddrs* ifaddr, int interface) { argument
41 char* name = if_indextoname(interface, buf);
/external/chromium_org/tools/grit/grit/gather/
H A Dtr_html.py62 from grit.gather import interface namespace
602 class TrHtml(interface.GathererBase):
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py19 from grit.tool import interface namespace
43 class Android2Grd(interface.Tool):
111 Overridden from grit.interface.Tool
152 Inherited from grit.interface.Tool.
/external/chromium_org/v8/src/
H A Dinterface.h17 // interface ::= UNDETERMINED | VALUE | CONST | MODULE(exports)
18 // exports ::= {name : interface, ...}
62 // interface, otherwise insert unless this is closed.
63 void Add(const AstRawString* name, Interface* interface, Zone* zone, argument
65 DoAdd(name, name->hash(), interface, zone, ok);
68 // Unify with another interface. If successful, both interface objects will
72 // Determine this interface to be a value interface.
78 // Determine this interface t
155 Interface* interface() const { function in class:v8::internal::Interface::Iterator
[all...]
H A Dvariables.h9 #include "src/interface.h"
58 Interface* interface = Interface::NewValue());
129 Interface* interface() const { return interface_; } function in class:v8::internal::Variable
/external/dnsmasq/src/
H A Dhelper.c47 char interface[IF_NAMESIZE]; member in struct:script_data
198 if (strlen(data.interface) != 0)
199 my_setenv("DNSMASQ_INTERFACE", data.interface, &err);
349 buf->interface[0] = 0;
356 strncpy(buf->interface, ifr.ifr_name, IF_NAMESIZE);
360 if_indextoname(lease->last_interface, buf->interface);
H A Dlease.c507 void lease_set_interface(struct dhcp_lease *lease, int interface) argument
509 if (lease->last_interface == interface)
512 lease->last_interface = interface;
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
H A Dprotobufwireadapter.cc31 ProtobufWireAdapter::ProtobufWireAdapter(PoloWireInterface* interface) argument
32 : PoloWireAdapter(interface), read_state_(kNone) {
44 interface()->Receive(4);
164 interface()->Receive(message_length);
412 interface()->Send(data);
/external/libmtp/src/
H A Dlibusb-glue.h3 * Low-level USB interface glue towards libusb.
53 uint8_t interface; member in struct:_PTP_USB
/external/libusb/libusb/
H A Ddescriptor.c157 static void clear_interface(struct libusb_interface *interface) argument
162 if (interface->altsetting) {
163 for (i = 0; i < interface->num_altsetting; i++) {
166 interface->altsetting + i;
176 free((void *) interface->altsetting);
177 interface->altsetting = NULL;
183 struct libusb_interface *interface, unsigned char *buffer, int size,
195 interface->num_altsetting = 0;
199 (struct libusb_interface_descriptor *) interface->altsetting;
202 (interface
182 parse_interface(libusb_context *ctx, struct libusb_interface *interface, unsigned char *buffer, int size, int host_endian) argument
338 struct libusb_interface *interface; local
[all...]
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c71 #define interface (vpx_codec_vp8_dx()) macro
242 printf("Using %s\n",vpx_codec_iface_name(interface));
245 res = vpx_codec_dec_init(&codec, interface, &dec_cfg, flags);
H A Dvp8_multi_resolution_encoder.c27 #define interface (vpx_codec_vp8_cx()) macro
218 printf("Using %s\n",vpx_codec_iface_name(interface));
248 res[i] = vpx_codec_enc_config_default(interface, &cfg[i], 0);
328 if(vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
/external/libvpx/libvpx/
H A Dtools_common.h128 vpx_codec_iface_t *(*const interface)(); member in struct:VpxInterface

Completed in 572 milliseconds

1234567