Home
last modified time | relevance | path

Searched refs:vendor_id (Results 1 – 4 of 4) sorted by relevance

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c44 unsigned int vendor_id; member
74 laddrs.vendor_id = ctx->vendor_id; in hdmicec_add_logical_address()
214 static void hdmicec_get_vendor_id(const struct hdmi_cec_device *dev, uint32_t *vendor_id) in hdmicec_get_vendor_id() argument
218 *vendor_id = ctx->vendor_id; in hdmicec_get_vendor_id()
416 ctx->vendor_id = property_get_int32("ro.hdmi.vendor_id", in cec_init()
428 ALOGD("%s: vendor_id=%04x\n", __func__, ctx->vendor_id); in cec_init()
/device/linaro/poplar/wifi/wifi_hal/
Dcommon.cpp81 info->event_cb[info->num_event_cb].vendor_id = 0; in wifi_register_handler()
107 info->event_cb[info->num_event_cb].vendor_id = id; in wifi_register_vendor_handler()
156 && info->event_cb[i].vendor_id == id in wifi_unregister_vendor_handler()
Dcommon.h162 uint32_t vendor_id; member
Dwifi_hal.cpp535 uint32_t vendor_id = 0; in internal_valid_message_handler() local
539 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID); in internal_valid_message_handler()
542 event.get_cmdString(), vendor_id, subcmd); in internal_valid_message_handler()
557 && ((vendor_id != info->event_cb[i].vendor_id) in internal_valid_message_handler()