Searched refs:compid (Results 1 - 4 of 4) sorted by relevance

/external/opencore/oscl/oscl/osclregserv/src/
H A Doscl_registry_serv_impl.cpp29 OsclComponentRegistryElement::OsclComponentRegistryElement(OSCL_String& compid, OsclComponentFactory fac) argument
33 iId = OSCL_NEW(OSCL_HeapString<OsclMemAllocator>, (compid));
/external/bluetooth/bluez/lib/
H A Dbluetooth.c286 char *bt_compidtostr(int compid) argument
288 switch (compid) {
/external/bluetooth/bluez/test/
H A Dbdaddr.c287 uint16_t compid; member in struct:__anon323
412 for (i = 0; vendor[i].compid != 65535; i++)
413 if (ver.manufacturer == vendor[i].compid) {
/external/bluetooth/hcidump/parser/
H A Dlmp.c668 uint16_t compid = LMP_U16(frm); local
678 printf("CompId %d (%s)\n", compid, bt_compidtostr(compid));

Completed in 212 milliseconds