Searched refs:vendor_id (Results 1 - 25 of 31) sorted by relevance

12

/hardware/qcom/display/msm8996/hdmi_cec/
H A Dqhdmi_cec.h66 uint32_t vendor_id; member in struct:qhdmicec::cec_context_t
H A Dqhdmi_cec.cpp334 uint32_t* vendor_id)
337 *vendor_id = ctx->vendor_id;
338 ALOGD_IF(DEBUG, "%s: vendor id: %u", __FUNCTION__, *vendor_id);
444 ctx->vendor_id = 0xA47733;
333 cec_get_vendor_id(const struct hdmi_cec_device* dev, uint32_t* vendor_id) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drssi_monitor.h44 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dwificonfigcommand.h57 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dgscan_event_handler.h66 GScanCommandEventHandler(wifi_handle handle, int id, u32 vendor_id,
H A Dwifiloggercmd.h87 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Difaceeventhandler.h96 WifihalGeneric(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dllstatscommand.h86 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A DtdlsCommand.h87 TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dcommon.cpp78 info->event_cb[info->num_event_cb].vendor_id = 0;
103 if(info->event_cb[i].vendor_id == id &&
117 info->event_cb[info->num_event_cb].vendor_id = id;
171 && info->event_cb[i].vendor_id == id
H A Dgscancommand.h114 GScanCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Dnancommand.h93 NanCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
H A Difaceeventhandler.cpp198 WifihalGeneric::WifihalGeneric(wifi_handle handle, int id, u32 vendor_id, argument
200 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Drssi_monitor.cpp46 u32 vendor_id, u32 subcmd)
47 : WifiVendorCommand(handle, id, vendor_id, subcmd)
45 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
H A Dwificonfig.cpp296 int id, u32 vendor_id,
298 : WifiVendorCommand(handle, id, vendor_id, subcmd)
295 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
H A Dcommon.h71 uint32_t vendor_id; member in struct:__anon4743
H A Dtdls.cpp43 TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
44 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Dwifi_hal.cpp772 uint32_t vendor_id = 0; local
776 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
781 ALOGI("event received %s, vendor_id = 0x%0x, subcmd = 0x%0x",
782 event.get_cmdString(), vendor_id, subcmd);
797 && ((vendor_id != info->event_cb[i].vendor_id)
H A Dnan.cpp603 NanCommand::NanCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
604 : WifiVendorCommand(handle, id, vendor_id, subcmd)
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.cpp63 info->event_cb[info->num_event_cb].vendor_id = 0;
89 info->event_cb[info->num_event_cb].vendor_id = id;
138 && info->event_cb[i].vendor_id == id
H A Dcommon.h145 uint32_t vendor_id; member in struct:__anon185
H A Dwifi_hal.cpp469 uint32_t vendor_id = 0; local
473 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
475 ALOGV("event received %s, vendor_id = 0x%0x, subcmd = 0x%0x",
476 event.get_cmdString(), vendor_id, subcmd);
481 // ALOGV("event received %s, vendor_id = 0x%0x", event.get_cmdString(), vendor_id);
491 && ((vendor_id != info->event_cb[i].vendor_id)
/hardware/libhardware/include/hardware/
H A Dbt_hh.h79 int vendor_id; member in struct:__anon1645
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
H A Dhdmi_cec.h378 void (*get_vendor_id)(const struct hdmi_cec_device* dev, uint32_t* vendor_id);
H A Dinput.h417 const char* name, int32_t product_id, int32_t vendor_id,

Completed in 728 milliseconds

12