Searched defs:vendor_id (Results 1 - 21 of 21) sorted by relevance

/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);
443 ctx->vendor_id = 0xA47733;
333 cec_get_vendor_id(const struct hdmi_cec_device* dev, uint32_t* vendor_id) argument
/hardware/qcom/display/msm8998/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);
443 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 Droam.cpp23 RoamCommand::RoamCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
24 : WifiVendorCommand(handle, id, vendor_id, subcmd)
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 Dgscan_event_handler.cpp74 u32 vendor_id,
77 : WifiVendorCommand(handle, id, vendor_id, subcmd)
73 GScanCommandEventHandler(wifi_handle handle, int id, u32 vendor_id, u32 subcmd, GScanCallbackHandler handler) argument
H A Difaceeventhandler.cpp193 WifihalGeneric::WifihalGeneric(wifi_handle handle, int id, u32 vendor_id, argument
195 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Dllstats.cpp53 LLStatsCommand::LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
54 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Drssi_monitor.cpp106 u32 vendor_id, u32 subcmd)
107 : WifiVendorCommand(handle, id, vendor_id, subcmd)
110 if (registerVendorHandler(vendor_id, subcmd)) {
113 __FUNCTION__, vendor_id, subcmd);
105 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
H A Dwificonfig.cpp290 int id, u32 vendor_id,
292 : WifiVendorCommand(handle, id, vendor_id, subcmd)
289 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
H A Dcommon.h70 uint32_t vendor_id; member in struct:__anon4198
H A Dnan.cpp1085 NanCommand::NanCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
1086 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Dcpp_bindings.cpp735 u32 vendor_id,
737 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd),
740 ALOGV("WifiVendorCommand %p created vendor_id:0x%x subcmd:%u",
784 ALOGV("%s: Vendor event: vendor_id=0x%x subcmd=%u",
733 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd) argument
H A Dgscan.cpp1281 GScanCommand::GScanCommand(wifi_handle handle, int id, u32 vendor_id, argument
1283 : WifiVendorCommand(handle, id, vendor_id, subcmd)
H A Dwifi_hal.cpp880 uint32_t vendor_id = 0; local
884 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
889 ALOGI("event received %s, vendor_id = 0x%0x, subcmd = 0x%0x",
890 event.get_cmdString(), vendor_id, subcmd);
905 && ((vendor_id != info->event_cb[i].vendor_id)
H A Dwifilogger.cpp771 WifiLoggerCommand::WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) argument
772 : WifiVendorCommand(handle, id, vendor_id, subcmd)
/hardware/interfaces/tv/cec/1.0/default/
H A DHdmiCec.cpp334 uint32_t vendor_id; local
335 mDevice->get_vendor_id(mDevice, &vendor_id);
336 return vendor_id;
/hardware/libhardware/include/hardware/
H A Dbt_hh.h79 int vendor_id; member in struct:__anon1195
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h145 uint32_t vendor_id; member in struct:__anon180
H A Dwifi_hal.cpp487 uint32_t vendor_id = 0; local
491 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
493 ALOGV("event received %s, vendor_id = 0x%0x, subcmd = 0x%0x",
494 event.get_cmdString(), vendor_id, subcmd);
499 // ALOGV("event received %s, vendor_id = 0x%0x", event.get_cmdString(), vendor_id);
509 && ((vendor_id != info->event_cb[i].vendor_id)

Completed in 327 milliseconds