Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 58) sorted by relevance

123

/system/bt/main/
DBUILD.gn39 "//stack/include",
40 "//stack/l2cap",
41 "//stack/a2dp",
42 "//stack/btm",
43 "//stack/avdt",
68 "//stack",
DAndroid.mk36 $(LOCAL_PATH)/../stack/include \
37 $(LOCAL_PATH)/../stack/l2cap \
38 $(LOCAL_PATH)/../stack/a2dp \
39 $(LOCAL_PATH)/../stack/btm \
40 $(LOCAL_PATH)/../stack/avdt \
79 libbt-stack \
/system/bt/doc/
Ddirectory_layout.md21 * main - *Main stack entrypoint* - Provides HAL for stack access.
22 * osi - *Operating System Interface* - General resource support for stack.
24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
29 * vnd - *Vendor* - Vendor specific APIs - *to be integrated into rest of stack ?*.
Dbtsnoop_net.md7 Once it has been enabled and the stack restarted, the stack will listen for
Dnetwork_ports.md3 This document lists all of the network ports used by the bluetooth stack.
Dlog_tags.md3 This document lists all of the log tags used by the Bluetooth stack.
Dproperties.md4 stack.
/system/core/libbacktrace/
DBacktraceOffline.h62 BacktraceOffline(pid_t pid, pid_t tid, BacktraceMap* map, const backtrace_stackinfo_t& stack, in BacktraceOffline() argument
68 stack_space_.start = stack.start; in BacktraceOffline()
69 stack_space_.end = stack.end; in BacktraceOffline()
70 stack_space_.data = stack.data; in BacktraceOffline()
Dbacktrace_offline_test.cpp81 void* stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in OfflineBacktraceFunctionCall() local
82 ASSERT_NE(MAP_FAILED, stack); in OfflineBacktraceFunctionCall()
83 uintptr_t stack_addr = reinterpret_cast<uintptr_t>(stack); in OfflineBacktraceFunctionCall()
86 ASSERT_EQ(0, pthread_attr_setstack(&attr, reinterpret_cast<void*>(stack), stack_size)); in OfflineBacktraceFunctionCall()
94 std::vector<uint8_t> stack_data(reinterpret_cast<uint8_t*>(stack), in OfflineBacktraceFunctionCall()
95 reinterpret_cast<uint8_t*>(stack) + stack_size); in OfflineBacktraceFunctionCall()
98 ASSERT_EQ(0, munmap(stack, stack_size)); in OfflineBacktraceFunctionCall()
/system/bt/btif/
DAndroid.mk90 $(LOCAL_PATH)/../stack/include \
91 $(LOCAL_PATH)/../stack/l2cap \
92 $(LOCAL_PATH)/../stack/a2dp \
93 $(LOCAL_PATH)/../stack/btm \
94 $(LOCAL_PATH)/../stack/avdt \
DBUILD.gn80 "//stack/a2dp",
81 "//stack/btm",
82 "//stack/include",
/system/extras/perfprofd/
Dperf_profile.proto10 // An entry of the map from a stack of addresses to count.
14 // List of addresses that represents a call stack.
15 // address[0] is the leaf of the call stack.
18 // List of load_module_ids that represents a call stack.
19 // load_module_id[0] is the leaf of the call stack.
56 // Map from a stack of addresses to count.
/system/bt/vendor_libs/test_vendor_lib/
DBUILD.gn20 "//stack/include",
41 "//stack/include",
DAndroid.mk26 $(BT_DIR)/stack/include \
62 $(BT_DIR)/stack/include
/system/core/libutils/
DRefBase.cpp177 refs->stack.log(LOG_TAG); in ~weakref_impl()
191 refs->stack.log(LOG_TAG); in ~weakref_impl()
198 CallStack stack(LOG_TAG); in ~weakref_impl() local
282 CallStack stack; member
299 ref->stack.update(2); in addRef()
334 CallStack stack(LOG_TAG); in removeRef() local
361 out->append(refs->stack.toString("\t\t")); in printRefsLocked()
/system/bt/hci/
DAndroid.mk29 $(LOCAL_PATH)/../stack/include \
56 $(LOCAL_PATH)/../stack/include \
DBUILD.gn42 "//stack/include",
64 "//stack/include",
/system/extras/simpleperf/
Ddwarf_unwind.h31 const std::vector<char>& stack);
Ddwarf_unwind.cpp98 const RegSet& regs, const std::vector<char>& stack) { in UnwindCallChain() argument
124 stack_info.end = stack_addr + stack.size(); in UnwindCallChain()
125 stack_info.data = reinterpret_cast<const uint8_t*>(stack.data()); in UnwindCallChain()
/system/bt/utils/
DAndroid.mk10 $(LOCAL_PATH)/../stack/include \
/system/media/brillo/audio/audioservice/
Daudio_daemon.h64 std::stack<base::File> files_;
/system/core/libmemunreachable/
DThreadCapture.h27 std::pair<uintptr_t, uintptr_t> stack; member
/system/bt/bta/
DAndroid.mk93 $(LOCAL_PATH)/../stack/include \
94 $(LOCAL_PATH)/../stack/btm \
/system/core/include/utils/
DThread.h50 size_t stack = 0);
/system/bt/device/
DAndroid.mk31 $(LOCAL_PATH)/../stack/include \

123