Home
last modified time | relevance | path

Searched refs:ocf (Results 1 – 23 of 23) sorted by relevance

/external/bluetooth/bluez/test/
Dhciemu.c244 static void command_status(uint16_t ogf, uint16_t ocf, uint8_t status) in command_status() argument
263 cs->opcode = htobs(cmd_opcode_pack(ogf, ocf)); in command_status()
272 static void command_complete(uint16_t ogf, uint16_t ocf, int plen, void *data) in command_complete() argument
290 cc->opcode = htobs(cmd_opcode_pack(ogf, ocf)); in command_complete()
596 static void hci_link_control(uint16_t ocf, int plen, uint8_t *data) in hci_link_control() argument
602 switch (ocf) { in hci_link_control()
604 command_status(ogf, ocf, 0x00); in hci_link_control()
609 command_status(ogf, ocf, 0x00); in hci_link_control()
614 command_status(ogf, ocf, 0x00); in hci_link_control()
620 command_complete(ogf, ocf, 1, &status); in hci_link_control()
[all …]
Dbdaddr.c71 rq.ocf = OCF_ERICSSON_WRITE_BD_ADDR; in ericsson_write_bd_addr()
104 rq.ocf = OCF_ERICSSON_STORE_IN_FLASH; in ericsson_store_in_flash()
143 rq.ocf = 0x00; in csr_write_bd_addr()
184 rq.ocf = 0x00; in csr_reset_device()
213 rq.ocf = OCF_TI_WRITE_BD_ADDR; in ti_write_bd_addr()
241 rq.ocf = OCF_BCM_WRITE_BD_ADDR; in bcm_write_bd_addr()
269 rq.ocf = OCF_ZEEVO_WRITE_BD_ADDR; in zeevo_write_bd_addr()
Dlmptest.c60 rq.ocf = OCF_ERICSSON_SEND_LMP;
93 rq.ocf = OCF_ERICSSON_WRITE_EVENTS; in ericsson_write_events()
/external/bluetooth/bluez/lib/
Dhci.c1053 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument
1060 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); in hci_send_cmd()
1086 uint16_t opcode = htobs(cmd_opcode_pack(r->ogf, r->ocf)); in hci_send_req()
1106 if (hci_send_cmd(dd, r->ogf, r->ocf, r->clen, r->cparam) < 0) in hci_send_req()
1246 rq.ocf = OCF_CREATE_CONN; in hci_create_connection()
1277 rq.ocf = OCF_DISCONNECT; in hci_disconnect()
1306 rq.ocf = OCF_LE_ADD_DEVICE_TO_WHITE_LIST; in hci_le_add_white_list()
1335 rq.ocf = OCF_LE_REMOVE_DEVICE_FROM_WHITE_LIST; in hci_le_rm_white_list()
1361 rq.ocf = OCF_LE_READ_WHITE_LIST_SIZE; in hci_le_read_white_list_size()
1386 rq.ocf = OCF_LE_CLEAR_WHITE_LIST; in hci_le_clear_white_list()
[all …]
/external/libvpx/vp8/encoder/
Dparms.cpp69 extern "C" void get_parms(VP8_CONFIG *ocf,char *filename)
79 ALLPARMS(ocf, PUT);
95 ALLPARMS(ocf, GET);
100 extern "C" void print_parms(VP8_CONFIG *ocf,char *filename)
103 ALLPARMS(ocf, PRINT);
Donyx_if.c61 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
/external/bluetooth/hcidump/parser/
Dhci.c496 uint16_t ocf = cmd_opcode_ocf(opcode); in opcode2str() local
501 if (ocf <= CMD_INFO_NUM) in opcode2str()
502 cmd = cmd_info_str[ocf]; in opcode2str()
508 if (ocf <= CMD_HOSTCTL_NUM) in opcode2str()
509 cmd = cmd_hostctl_str[ocf]; in opcode2str()
515 if (ocf <= CMD_LINKCTL_NUM) in opcode2str()
516 cmd = cmd_linkctl_str[ocf]; in opcode2str()
522 if (ocf <= CMD_LINKPOL_NUM) in opcode2str()
523 cmd = cmd_linkpol_str[ocf]; in opcode2str()
529 if (ocf <= CMD_STATUS_NUM) in opcode2str()
[all …]
/external/bluetooth/bluez/tools/
Dhciattach_st.c44 static int do_command(int fd, uint8_t ogf, uint16_t ocf, in do_command() argument
52 cp[1] = ocf & 0xff; in do_command()
53 cp[2] = ogf << 2 | ocf >> 8; in do_command()
Dhciconfig.c225 rq.ocf = OCF_LE_SET_RANDOM_ADDRESS; in cmd_le_addr()
265 rq.ocf = OCF_LE_SET_ADVERTISE_ENABLE; in cmd_le_adv()
308 rq.ocf = OCF_LE_READ_SUPPORTED_STATES; in cmd_le_states()
1408 rq.ocf = OCF_WRITE_INQ_ACTIVITY; in cmd_inq_parms()
1431 rq.ocf = OCF_READ_INQ_ACTIVITY; in cmd_inq_parms()
1477 rq.ocf = OCF_WRITE_PAGE_ACTIVITY; in cmd_page_parms()
1500 rq.ocf = OCF_READ_PAGE_ACTIVITY; in cmd_page_parms()
1548 rq.ocf = OCF_WRITE_PAGE_TIMEOUT; in cmd_page_to()
1567 rq.ocf = OCF_READ_PAGE_TIMEOUT; in cmd_page_to()
1663 rq.ocf = 0x000f; in print_rev_ericsson()
[all …]
Dcsr.c2377 rq.ocf = 0x00; in csr_write_varid_valueless()
2416 rq.ocf = 0x00; in csr_write_varid_complex()
2455 rq.ocf = 0x00; in csr_read_varid_complex()
2495 rq.ocf = 0x00; in csr_read_varid_uint16()
2535 rq.ocf = 0x00; in csr_read_varid_uint32()
2577 rq.ocf = 0x00; in csr_read_pskey_complex()
2621 rq.ocf = 0x00; in csr_write_pskey_complex()
Dcsr_hci.c122 rq.ocf = 0x00; in do_command()
Dhcitool.c1034 rq.ocf = OCF_PERIODIC_INQUIRY; in cmd_spinq()
1107 uint16_t ocf; in cmd_cmd() local
1124 ocf = strtol(argv[1], NULL, 16); in cmd_cmd()
1125 if (errno == ERANGE || (ogf > 0x3f) || (ocf > 0x3ff)) { in cmd_cmd()
1148 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len); in cmd_cmd()
1151 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) { in cmd_cmd()
1745 rq.ocf = OCF_SET_CONN_PTYPE; in cmd_cpt()
Dhciattach_ti.c249 rq.ocf = cmd_opcode_ocf(opcode); in brf_send_command_socket()
Dhciattach_ath3k.c117 static int read_ps_event(uint8_t *event, uint16_t ocf) in read_ps_event() argument
120 uint16_t opcode = htobs(cmd_opcode_pack(HCI_VENDOR_CMD_OGF, ocf)); in read_ps_event()
/external/bluetooth/hcidump/src/
Dbpasniff.c66 rq.ocf = 0x000e; in read_revision()
94 rq.ocf = 0x000e; in enable_sniffer()
122 rq.ocf = 0x000e; in enable_sync()
/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h35 uint16_t ocf; member
53 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);
Dhci.h2261 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/external/qemu/hw/
Dbt-hci-csr.c142 static void csrhci_in_packet_vendor(struct csrhci_s *s, int ocf, in csrhci_in_packet_vendor() argument
148 switch (ocf) { in csrhci_in_packet_vendor()
Dbt.h1641 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
/external/bluetooth/bluez/plugins/
Dhciops.c261 uint16_t ocf; member
276 uint16_t ocf; in hci_event_watch() local
298 ocf = cmd_opcode_ocf(evt_status->opcode); in hci_event_watch()
299 if (ocf != cmd->ocf) in hci_event_watch()
301 switch (ocf) { in hci_event_watch()
332 cmd->ocf = OCF_SET_CONN_ENCRYPT; in hci_event_watch()
680 cmd->ocf = OCF_AUTH_REQUESTED; in hciops_encrypt_link()
/external/icu4c/test/intltest/
Dloctest.cpp1320 UChar ocf = 0x00f4; in Test4139940() local
1322 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) { in Test4139940()
1326 str.indexOf(oda), str.indexOf(ocf)); in Test4139940()
/external/openssl/crypto/des/
DVERSION264 Thanks to John Fletcher (john_fletcher@lccmail.ocf.llnl.gov)
276 Thanks also to John Fletcher <john_fletcher@lccmail.ocf.llnl.gov>
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en45301 http://www.gospelcom.net/ocf/pubs/leading.html
61414 http://www.ocf.berkeley.edu/~sjlee/cometoberkeley.html
61415 http://www.ocf.berkeley.edu/~wrader/slang/p.html