OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mdl_handle
(Results
1 - 2
of
2
) sorted by null
/system/bt/tools/mcap_tool/
mcap_test_mdl.cc
59
if (!
_mdl_handle
) {
65
tMCA_RESULT ret = _mcap_test_interface->close_mdl_request(
_mdl_handle
);
83
if (!
_mdl_handle
) {
87
tMCA_RESULT ret = _mcap_test_interface->close_mdl_request(
_mdl_handle
);
115
bool McapMdl::IsConnected() { return
_mdl_handle
> 0; }
123
void McapMdl::SetHandle(tMCA_DL mdl_handle) {
_mdl_handle
= mdl_handle; }
125
tMCA_DL McapMdl::GetHandle() { return
_mdl_handle
; }
mcap_test_mdl.h
99
tMCA_DL
_mdl_handle
= 0;
member in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdl
Completed in 64 milliseconds