Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HC_BT_HDR
(Results
1 - 10
of
10
) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/
H
A
D
hardware.c
423
static ssize_t hw_config_set_bdaddr(
HC_BT_HDR
*p_buf)
in hw_config_set_bdaddr()
456
static ssize_t hw_config_read_bdaddr(
HC_BT_HDR
*p_buf)
in hw_config_read_bdaddr()
559
HC_BT_HDR
*p_evt_buf = (
HC_BT_HDR
*)p_mem;
in hw_config_cback()
562
HC_BT_HDR
*p_buf = NULL;
in hw_config_cback()
575
p_buf = (
HC_BT_HDR
*)bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + HCI_CMD_MAX_LEN);
in hw_config_cback()
841
HC_BT_HDR
*p_evt_buf = (
HC_BT_HDR
*)p_mem;
in hw_lpm_ctrl_cback()
863
HC_BT_HDR
*p_buf = NULL;
in hw_sco_i2spcm_proc_interface_param()
867
p_buf = (
HC_BT_HDR
*)bt_vendor_cback
in hw_sco_i2spcm_proc_interface_param()
[all...]
H
A
D
bt_vendor_brcm.c
199
hw_process_event((
HC_BT_HDR
*)param);
in op()
/vendor/hihope/rk3568/bluetooth/src/
H
A
D
hardware.c
471
static ssize_t hw_config_set_bdaddr(
HC_BT_HDR
*p_buf)
in hw_config_set_bdaddr()
504
static ssize_t hw_config_read_bdaddr(
HC_BT_HDR
*p_buf)
in hw_config_read_bdaddr()
607
HC_BT_HDR
*p_evt_buf = (
HC_BT_HDR
*)p_mem;
in hw_config_cback()
611
HC_BT_HDR
*p_buf = NULL;
in hw_config_cback()
625
p_buf = (
HC_BT_HDR
*)bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + HCI_CMD_MAX_LEN);
in hw_config_cback()
883
HC_BT_HDR
*p_evt_buf = (
HC_BT_HDR
*)p_mem;
in hw_lpm_ctrl_cback()
905
HC_BT_HDR
*p_buf = NULL;
in hw_sco_i2spcm_proc_interface_param()
909
p_buf = (
HC_BT_HDR
*)bt_vendor_cback
in hw_sco_i2spcm_proc_interface_param()
[all...]
H
A
D
bt_vendor_brcm.c
199
hw_process_event((
HC_BT_HDR
*)param);
in op()
/vendor/hihope/dayu210/bluetooth/include/
H
A
D
bt_hci_bdroid.h
67
#define BT_HC_HDR_SIZE (sizeof(
HC_BT_HDR
))
H
A
D
bt_vendor_lib.h
104
* @param (void *)buf, struct of
HC_BT_HDR
.
186
}
HC_BT_HDR
;
typedef
H
A
D
bt_vendor_brcm.h
451
extern void hw_process_event(
HC_BT_HDR
*);
/vendor/hihope/rk3568/bluetooth/include/
H
A
D
bt_hci_bdroid.h
67
#define BT_HC_HDR_SIZE (sizeof(
HC_BT_HDR
))
H
A
D
bt_vendor_lib.h
104
* @param (void *)buf, struct of
HC_BT_HDR
.
186
}
HC_BT_HDR
;
typedef
H
A
D
bt_vendor_brcm.h
451
extern void hw_process_event(
HC_BT_HDR
*);
Completed in 6 milliseconds