Searched defs:vendor (Results 1 - 9 of 9) sorted by relevance

/system/bt/hci/src/
H A Dhci_hal_h4.c30 #include "vendor.h"
37 static const vendor_t *vendor; variable
64 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &fd_array);
97 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL);
203 vendor = vendor_get_interface();
208 vendor = vendor_interface;
H A Dhci_hal_mct.c31 #include "vendor.h"
38 static const vendor_t *vendor; variable
65 int number_of_ports = vendor->send_command(VENDOR_OPEN_USERIAL, &uart_fds);
122 vendor->send_command(VENDOR_CLOSE_USERIAL, NULL);
202 vendor = vendor_get_interface();
207 vendor = vendor_interface;
H A Dlow_power_manager.c29 #include "vendor.h"
47 static const vendor_t *vendor; variable
81 vendor->set_callback(VENDOR_SET_LPM_MODE, vendor_enable_disable_callback);
82 vendor->send_command(VENDOR_GET_LPM_IDLE_TIMEOUT, &idle_timeout_ms);
112 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state);
150 vendor->send_async_command(VENDOR_SET_LPM_MODE, &command);
168 vendor->send_command(VENDOR_SET_LPM_WAKE_STATE, &new_state);
235 vendor = vendor_get_interface();
240 vendor = vendor_interface;
H A Dhci_layer.c46 #include "vendor.h"
119 static const vendor_t *vendor; variable
237 vendor->open(btif_local_bd_addr.address, &interface);
241 vendor->set_callback(VENDOR_CONFIGURE_FIRMWARE, firmware_config_callback);
242 vendor->set_callback(VENDOR_CONFIGURE_SCO, sco_config_callback);
243 vendor->set_callback(VENDOR_DO_EPILOG, epilog_finished_callback);
260 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
263 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
310 vendor->send_command(VENDOR_CHIP_POWER_CONTROL, &power_state);
311 vendor
[all...]
/system/core/adb/
H A Dusb_osx.cpp59 UInt16 vendor, UInt16 product);
116 UInt16 vendor; local
192 kr = (*dev)->GetDeviceVendor(dev, &vendor);
252 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
256 vendor, product);
301 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product) argument
334 if (!is_adb_interface(vendor, product, interfaceClass,
/system/bt/stack/include/
H A Dsdp_api.h162 UINT16 vendor; member in struct:t_sdp_di_record
H A Davrc_defs.h173 #define AVRC_ID_VENDOR 0x7E /* vendor unique */
188 /* Define the PDUs carried in the vendor dependant data
216 /* Define the vendor unique id carried in the pass through data
220 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
221 * The len for vendor unique data is 5 */
763 * vendor-dependent. Value range is 0-7. */
764 UINT8 opcode; /* Op Code (passthrough, vendor, etc) */
773 UINT8 unit; /* This value is vendor dependent and typically zero. */
794 UINT8 *p_vendor_data;/* Pointer to vendor dependent data. */
795 UINT16 vendor_len; /* Length in bytes of vendor dependen
833 tAVRC_MSG_VENDOR vendor; /* VENDOR DEPENDENT message. */ member in union:__anon916
[all...]
/system/core/toolbox/
H A Dgetevent.c279 static void print_hid_descriptor(int bus, int vendor, int product) argument
289 snprintf(prefix, sizeof(prefix), "%04X:%04X:%04X.", bus, vendor, product);
380 " vendor %04x\n"
383 id.bustype, id.vendor, id.product, id.version);
401 print_hid_descriptor(id.bustype, id.vendor, id.product);
/system/bt/btif/include/
H A Duinput.h565 uint16_t vendor; member in struct:uinput_id

Completed in 2889 milliseconds