Home
last modified time | relevance | path

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

123

/system/chre/platform/slpi/
Dplatform_debug_dump_manager.cc43 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/
Dplatform_debug_dump_manager.cc30 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/
Dcert_security.py160 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/
Dpy_le_acl_manager.py118 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()
Dpy_acl_manager.py82 complete = connection_complete.get()
83 handle = complete.GetConnectionHandle()
84 address = complete.GetBdAddr()
Dmatchers.py50 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/
Dfuzz_hci_hal.cc69 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/
Dlog_event_list.cpp372 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/
Dplatform_debug_dump_manager.h46 void sendDebugDump(const char *debugStr, bool complete);
/system/extras/pagecache/
DREADME3 dumpcache.c: dumps complete pagecache of device.
/system/chre/platform/freertos/include/chre/target_platform/
Dplatform_debug_dump_manager_base.h42 bool complete);
/system/core/fastboot/
Dfastboot.bash179 complete -F _fastboot fastboot
181 complete -o nospace -F _fastboot fastboot
/system/chre/platform/slpi/include/chre/target_platform/
Dhost_link_base.h32 size_t debugStrSize, bool complete,
Dplatform_debug_dump_manager_base.h60 bool complete);
/system/core/trusty/storage/lib/include/trusty/lib/
Dstorage.h151 int storage_end_transaction(storage_session_t session, bool complete);
/system/bt/gd/neighbor/
Dinquiry.h40 InquiryCompleteCallback complete; member
/system/extras/simpleperf/
DREADME.md17 Once you have the build id (a 7-digit number) and the build is complete, run the
/system/sepolicy/prebuilts/api/31.0/private/
Dfastbootd.te34 # Needed to communicate with snapuserd to complete merges.
Drecovery.te37 # Needed to communicate with snapuserd to complete merges.
/system/sepolicy/private/
Dfastbootd.te34 # Needed to communicate with snapuserd to complete merges.
Drecovery.te37 # Needed to communicate with snapuserd to complete merges.
/system/extras/simpleperf/doc/
DREADME.md25 …- [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/
Dpwrtest.sh233 echo Wait 30s to complete boot activities...
235 echo Restart complete.
/system/core/trusty/storage/lib/
Dstorage.c301 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/
Dmain.cpp102 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 …]

123