/system/chre/platform/slpi/ |
D | platform_debug_dump_manager.cc | 43 size_t debugStrSize, bool complete) { in debugDumpReadyCb() argument 45 debugStr, debugStrSize, complete); in debugDumpReadyCb() 52 bool complete) { in sendDebugDump() argument 61 mComplete = complete; in sendDebugDump() 64 ashCommitDebugDump(mHandle, debugStr, complete); in sendDebugDump() 66 sendDebugDumpResult(debugStr, strlen(debugStr), complete); in sendDebugDump() 101 bool complete) { in sendDebugDumpResult() argument 105 sendDebugDumpResultToHost(mHostClientId, debugStr, debugStrSize, complete, in sendDebugDumpResult()
|
/system/chre/platform/freertos/ |
D | platform_debug_dump_manager.cc | 30 bool complete) { in sendDebugDump() argument 38 mComplete = complete; in sendDebugDump() 40 sendDebugDumpResult(debugStr, strlen(debugStr), complete); in sendDebugDump() 55 bool complete) { in sendDebugDumpResult() argument 59 sendDebugDumpResultToHost(mHostClientId, debugStr, debugStrSize, complete, in sendDebugDumpResult()
|
/system/bt/gd/security/cert/ |
D | cert_security.py | 160 complete = hci_packets.ReadLocalOobExtendedDataCompleteView(command_complete) 161 … return (list(complete.GetC192()), list(complete.GetR192()), [0 for i in range(0, 16)], 171 complete = hci_packets.ReadLocalOobDataCompleteView(command_complete) 172 return (list(complete.GetC()), list(complete.GetR()), [0 for i in range(0, 16)], 183 complete = hci_packets.ReadLocalOobExtendedDataCompleteView(command_complete) 184 return ([0 for i in range(0, 16)], [0 for i in range(0, 16)], list(complete.GetC256()), 185 list(complete.GetR256())) 194 complete = hci_packets.ReadLocalOobExtendedDataCompleteView(command_complete) 195 return (list(complete.GetC192()), list(complete.GetR192()), list(complete.GetC256()), 196 list(complete.GetR256()))
|
/system/bt/gd/cert/ |
D | py_le_acl_manager.py | 118 complete = connection_complete.get() 119 handle = complete.GetConnectionHandle() 120 remote = complete.GetPeerAddress() 121 if complete.GetSubeventCode() == hci_packets.SubeventCode.ENHANCED_CONNECTION_COMPLETE: 122 address = complete.GetLocalResolvablePrivateAddress()
|
D | py_acl_manager.py | 82 complete = connection_complete.get() 83 handle = complete.GetConnectionHandle() 84 address = complete.GetBdAddr()
|
D | matchers.py | 50 complete = hci_packets.CommandCompleteView(event) 51 if opcode is None or complete is None: 52 return complete 54 if complete.GetCommandOpCode() != opcode: 57 return complete 76 complete = hci_packets.CommandStatusView(event) 77 if opcode is None or complete is None: 78 return complete 80 if complete.GetCommandOpCode() != opcode: 83 return complete
|
/system/bt/gd/hal/fuzz/ |
D | fuzz_hci_hal.cc | 69 hci::CommandCompleteView complete = hci::CommandCompleteView::Create(event); in injectHciEvent() local 70 if (complete.IsValid()) { in injectHciEvent() 71 if (waiting_for_status_ || complete.GetCommandOpCode() != waiting_opcode_) { in injectHciEvent()
|
/system/logging/liblog/ |
D | log_event_list.cpp | 372 elem.complete = true; in android_log_read_next_internal() 383 elem.complete = !context->count[0] && (!context->list_nest_depth || in android_log_read_next_internal() 403 elem.complete = true; in android_log_read_next_internal() 423 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 445 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 459 elem.complete = true; in android_log_read_next_internal() 472 elem.complete = true; in android_log_read_next_internal() 481 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal() 495 elem.complete = true; in android_log_read_next_internal() 500 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal() [all …]
|
/system/chre/platform/include/chre/platform/ |
D | platform_debug_dump_manager.h | 46 void sendDebugDump(const char *debugStr, bool complete);
|
/system/extras/pagecache/ |
D | README | 3 dumpcache.c: dumps complete pagecache of device.
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | platform_debug_dump_manager_base.h | 42 bool complete);
|
/system/core/fastboot/ |
D | fastboot.bash | 179 complete -F _fastboot fastboot 181 complete -o nospace -F _fastboot fastboot
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | host_link_base.h | 32 size_t debugStrSize, bool complete,
|
D | platform_debug_dump_manager_base.h | 60 bool complete);
|
/system/core/trusty/storage/lib/include/trusty/lib/ |
D | storage.h | 151 int storage_end_transaction(storage_session_t session, bool complete);
|
/system/bt/gd/neighbor/ |
D | inquiry.h | 40 InquiryCompleteCallback complete; member
|
/system/extras/simpleperf/ |
D | README.md | 17 Once you have the build id (a 7-digit number) and the build is complete, run the
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | fastbootd.te | 34 # Needed to communicate with snapuserd to complete merges.
|
D | recovery.te | 37 # Needed to communicate with snapuserd to complete merges.
|
/system/sepolicy/private/ |
D | fastbootd.te | 34 # Needed to communicate with snapuserd to complete merges.
|
D | recovery.te | 37 # Needed to communicate with snapuserd to complete merges.
|
/system/extras/simpleperf/doc/ |
D | README.md | 25 …- [Why we can't always get complete DWARF-based call graphs](#why-we-cant-always-get-complete-dwar… 136 3. Can only unwind 64K stack for each sample. So usually can't show complete flamegraph. But 148 usually shows complete flamegraph when it works well. 163 ### Why we can't always get complete DWARF-based call graphs? 173 more likely to get complete callchains, but it's still not guaranteed to get complete call graphs.
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 233 echo Wait 30s to complete boot activities... 235 echo Restart complete.
|
/system/core/trusty/storage/lib/ |
D | storage.c | 301 int storage_end_transaction(storage_session_t session, bool complete) in storage_end_transaction() argument 305 .flags = complete ? STORAGE_MSG_FLAG_TRANSACT_COMPLETE : 0, in storage_end_transaction()
|
/system/core/trusty/storage/tests/ |
D | main.cpp | 102 void WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool complete); 104 void WriteZeroChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete ); 105 … void WritePatternChunk(file_handle_t handle, storage_off_t off, size_t chunk_len, bool complete); 106 …Pattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len, bool complete); 126 size_t chunk_len, bool complete) in WriteZeroChunk() argument 137 complete ? STORAGE_OP_COMPLETE : 0); in WriteZeroChunk() 142 size_t chunk_len, bool complete) in WritePatternChunk() argument 153 complete ? STORAGE_OP_COMPLETE : 0); in WritePatternChunk() 158 size_t data_len, size_t chunk_len, bool complete) in WritePattern() argument 166 WritePatternChunk(handle, off, chunk_len, (chunk_len == data_len) && complete); in WritePattern() [all …]
|