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:VendorInterface
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
vendor_interface.cpp
41
BtVendorCallbacksT
VendorInterface
::vendorCallbacks_ = {
43
.initCb =
VendorInterface
::OnInitCallback,
44
.alloc =
VendorInterface
::OnMallocCallback,
45
.dealloc =
VendorInterface
::OnFreeCallback,
46
.xmitCb =
VendorInterface
::OnCmdXmitCallback,
49
VendorInterface
::
VendorInterface
()
in VendorInterface()
function in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface
52
VendorInterface
::~
VendorInterface
()
in ~VendorInterface()
57
bool
VendorInterface
[all...]
H
A
D
vendor_interface.h
34
class
VendorInterface
: public DelayedSingleton<
VendorInterface
> {
class
73
DECLARE_DELAYED_SINGLETON(
VendorInterface
);
74
DISALLOW_COPY_AND_MOVE(
VendorInterface
);
/drivers/peripheral/bluetooth/hci/hdi_service/
H
A
D
hci_interface_impl.cpp
32
using
VendorInterface
= OHOS::HDI::Bluetooth::Hci::V1_0::
VendorInterface
;
65
VendorInterface
::ReceiveCallback callback = {
in Init()
77
bool result =
VendorInterface
::GetInstance()->Initialize(
in Init()
94
size_t result =
VendorInterface
::GetInstance()->SendPacket(static_cast<HciPacketType>(type), data);
in SendHciPacket()
105
VendorInterface
::GetInstance()->CleanUp();
in Close()
106
VendorInterface
::DestroyInstance();
in Close()
114
VendorInterface
::GetInstance()->CleanUp();
in OnRemoteDied()
115
VendorInterface
::DestroyInstance();
in OnRemoteDied()
Completed in 2 milliseconds