/system/bt/main/ |
D | BUILD.gn | 39 "//stack/include", 40 "//stack/l2cap", 41 "//stack/a2dp", 42 "//stack/btm", 43 "//stack/avdt", 68 "//stack",
|
D | Android.mk | 36 $(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/ |
D | directory_layout.md | 21 * 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 ?*.
|
D | btsnoop_net.md | 7 Once it has been enabled and the stack restarted, the stack will listen for
|
D | network_ports.md | 3 This document lists all of the network ports used by the bluetooth stack.
|
D | log_tags.md | 3 This document lists all of the log tags used by the Bluetooth stack.
|
D | properties.md | 4 stack.
|
/system/core/libbacktrace/ |
D | BacktraceOffline.h | 62 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()
|
D | backtrace_offline_test.cpp | 81 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/ |
D | Android.mk | 90 $(LOCAL_PATH)/../stack/include \ 91 $(LOCAL_PATH)/../stack/l2cap \ 92 $(LOCAL_PATH)/../stack/a2dp \ 93 $(LOCAL_PATH)/../stack/btm \ 94 $(LOCAL_PATH)/../stack/avdt \
|
D | BUILD.gn | 80 "//stack/a2dp", 81 "//stack/btm", 82 "//stack/include",
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 10 // 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/ |
D | BUILD.gn | 20 "//stack/include", 41 "//stack/include",
|
D | Android.mk | 26 $(BT_DIR)/stack/include \ 62 $(BT_DIR)/stack/include
|
/system/core/libutils/ |
D | RefBase.cpp | 177 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/ |
D | Android.mk | 29 $(LOCAL_PATH)/../stack/include \ 56 $(LOCAL_PATH)/../stack/include \
|
D | BUILD.gn | 42 "//stack/include", 64 "//stack/include",
|
/system/extras/simpleperf/ |
D | dwarf_unwind.h | 31 const std::vector<char>& stack);
|
D | dwarf_unwind.cpp | 98 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/ |
D | Android.mk | 10 $(LOCAL_PATH)/../stack/include \
|
/system/media/brillo/audio/audioservice/ |
D | audio_daemon.h | 64 std::stack<base::File> files_;
|
/system/core/libmemunreachable/ |
D | ThreadCapture.h | 27 std::pair<uintptr_t, uintptr_t> stack; member
|
/system/bt/bta/ |
D | Android.mk | 93 $(LOCAL_PATH)/../stack/include \ 94 $(LOCAL_PATH)/../stack/btm \
|
/system/core/include/utils/ |
D | Thread.h | 50 size_t stack = 0);
|
/system/bt/device/ |
D | Android.mk | 31 $(LOCAL_PATH)/../stack/include \
|